Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Modern Python Projects, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:01:30
    01-welcome
  • Урок 2. 00:06:25
    02-what-you-will-learn
  • Урок 3. 00:00:42
    03-what-you-need-to-know
  • Урок 4. 00:00:44
    04-meet-your-instructor
  • Урок 5. 00:00:43
    05-disclaimer-about-tools-and-services-in-this-course
  • Урок 6. 00:00:47
    01-python
  • Урок 7. 00:00:33
    02-code-editor
  • Урок 8. 00:00:25
    03-source-code
  • Урок 9. 00:04:36
    01-choosing-a-code-editor
  • Урок 10. 00:00:25
    02-installing-vscode
  • Урок 11. 00:05:55
    03-installing-Python-extension
  • Урок 12. 00:02:53
    04-pylance-and-a-language-server-protocol
  • Урок 13. 00:10:48
    05-quick-overview-of-vs-code
  • Урок 14. 00:03:08
    06-running-python-code
  • Урок 15. 00:03:56
    07-debugging-python-code
  • Урок 16. 00:04:53
    08-testing-python-code
  • Урок 17. 00:04:28
    09-snippets
  • Урок 18. 00:08:22
    10-plugins
  • Урок 19. 00:01:40
    01-dont-change-system-python
  • Урок 20. 00:01:10
    02-pyenv
  • Урок 21. 00:03:21
    03-installing-pyenv
  • Урок 22. 00:00:58
    04-installing-pyenv-win-Windows
  • Урок 23. 00:05:18
    05-installing-new-python-version-with-pyenv
  • Урок 24. 00:03:48
    06-3-levels-of-pyenv
  • Урок 25. 00:01:41
    07-troubleshooting-pyenv
  • Урок 26. 00:02:40
    08-bonus-how-pyenv-works
  • Урок 27. 00:00:45
    09-bonus-is-there-pyenv-for-node-go-etc
  • Урок 28. 00:05:20
    10-the-problem-with-pip
  • Урок 29. 00:01:28
    11-what-are-virtual-environments
  • Урок 30. 00:02:14
    12-creating-a-virtual-environment
  • Урок 31. 00:01:28
    13-using-a-virtual-environment
  • Урок 32. 00:02:28
    14-typical-workflow-with-virtual-environment
  • Урок 33. 00:10:04
    15-virtualenvwrapper-a-virtual-environments-management-tool
  • Урок 34. 00:02:53
    16-isolate-global-packages-with-pipx
  • Урок 35. 00:05:11
    17-pipx-in-action
  • Урок 36. 00:02:34
    18-pipx-packages-in-vs-code
  • Урок 37. 00:03:49
    19-summary
  • Урок 38. 00:03:34
    01-starting-a-new-project-can-be-hard
  • Урок 39. 00:00:36
    02-what-is-cookiecutter
  • Урок 40. 00:08:01
    03-using-cookiecutter-to-generate-a-project
  • Урок 41. 00:01:19
    04-tip-how-i-use-cookiecutter
  • Урок 42. 00:02:24
    05-you-can-build-your-own-template
  • Урок 43. 00:02:35
    06-summary
  • Урок 44. 00:00:34
    01-what-is-project-management-in-python
  • Урок 45. 00:03:28
    02-how-python-imports-modules
  • Урок 46. 00:02:34
    03-import-errors
  • Урок 47. 00:02:58
    04-simple-project
  • Урок 48. 00:01:39
    05-medium-project
  • Урок 49. 00:01:46
    06-advanced-projects
  • Урок 50. 00:05:52
    07-makefiles-simple-tasks-management
  • Урок 51. 00:00:32
    08-dependencies-of-your-project
  • Урок 52. 00:03:16
    09-requirements-txt-conventions
  • Урок 53. 00:01:15
    10-separate-requirements-files
  • Урок 54. 00:01:02
    11-pin-your-dependencies
  • Урок 55. 00:04:12
    12-pip-tools
  • Урок 56. 00:01:11
    13-python-project-chores
  • Урок 57. 00:01:00
    14-pipenv-or-poetry
  • Урок 58. 00:04:48
    15-poetry-in-action
  • Урок 59. 00:01:28
    16-publishing-a-package-with-poetry
  • Урок 60. 00:03:34
    17-other-tools
  • Урок 61. 00:02:02
    18-my-favorite-tool
  • Урок 62. 00:01:44
    01-how-to-not-write-good-python-code
  • Урок 63. 00:02:01
    02-pep8-and-pep257
  • Урок 64. 00:04:22
    03-black
  • Урок 65. 00:02:10
    04-linters
  • Урок 66. 00:07:00
    05-pylint
  • Урок 67. 00:03:11
    06-flake8
  • Урок 68. 00:05:20
    07-flake8-plugins
  • Урок 69. 00:02:05
    08-multiple-linters-in-vs-code
  • Урок 70. 00:02:56
    09-other-static-code-analyzers
  • Урок 71. 00:03:09
    10-sourcery
  • Урок 72. 00:01:15
    11-different-python-repl
  • Урок 73. 00:02:40
    12-ipython
  • Урок 74. 00:00:54
    13-bpython
  • Урок 75. 00:01:00
    14-ptpython
  • Урок 76. 00:00:42
    01-unittest-vs-pytest
  • Урок 77. 00:04:57
    02-converting-unittest-test-to-pytest
  • Урок 78. 00:03:50
    03-running-pytest-tests
  • Урок 79. 00:06:58
    04-pytest-options
  • Урок 80. 00:02:16
    05-configuration-file
  • Урок 81. 00:02:16
    06-fixtures
  • Урок 82. 00:01:18
    07-mocking-and-monkeypatching
  • Урок 83. 00:03:39
    08-parametrized-tests
  • Урок 84. 00:03:15
    09-marks
  • Урок 85. 00:01:21
    10-testing-code-examples-in-the-documentation
  • Урок 86. 00:01:43
    11-extending-pytest-with-plugins
  • Урок 87. 00:03:28
    12-useful-pytest-plugins
  • Урок 88. 00:01:49
    13-moving-from-unittest-to-pytest
  • Урок 89. 00:02:03
    14-summary
  • Урок 90. 00:00:42
    01-sphinx
  • Урок 91. 00:01:44
    02-example-code-for-this-chapter
  • Урок 92. 00:03:02
    03-set-up-sphinx
  • Урок 93. 00:02:01
    04-reStructuredText
  • Урок 94. 00:02:03
    05-adding-more-documentation
  • Урок 95. 00:02:04
    06-how-to-write-good-documentation
  • Урок 96. 00:04:10
    07-generating-API-documentation
  • Урок 97. 00:00:43
    08-show-source-code-in-the-documentation
  • Урок 98. 00:02:41
    09-testing-your-documentation
  • Урок 99. 00:00:58
    10-read-the-docs
  • Урок 100. 00:01:16
    11-mkdocs
  • Урок 101. 00:02:35
    12-rest-api-documentation
  • Урок 102. 00:00:37
    01-building-projects-is-not-just-coding
  • Урок 103. 00:02:31
    02-tox-automate-python-tasks-on-your-computer
  • Урок 104. 00:00:30
    03-source-code-for-this-chapter
  • Урок 105. 00:06:59
    04-tox-in-action
  • Урок 106. 00:03:50
    05-pre-commit
  • Урок 107. 00:05:34
    06-pre-commit-in-action
  • Урок 108. 00:01:31
    07-continuous-integration
  • Урок 109. 00:03:03
    08-github-actions
  • Урок 110. 00:10:15
    09-github-actions-in-action
  • Урок 111. 00:00:41
    10-ci-server-vs-your-computer
  • Урок 112. 00:00:36
    11-gitlab-ci
  • Урок 113. 00:11:30
    12-gitlab-ci-in-action
  • Урок 114. 00:03:15
    13-when-to-use-which-tool
  • Урок 115. 00:00:37
    01-time-for-practice
  • Урок 116. 00:00:40
    02-cli-applications
  • Урок 117. 00:02:29
    03-our-cli-application
  • Урок 118. 00:02:05
    04-technical-considerations
  • Урок 119. 00:13:36
    05-first-version-of-uptimer
  • Урок 120. 00:03:45
    06-daemon-mode-and-multiple-urls
  • Урок 121. 00:11:07
    07-adding-tests
  • Урок 122. 00:07:01
    08-adding-documentation
  • Урок 123. 00:03:07
    09-possible-improvements
  • Урок 124. 00:00:40
    01-lets-build-a-python-package
  • Урок 125. 00:00:40
    02-technical-considerations
  • Урок 126. 00:02:37
    03-start-with-a-cookiecutter-template
  • Урок 127. 00:05:15
    04-remove-unnecessary-files
  • Урок 128. 00:06:01
    05-add-code
  • Урок 129. 00:02:25
    06-install-package-from-setup-py
  • Урок 130. 00:03:50
    07-add-tests
  • Урок 131. 00:06:35
    08-add-documentation
  • Урок 132. 00:08:59
    09-publishing-on-pypi
  • Урок 133. 00:01:36
    10-flit
  • Урок 134. 00:01:09
    11-private-pypi
  • Урок 135. 00:02:23
    01-executable-applications
  • Урок 136. 00:06:13
    02-gui-for-the-uptimer
  • Урок 137. 00:00:57
    03-warning-building-executable-applications-is-tough
  • Урок 138. 00:07:14
    04-create-mac-app-with-pyinstaller
  • Урок 139. 00:01:36
    05-will-it-work-on-a-brand-new-macos-installation
  • Урок 140. 00:09:09
    06-create-a-windows-exe-file
  • Урок 141. 00:01:33
    07-will-it-work-on-a-brand-new-windows-installation
  • Урок 142. 00:01:16
    08-windows-and-a-virus-warning
  • Урок 143. 00:01:22
    09-cross-platform-python-applications
  • Урок 144. 00:01:28
    01-deploying-python-application
  • Урок 145. 00:01:14
    02-virtual-servers-paas-containers
  • Урок 146. 00:00:59
    03-virtual-private-server
  • Урок 147. 00:01:24
    04-platform-as-a-service
  • Урок 148. 00:03:21
    05-docker-containers-and-kubernetes
  • Урок 149. 00:07:35
    06-uptimer-website
  • Урок 150. 00:08:23
    07-deploying-to-heroku
  • Урок 151. 00:01:43
    08-using-docker
  • Урок 152. 00:04:00
    09-lets-write-a-dockerfile
  • Урок 153. 00:05:06
    10-building-a-docker-image
  • Урок 154. 00:03:03
    11-publishing-on-docker-hub
  • Урок 155. 00:03:53
    12-free-docker-playground
  • Урок 156. 00:03:28
    13-deploy-docker-image-on-digitalocean
  • Урок 157. 00:06:40
    14-auto-reboot-and-auto-update
  • Урок 158. 00:02:44
    15-docker-compose
  • Урок 159. 00:00:21
    01-thats-all-folks
  • Урок 160. 00:01:04
    02-vs-code
  • Урок 161. 00:01:02
    03-pyenv
  • Урок 162. 00:00:37
    04-virtual-environments
  • Урок 163. 00:00:59
    05-pipx
  • Урок 164. 00:01:20
    06-cookiecutter
  • Урок 165. 00:00:57
    07-growing-python-projects
  • Урок 166. 00:01:09
    08-pinning-dependencies
  • Урок 167. 00:00:40
    09-poetry-and-friends
  • Урок 168. 00:01:59
    10-static-analysis
  • Урок 169. 00:00:47
    11-pytest
  • Урок 170. 00:01:04
    12-documentation
  • Урок 171. 00:02:18
    13-ci
  • Урок 172. 00:00:30
    14-building-a-cli-application
  • Урок 173. 00:00:56
    15-building-a-python-package
  • Урок 174. 00:00:39
    16-building-an-executable-application
  • Урок 175. 00:01:27
    17-deployment
  • Урок 176. 00:00:23
    18-thanks-and-bye