Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Introduction to Python Development, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:01:20
    Course Introduction
  • Урок 2. 00:01:13
    About the Course Author
  • Урок 3. 00:05:55
    Course Features and Tools
  • Урок 4. 00:03:31
    Installing Python 3.7 on CentOS 7
  • Урок 5. 00:03:54
    (Optional) Installing Python 3.7 on Debian/Ubuntu
  • Урок 6. 00:06:37
    Picking a Text Editor or IDE
  • Урок 7. 00:05:48
    (Optional) Setting Up a Vim Development Environment
  • Урок 8. 00:02:25
    Using the REPL (Read, Evaluate, Print, Loop)
  • Урок 9. 00:04:19
    Creating and Running Python Files
  • Урок 10. 00:02:58
    Using Comments
  • Урок 11. 00:11:25
    Strings
  • Урок 12. 00:07:21
    Numbers
  • Урок 13. 00:02:35
    Booleans and None
  • Урок 14. 00:04:33
    Working with Variables
  • Урок 15. 00:14:32
    Lists
  • Урок 16. 00:08:22
    Tuples & Ranges
  • Урок 17. 00:09:36
    Dictionaries (dicts)
  • Урок 18. 00:12:51
    Conditionals and Comparisons
  • Урок 19. 00:10:16
    Logic Operations
  • Урок 20. 00:07:51
    The `while` loop
  • Урок 21. 00:08:50
    The `for` Loop
  • Урок 22. 00:12:36
    Writing Functions
  • Урок 23. 00:12:39
    Interacting with Files
  • Урок 24. 00:04:23
    Environment Variables
  • Урок 25. 00:08:47
    Error Handling
  • Урок 26. 00:16:13
    Decorators
  • Урок 27. 00:09:47
    Breakpoint Debugging with PDB
  • Урок 28. 00:14:17
    Creating Classes
  • Урок 29. 00:17:37
    Composition
  • Урок 30. 00:15:54
    Inheritance
  • Урок 31. 00:05:31
    Polymorphism
  • Урок 32. 00:11:13
    Using Standard Library Packages
  • Урок 33. 00:15:00
    Working with Third-Party Packages
  • Урок 34. 00:12:49
    Project Setup
  • Урок 35. 00:09:21
    Setting Up External Dependencies
  • Урок 36. 00:11:48
    Building the CLI: Handling Arguments and Flags
  • Урок 37. 00:06:29
    Interacting with External Processes: Utilizing `pg_dump`
  • Урок 38. 00:02:02
    Storing Data Locally
  • Урок 39. 00:05:08
    Interacting with AWS S3
  • Урок 40. 00:17:01
    Wiring the Pieces Together
  • Урок 41. 00:07:29
    Distributing the Package
  • Урок 42. 00:06:50
    Visualizing Web Development
  • Урок 43. 00:03:21
    Project Setup
  • Урок 44. 00:13:45
    Creating the Flask Application and Database
  • Урок 45. 00:13:32
    Modeling Data with an Object-Relational Mapper
  • Урок 46. 00:18:41
    Building User Registration
  • Урок 47. 00:11:19
    Building User Authentication
  • Урок 48. 00:18:56
    Implementing Notes CRUD - Creating and Reading
  • Урок 49. 00:18:17
    Implementing Notes CRUD - Updating and Deleting
  • Урок 50. 00:02:09
    What's Next?