FileMood

Download Udemy - Python Python Programming Language Fundamentals Course (8.2024)

Udemy Python Programming Language Fundamentals Course 2024

Name

Udemy - Python Python Programming Language Fundamentals Course (8.2024)

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

3.0 GB

Total Files

103

Last Seen

Hash

DF40AEEDD5FC73B50BA6BD9FE09ED4F1632A9E25

/1. Installations/

1. Installing Anaconda Distribution for Windows.mp4

141.2 MB

2. Installing Anaconda Distribution for MacOs.mp4

59.9 MB

3. Installing Anaconda Distribution for Linux.mp4

152.2 MB

4. Reviewing The Jupyter Notebook.mp4

84.7 MB

5. Reviewing The Jupyter Lab.mp4

62.0 MB

6. Basics of Jupyter Notebook for Mac.mp4

18.6 MB

/10. Conditional Expressions in Python Programming Language/

1. Comparison Operators.mp4

21.8 MB

2. Structure of “if” Statements.mp4

31.6 MB

3. Structure of “if-else” Statements.mp4

17.8 MB

4. Structure of “if-elif-else” Statements.mp4

39.2 MB

5. Structure of Nested “if-elif-else” Statements.mp4

48.6 MB

6. Coordinated Programming with “IF” and “INPUT”.mp4

29.8 MB

7. Ternary Condition.mp4

22.9 MB

8. Quiz.html

0.2 KB

/11. For Loop in Python Programming Language/

1. For Loop in Python.mp4

25.0 MB

2. For Loop in Python(Reinforcing the Topic).mp4

27.6 MB

3. Using Conditional Expressions and For Loop Together.mp4

42.8 MB

4. Continue Command.mp4

16.5 MB

5. Break Command.mp4

24.9 MB

6. List Comprehension.mp4

30.2 MB

7. Quiz.html

0.2 KB

/12. While Loop in Python Programming Language/

1. While Loop in Python.mp4

18.9 MB

2. While Loops in Python Reinforcing the Topic.mp4

69.5 MB

3. Quiz.html

0.2 KB

/13. Functions in Python Programming Language/

1. Getting know to the Functions.mp4

46.7 MB

2. How to Write Function.mp4

27.2 MB

3. Return Expression in Functions.mp4

21.1 MB

4. Writing Functions with Multiple Argument.mp4

16.3 MB

5. Writing Docstring in Functions.mp4

23.2 MB

6. Using Functions and Conditional Expressions Together.mp4

45.4 MB

7. Quiz.html

0.2 KB

/14. Arguments And Parameters in Python Programming Language/

1. Arguments and Parameters.mp4

55.7 MB

2. High Level Operations with Arguments.mp4

47.8 MB

3. Quiz.html

0.2 KB

/15. Most Used Functions in Python Programming Language/

1. all(), any() Functions.mp4

31.7 MB

10. Quiz.html

0.2 KB

2. map() Function.mp4

18.5 MB

3. filter() Function.mp4

18.5 MB

4. zip() Function.mp4

16.2 MB

5. enumerate() Function.mp4

14.3 MB

6. max(), min() Functions.mp4

8.6 MB

7. sum() Function.mp4

6.1 MB

8. round() Function.mp4

16.3 MB

9. Lambda Function.mp4

51.6 MB

/16. Class Structure in Python Programming Language/

1. Local and Global Variables.mp4

15.2 MB

2. Features of Class.mp4

36.6 MB

3. Instantiation of Class.mp4

26.8 MB

4. Attribute of Instantiation.mp4

40.1 MB

5. Write Function in the Class.mp4

28.8 MB

6. Inheritance Structure.mp4

43.3 MB

/17. Extra/

1. Python Python Programming Language Fundamentals Course.html

0.3 KB

/2. First Step to Coding/

1. Python Introduction.mp4

28.0 MB

2. Python Project Files.html

0.1 KB

3. First Step to Coding.mp4

32.6 MB

4. Using Quotation Marks in Python Coding.mp4

46.9 MB

5. How Should the Coding Form and Style Be (Pep8).mp4

42.3 MB

6. Quiz.html

0.2 KB

/3. Basic Operations with Python/

1. Introduction to Basic Data Structures in Python.mp4

32.7 MB

2. Performing Assignment to Variables.mp4

47.5 MB

3. Performing Complex Assignment to Variables.mp4

18.4 MB

4. Type Conversion.mp4

40.3 MB

5. Arithmetic Operations in Python.mp4

35.0 MB

6. Examining the Print Function in Depth.mp4

35.9 MB

7. Escape Sequence Operations.mp4

34.5 MB

8. Quiz.html

0.2 KB

/4. Boolean Data Type in Python Programming Language/

1. Boolean Logic Expressions.mp4

21.2 MB

2. Order Of Operations In Boolean Operators.mp4

3.9 MB

3. Practice with Python.mp4

35.9 MB

4. Quiz.html

0.2 KB

/5. String Data Type in Python Programming Language/

1. Examining Strings Specifically.mp4

41.1 MB

10. String Formatting With % Operator.mp4

42.7 MB

11. String Formatting With String.Format Method.mp4

39.4 MB

12. String Formatting With f-string Method.mp4

25.4 MB

13. Quiz.html

0.2 KB

2. Accessing Length Information (Len Method).mp4

10.4 MB

3. Search Method In Strings Startswith(), Endswith().mp4

51.7 MB

4. Character Change Method In Strings Replace().mp4

20.8 MB

5. Spelling Substitution Methods in String.mp4

20.0 MB

6. Character Clipping Methods in String.mp4

28.4 MB

7. Indexing and Slicing Character String.mp4

33.6 MB

8. Complex Indexing and Slicing Operations.mp4

40.5 MB

9. String Formatting with Arithmetic Operations.mp4

25.2 MB

/6. List Data Structure in Python Programming Language/

1. Creation of List.mp4

53.9 MB

2. Reaching List Elements – Indexing and Slicing.mp4

43.6 MB

3. Adding & Modifying & Deleting Elements of List.mp4

41.4 MB

4. Adding and Deleting by Methods.mp4

26.6 MB

5. Adding and Deleting by Index.mp4

25.1 MB

6. Other List Methods.mp4

30.4 MB

7. Quiz.html

0.2 KB

/7. Tuple Data Structure in Python Programming Language/

1. Creation of Tuple.mp4

49.2 MB

2. Reaching Tuple Elements Indexing And Slicing.mp4

24.5 MB

3. Quiz.html

0.2 KB

/8. Dictionary Data Structure in Python Programming Language/

1. Creation of Dictionary.mp4

24.8 MB

2. Reaching Dictionary Elements.mp4

39.5 MB

3. Adding & Changing & Deleting Elements in Dictionary.mp4

19.8 MB

4. Dictionary Methods.mp4

43.1 MB

5. Quiz.html

0.2 KB

/9. Set Data Structure in Python Programming Language/

1. Creation of Set.mp4

39.3 MB

2. Adding & Removing Elements Methods in Sets.mp4

23.0 MB

3. Difference Operation Methods In Sets.mp4

24.4 MB

4. Intersection & Union Methods In Sets.mp4

12.8 MB

5. Asking Questions to Sets with Methods.mp4

27.6 MB

6. Quiz.html

0.2 KB

 

Total files 103


Copyright © 2026 FileMood.com