Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Introduction to the Python 3 Programming Language, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:03:39
    Install Python
  • Урок 2. 00:02:41
    Manage Dependencies with Python Virtual Environments
  • Урок 3. 00:01:49
    Use Python Interactively with the REPL Console
  • Урок 4. 00:00:57
    Check for None (Null) in Python
  • Урок 5. 00:01:19
    Understand Mutable vs. Immutable objects in Python
  • Урок 6. 00:00:53
    Execute a Python Script
  • Урок 7. 00:01:33
    Perform Math Operations in Python
  • Урок 8. 00:02:02
    Format Strings in Python
  • Урок 9. 00:02:11
    Manipulate and Search Strings with Python Methods
  • Урок 10. 00:05:38
    Add Flow Control to your Python application
  • Урок 11. 00:04:38
    Use Comparison Operators in Python
  • Урок 12. 00:01:53
    Use Lists in Python
  • Урок 13. 00:01:18
    Slice Lists in Python
  • Урок 14. 00:03:51
    Understand List Comprehensions in Python
  • Урок 15. 00:01:53
    Manipulate Data with Dictionaries in Python
  • Урок 16. 00:01:18
    Create Immutable Values in Python with Tuples
  • Урок 17. 00:01:39
    Create Unique Unordered Collections in Python with Set
  • Урок 18. 00:01:27
    Invoke the built-in help system with python's dir and help methods
  • Урок 19. 00:07:52
    Create a Log for your Python application
  • Урок 20. 00:03:18
    Read Input in Python from the Console
  • Урок 21. 00:05:37
    Create Reusable Components with Functions in Python
  • Урок 22. 00:05:29
    Reuse Code in Multiple Projects with Python Modules
  • Урок 23. 00:04:51
    Read and Parse Files in Python
  • Урок 24. 00:04:02
    Write to a File in Python
  • Урок 25. 00:05:17
    Handle Exceptions to prevent crashes in Python
  • Урок 26. 00:06:00
    Understand Scope in Python
  • Урок 27. 00:07:37
    Use Python Classes
  • Урок 28. 00:04:53
    Manage packages with pip in Python