1. Урок 1.00:03:39
    Install Python
  2. Урок 2.00:02:41
    Manage Dependencies with Python Virtual Environments
  3. Урок 3.00:01:49
    Use Python Interactively with the REPL Console
  4. Урок 4.00:00:57
    Check for None (Null) in Python
  5. Урок 5.00:01:19
    Understand Mutable vs. Immutable objects in Python
  6. Урок 6.00:00:53
    Execute a Python Script
  7. Урок 7.00:01:33
    Perform Math Operations in Python
  8. Урок 8.00:02:02
    Format Strings in Python
  9. Урок 9.00:02:11
    Manipulate and Search Strings with Python Methods
  10. Урок 10.00:05:38
    Add Flow Control to your Python application
  11. Урок 11.00:04:38
    Use Comparison Operators in Python
  12. Урок 12.00:01:53
    Use Lists in Python
  13. Урок 13.00:01:18
    Slice Lists in Python
  14. Урок 14.00:03:51
    Understand List Comprehensions in Python
  15. Урок 15.00:01:53
    Manipulate Data with Dictionaries in Python
  16. Урок 16.00:01:18
    Create Immutable Values in Python with Tuples
  17. Урок 17.00:01:39
    Create Unique Unordered Collections in Python with Set
  18. Урок 18.00:01:27
    Invoke the built-in help system with python's dir and help methods
  19. Урок 19.00:07:52
    Create a Log for your Python application
  20. Урок 20.00:03:18
    Read Input in Python from the Console
  21. Урок 21.00:05:37
    Create Reusable Components with Functions in Python
  22. Урок 22.00:05:29
    Reuse Code in Multiple Projects with Python Modules
  23. Урок 23.00:04:51
    Read and Parse Files in Python
  24. Урок 24.00:04:02
    Write to a File in Python
  25. Урок 25.00:05:17
    Handle Exceptions to prevent crashes in Python
  26. Урок 26.00:06:00
    Understand Scope in Python
  27. Урок 27.00:07:37
    Use Python Classes
  28. Урок 28.00:04:53
    Manage packages with pip in Python