Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Python on the Backend, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:06:02
    Why Back-end Development?
  • Урок 2. 00:04:25
    Course Outline
  • Урок 3. 00:02:53
    Setup Python3 on Mac
  • Урок 4. 00:01:01
    Installing Tornado the Python HTTP Web Server on Mac
  • Урок 5. 00:04:03
    Installing Visual Studio Code and Python Extension on Mac
  • Урок 6. 00:02:27
    Setup Python3 on Windows
  • Урок 7. 00:01:01
    Installing Tornado the Python HTTP Web Server on Windows
  • Урок 8. 00:06:02
    Installing Visual Studio Code and Python Extension on Windows
  • Урок 9. 00:04:21
    HTTP Protocol
  • Урок 10. 00:09:56
    Building a simple GET HTTP method end point in Python
  • Урок 11. 00:04:18
    Serving a simple HTML file from Python Web Server (Index.html)
  • Урок 12. 00:03:14
    Query Parameter vs Resource Parameter
  • Урок 13. 00:04:34
    Building a GET end point with a query string parameter
  • Урок 14. 00:07:12
    Building a GET end point with resource parameters
  • Урок 15. 00:03:38
    Building a JSON GET endpoint that reads from a text file on the backend
  • Урок 16. 00:06:34
    Building a JSON POST endpoint that writes to a text file on the backend
  • Урок 17. 00:15:36
    Consuming the GET and POST API from Javascript/HTML
  • Урок 18. 00:13:19
    Building an Image Upload Service with Python
  • Урок 19. 00:09:09
    What is Jupyter nootbook?
  • Урок 20. 00:04:24
    Installing Jupyter Notebook on Mac
  • Урок 21. 00:04:22
    Installing Jupyter Notebook on Windows
  • Урок 22. 00:02:55
    Installing Jupyter Notebook on Docker
  • Урок 23. 00:10:01
    Working with Jupyter Notebook (Twitter example)
  • Урок 24. 00:15:40
    Load Balancing Python services with nginx
  • Урок 25. 00:13:36
    Spinning Postgres Instance with Docker
  • Урок 26. 00:18:10
    Database programming with Python
  • Урок 27. 00:20:50
    Working with MySQL in Python
  • Урок 28. 00:17:08
    Python and Postgres Server Side vs Client Side Cursors
  • Урок 29. 00:14:42
    Stateless vs Stateful Web Applications in Python