Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай PyCharm for Power-Developer, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:04:25
    The Course Overview
  • Урок 2. 00:06:50
    Starting a New Project: Python Versions and Interpreters
  • Урок 3. 00:05:40
    PyCharm’s Lens Mode: Navigating Errors and Warnings Throughout a File
  • Урок 4. 00:05:18
    Intention Actions: Making the Most of PyCharm’s Suggested Solutions
  • Урок 5. 00:02:08
    PyCharm’s Python Console
  • Урок 6. 00:04:28
    PyCharm’s Package Manager
  • Урок 7. 00:04:34
    Pip Installs Packages
  • Урок 8. 00:04:09
    Setting Up Virtual Environments in PyCharm
  • Урок 9. 00:04:34
    Anaconda and Conda Environments
  • Урок 10. 00:11:33
    Integrating Version Control
  • Урок 11. 00:05:51
    Exploring PEP8
  • Урок 12. 00:04:18
    Exploring PyLint
  • Урок 13. 00:05:35
    Discovering PyCharm’s Debugger
  • Урок 14. 00:04:30
    Assertions and Unit Tests
  • Урок 15. 00:03:36
    Configuring Test Runners
  • Урок 16. 00:06:23
    Making Dynamic Templates with Ninja
  • Урок 17. 00:03:50
    Introduction to JavaScript Objects
  • Урок 18. 00:04:18
    JSON and Python
  • Урок 19. 00:05:14
    Creating a Local SQL Database
  • Урок 20. 00:04:37
    Connecting to a Remote Database
  • Урок 21. 00:07:50
    Queries in SQL
  • Урок 22. 00:06:03
    RESTful APIs
  • Урок 23. 00:05:26
    Introducing the Flask Framework
  • Урок 24. 00:06:22
    Hello World Web App
  • Урок 25. 00:06:33
    Tying it All Together: Flask and SQL