FileMood

Download Python Programming Beginners Tutorial - Python 3 Programming

Python Programming Beginners Tutorial Python Programming

Name

Python Programming Beginners Tutorial - Python 3 Programming

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

2.5 GB

Total Files

156

Hash

DDCF8B9C98A601794830C63F6F211987C5E563E6

/10. Sets/

1. Sets.mp4

100.8 MB

0. Introduction.pdf

113.1 KB

1. Sets.srt

17.1 KB

2. Exercise.mp4

7.7 MB

2. Exercise.srt

1.2 KB

/

Visit Coursedrive.org.url

0.1 KB

ReadMe.txt

0.2 KB

/Python Programming Beginners Tutorial - Python 3 Programming/

ReadMe.txt

0.2 KB

Visit Coursedrive.org.url

0.1 KB

/.../1. Python Programming Tutorial - Introduction Topics/

0. Introduction.pdf

113.1 KB

1. Introduction to Python Programming For Beginners.mp4

81.4 MB

1. Introduction to Python Programming For Beginners.srt

15.6 KB

2. Integrated Development Environment (IDE).mp4

10.0 MB

2. Integrated Development Environment (IDE).srt

2.3 KB

3. Interpreter modes.mp4

35.1 MB

3. Interpreter modes.srt

6.4 KB

4. Anaconda Distribution - Install Python.mp4

9.3 MB

4. Anaconda Distribution - Install Python.srt

1.6 KB

5. Anaconda Jupyter Notebook.mp4

71.0 MB

5. Anaconda Jupyter Notebook.srt

11.9 KB

6. Python 2 version vs Python 3.mp4

52.4 MB

6. Python 2 version vs Python 3.srt

10.5 KB

/2. Numeric datatype/

1. Numeric datatype.mp4

25.5 MB

1. Numeric datatype.srt

5.9 KB

2. Conversion from integer to float.mp4

16.6 MB

2. Conversion from integer to float.srt

3.3 KB

3. Rules to define variables.mp4

20.7 MB

3. Rules to define variables.srt

4.6 KB

4. Changing the datatype of a variable.mp4

5.4 MB

4. Changing the datatype of a variable.srt

1.6 KB

5. Immutable datatypes.mp4

24.9 MB

5. Immutable datatypes.srt

5.1 KB

6. Arithmetic Operators.mp4

29.5 MB

6. Arithmetic Operators.srt

4.4 KB

7. Compound operator and Operator precedence.mp4

18.6 MB

7. Compound operator and Operator precedence.srt

4.6 KB

8. Division.mp4

35.1 MB

8. Division.srt

6.5 KB

9. Math module.mp4

32.0 MB

9. Math module.srt

7.0 KB

10. Exercise.mp4

9.4 MB

10. Exercise.srt

1.7 KB

/.../3. Built-in Functions/

1. File IO function.mp4

45.1 MB

1. File IO function.srt

10.1 KB

2. Print Function.mp4

38.3 MB

2. Print Function.srt

9.2 KB

3. Input Function.mp4

19.4 MB

3. Input Function.srt

4.5 KB

/.../4. Other useful functions/

1. Help function and tab completion.mp4

32.7 MB

1. Help function and tab completion.srt

4.2 KB

2. Range function.mp4

11.2 MB

2. Range function.srt

4.4 KB

/5. Strings/

1. Strings.mp4

36.5 MB

1. Strings.srt

6.5 KB

2. Convert a number to a string.mp4

12.0 MB

2. Convert a number to a string.srt

1.7 KB

3. Slicing a string.mp4

34.7 MB

3. Slicing a string.srt

7.4 KB

4. Immutable datatypes.mp4

25.6 MB

4. Immutable datatypes.srt

5.0 KB

5. Formatting strings.mp4

58.3 MB

5. Formatting strings.srt

12.5 KB

6. String methods.mp4

44.9 MB

6. String methods.srt

9.2 KB

7. Iterating over a string.mp4

7.5 MB

7. Iterating over a string.srt

1.6 KB

8. String membership test.mp4

6.6 MB

8. String membership test.srt

1.4 KB

9. Exercise.mp4

14.9 MB

9. Exercise.srt

2.7 KB

/6. Boolean datatype/

0. Introduction.pdf

113.1 KB

1. Boolean.mp4

58.9 MB

1. Boolean.srt

12.3 KB

2. Exercise.mp4

6.4 MB

2. Exercise.srt

0.9 KB

/7. Lists/

0. Introduction.pdf

113.1 KB

1. Lists.mp4

53.9 MB

1. Lists.srt

11.9 KB

2. Slicing lists.mp4

8.9 MB

2. Slicing lists.srt

1.7 KB

3. Slicing lists in reverse direction.mp4

7.2 MB

3. Slicing lists in reverse direction.srt

2.3 KB

4. List comprehension.mp4

34.4 MB

4. List comprehension.srt

7.3 KB

5. List methods.mp4

83.1 MB

5. List methods.srt

14.8 KB

6. Convert list to string.mp4

17.4 MB

6. Convert list to string.srt

3.5 KB

7. Nested Lists.mp4

14.2 MB

7. Nested Lists.srt

3.1 KB

8. List Aliasing and Cloning.mp4

35.1 MB

8. List Aliasing and Cloning.srt

8.8 KB

9. Exercise.mp4

29.5 MB

9. Exercise.srt

3.8 KB

/8. Dictionary/

1. Dictionary.mp4

51.1 MB

1. Dictionary.srt

9.1 KB

2. Dictionary methods.mp4

60.4 MB

2. Dictionary methods.srt

8.0 KB

3. Dictionary membership operators.mp4

21.9 MB

3. Dictionary membership operators.srt

3.5 KB

4. Exercise.mp4

16.0 MB

4. Exercise.srt

2.0 KB

/9. Tuples/

1. Tuples.mp4

31.4 MB

1. Tuples.srt

6.1 KB

2. Are Tuples mutable or immutable datatypes.mp4

30.6 MB

2. Are Tuples mutable or immutable datatypes.srt

5.4 KB

3. Tuple methods.mp4

40.4 MB

3. Tuple methods.srt

5.7 KB

4. Tuple packing and unpacking.mp4

29.3 MB

4. Tuple packing and unpacking.srt

6.0 KB

5. Iterating a tuple and operations on tuples.mp4

13.8 MB

5. Iterating a tuple and operations on tuples.srt

2.5 KB

6. Exercise.mp4

10.3 MB

6. Exercise.srt

1.4 KB

/.../11. Conditional Statements/

1. If statement.mp4

39.6 MB

1. If statement.srt

8.0 KB

2. If-elif-else statement.mp4

28.6 MB

2. If-elif-else statement.srt

5.9 KB

3. Exercise.mp4

7.7 MB

3. Exercise.srt

1.2 KB

4. For loop.mp4

40.0 MB

4. For loop.srt

9.4 KB

5. Continue, pass statements.mp4

17.7 MB

5. Continue, pass statements.srt

6.0 KB

6. While loop.mp4

23.4 MB

6. While loop.srt

6.1 KB

7. Exercise.mp4

12.9 MB

7. Exercise.srt

1.8 KB

/.../12. User defined functions/

0. Introduction.pdf

113.1 KB

1. Functions.mp4

61.8 MB

1. Functions.srt

14.7 KB

2. Return Statement.mp4

44.2 MB

2. Return Statement.srt

8.2 KB

3. Parameter vs Argument.mp4

9.5 MB

3. Parameter vs Argument.srt

1.6 KB

4. Passing Arguments.mp4

59.0 MB

4. Passing Arguments.srt

10.2 KB

5. Main function.mp4

5.6 MB

5. Main function.srt

1.7 KB

6. args-kwargs.mp4

74.6 MB

6. args-kwargs.srt

14.6 KB

7. Lambda function.mp4

37.1 MB

7. Lambda function.srt

8.3 KB

8. Map reduce filter functions.mp4

26.0 MB

8. Map reduce filter functions.srt

6.0 KB

9. Namespaces and Scope of variables.mp4

90.9 MB

9. Namespaces and Scope of variables.srt

20.6 KB

10. Exercise.mp4

16.4 MB

10. Exercise.srt

1.9 KB

/.../13. Object Oriented Programming/

1. Object Oriented Programming.mp4

23.2 MB

1. Object Oriented Programming.srt

5.8 KB

2. Objects and Classes.mp4

84.2 MB

2. Objects and Classes.srt

11.9 KB

3. Defining Classes and methods in Jupyter NB.mp4

92.9 MB

3. Defining Classes and methods in Jupyter NB.srt

12.2 KB

4. Inheritance.mp4.mtd

89.3 MB

 

Total files 156


Copyright © 2025 FileMood.com