Skip to content

Latest commit

 

History

History
59 lines (48 loc) · 1.58 KB

File metadata and controls

59 lines (48 loc) · 1.58 KB

Price: free

Platform: YouTube

Content:

📕 1. Beginner Python Programming 📕

  1. (00:00:00) Introduction
  2. (00:01:12) Variables & Data Types
  3. (00:12:21) Basic Operators & Input
  4. (00:24:11) Conditions
  5. (00:32:54) if-elif-else
  6. (00:45:56) Chained Conditionals & Nested Statements
  7. (00:53:29) For Loops
  8. (00:59:29) While Loops
  9. (01:05:51) List's and Tuples
  10. (01:14:09) Iteration by Item
  11. (01:20:13) String Methods
  12. (01:26:38) Slice Operator
  13. (01:33:41) Functions
  14. (01:42:10) How to Read a Text File
  15. (01:50:31) Writing to a Text File
  16. (01:54:50) Using .count() and .find()
  17. (02:01:47) Introduction to Modular Programming
  18. (02:09:28) Optional Parameters
  19. (02:15:36) Try and Except (Error Handling)
  20. (02:20:29) Global vs Local Variables

📗 2. Object Oriented Programming 📗

  1. (02:29:16) Introduction to Objects
  2. (02:39:02) Creating Classes
  3. (02:50:37) Inheritance
  4. (03:03:13) Overloading Methods
  5. (03:16:01) Static Methods and Class Methods
  6. (03:25:44) Private and Public Classes

📘 3. Intermediate Python 📘

  1. (03:31:40) Optional Parameters
  2. (03:41:13) Static and Class Methods
  3. (03:50:24) Map Function
  4. (03:56:15) Filter Function
  5. (04:03:12) Lambda Function
  6. (04:10:12) Introduction to Collections
  7. (04:22:17) Named Tuple
  8. (04:30:20) Deque

📙 4. Advanced Python 📙

  1. (04:40:12) Overview of Python
  2. (04:58:34) Dunder/Magic Methods
  3. (05:12:23) Metaclasses
  4. (05:34:10) Decorators
  5. (05:50:29) Generators
  6. (06:04:32) Context Managers