-
Урок 1. 00:01:3001-welcome
-
Урок 2. 00:06:2502-what-you-will-learn
-
Урок 3. 00:00:4203-what-you-need-to-know
-
Урок 4. 00:00:4404-meet-your-instructor
-
Урок 5. 00:00:4305-disclaimer-about-tools-and-services-in-this-course
-
Урок 6. 00:00:4701-python
-
Урок 7. 00:00:3302-code-editor
-
Урок 8. 00:00:2503-source-code
-
Урок 9. 00:04:3601-choosing-a-code-editor
-
Урок 10. 00:00:2502-installing-vscode
-
Урок 11. 00:05:5503-installing-Python-extension
-
Урок 12. 00:02:5304-pylance-and-a-language-server-protocol
-
Урок 13. 00:10:4805-quick-overview-of-vs-code
-
Урок 14. 00:03:0806-running-python-code
-
Урок 15. 00:03:5607-debugging-python-code
-
Урок 16. 00:04:5308-testing-python-code
-
Урок 17. 00:04:2809-snippets
-
Урок 18. 00:08:2210-plugins
-
Урок 19. 00:01:4001-dont-change-system-python
-
Урок 20. 00:01:1002-pyenv
-
Урок 21. 00:03:2103-installing-pyenv
-
Урок 22. 00:00:5804-installing-pyenv-win-Windows
-
Урок 23. 00:05:1805-installing-new-python-version-with-pyenv
-
Урок 24. 00:03:4806-3-levels-of-pyenv
-
Урок 25. 00:01:4107-troubleshooting-pyenv
-
Урок 26. 00:02:4008-bonus-how-pyenv-works
-
Урок 27. 00:00:4509-bonus-is-there-pyenv-for-node-go-etc
-
Урок 28. 00:05:2010-the-problem-with-pip
-
Урок 29. 00:01:2811-what-are-virtual-environments
-
Урок 30. 00:02:1412-creating-a-virtual-environment
-
Урок 31. 00:01:2813-using-a-virtual-environment
-
Урок 32. 00:02:2814-typical-workflow-with-virtual-environment
-
Урок 33. 00:10:0415-virtualenvwrapper-a-virtual-environments-management-tool
-
Урок 34. 00:02:5316-isolate-global-packages-with-pipx
-
Урок 35. 00:05:1117-pipx-in-action
-
Урок 36. 00:02:3418-pipx-packages-in-vs-code
-
Урок 37. 00:03:4919-summary
-
Урок 38. 00:03:3401-starting-a-new-project-can-be-hard
-
Урок 39. 00:00:3602-what-is-cookiecutter
-
Урок 40. 00:08:0103-using-cookiecutter-to-generate-a-project
-
Урок 41. 00:01:1904-tip-how-i-use-cookiecutter
-
Урок 42. 00:02:2405-you-can-build-your-own-template
-
Урок 43. 00:02:3506-summary
-
Урок 44. 00:00:3401-what-is-project-management-in-python
-
Урок 45. 00:03:2802-how-python-imports-modules
-
Урок 46. 00:02:3403-import-errors
-
Урок 47. 00:02:5804-simple-project
-
Урок 48. 00:01:3905-medium-project
-
Урок 49. 00:01:4606-advanced-projects
-
Урок 50. 00:05:5207-makefiles-simple-tasks-management
-
Урок 51. 00:00:3208-dependencies-of-your-project
-
Урок 52. 00:03:1609-requirements-txt-conventions
-
Урок 53. 00:01:1510-separate-requirements-files
-
Урок 54. 00:01:0211-pin-your-dependencies
-
Урок 55. 00:04:1212-pip-tools
-
Урок 56. 00:01:1113-python-project-chores
-
Урок 57. 00:01:0014-pipenv-or-poetry
-
Урок 58. 00:04:4815-poetry-in-action
-
Урок 59. 00:01:2816-publishing-a-package-with-poetry
-
Урок 60. 00:03:3417-other-tools
-
Урок 61. 00:02:0218-my-favorite-tool
-
Урок 62. 00:01:4401-how-to-not-write-good-python-code
-
Урок 63. 00:02:0102-pep8-and-pep257
-
Урок 64. 00:04:2203-black
-
Урок 65. 00:02:1004-linters
-
Урок 66. 00:07:0005-pylint
-
Урок 67. 00:03:1106-flake8
-
Урок 68. 00:05:2007-flake8-plugins
-
Урок 69. 00:02:0508-multiple-linters-in-vs-code
-
Урок 70. 00:02:5609-other-static-code-analyzers
-
Урок 71. 00:03:0910-sourcery
-
Урок 72. 00:01:1511-different-python-repl
-
Урок 73. 00:02:4012-ipython
-
Урок 74. 00:00:5413-bpython
-
Урок 75. 00:01:0014-ptpython
-
Урок 76. 00:00:4201-unittest-vs-pytest
-
Урок 77. 00:04:5702-converting-unittest-test-to-pytest
-
Урок 78. 00:03:5003-running-pytest-tests
-
Урок 79. 00:06:5804-pytest-options
-
Урок 80. 00:02:1605-configuration-file
-
Урок 81. 00:02:1606-fixtures
-
Урок 82. 00:01:1807-mocking-and-monkeypatching
-
Урок 83. 00:03:3908-parametrized-tests
-
Урок 84. 00:03:1509-marks
-
Урок 85. 00:01:2110-testing-code-examples-in-the-documentation
-
Урок 86. 00:01:4311-extending-pytest-with-plugins
-
Урок 87. 00:03:2812-useful-pytest-plugins
-
Урок 88. 00:01:4913-moving-from-unittest-to-pytest
-
Урок 89. 00:02:0314-summary
-
Урок 90. 00:00:4201-sphinx
-
Урок 91. 00:01:4402-example-code-for-this-chapter
-
Урок 92. 00:03:0203-set-up-sphinx
-
Урок 93. 00:02:0104-reStructuredText
-
Урок 94. 00:02:0305-adding-more-documentation
-
Урок 95. 00:02:0406-how-to-write-good-documentation
-
Урок 96. 00:04:1007-generating-API-documentation
-
Урок 97. 00:00:4308-show-source-code-in-the-documentation
-
Урок 98. 00:02:4109-testing-your-documentation
-
Урок 99. 00:00:5810-read-the-docs
-
Урок 100. 00:01:1611-mkdocs
-
Урок 101. 00:02:3512-rest-api-documentation
-
Урок 102. 00:00:3701-building-projects-is-not-just-coding
-
Урок 103. 00:02:3102-tox-automate-python-tasks-on-your-computer
-
Урок 104. 00:00:3003-source-code-for-this-chapter
-
Урок 105. 00:06:5904-tox-in-action
-
Урок 106. 00:03:5005-pre-commit
-
Урок 107. 00:05:3406-pre-commit-in-action
-
Урок 108. 00:01:3107-continuous-integration
-
Урок 109. 00:03:0308-github-actions
-
Урок 110. 00:10:1509-github-actions-in-action
-
Урок 111. 00:00:4110-ci-server-vs-your-computer
-
Урок 112. 00:00:3611-gitlab-ci
-
Урок 113. 00:11:3012-gitlab-ci-in-action
-
Урок 114. 00:03:1513-when-to-use-which-tool
-
Урок 115. 00:00:3701-time-for-practice
-
Урок 116. 00:00:4002-cli-applications
-
Урок 117. 00:02:2903-our-cli-application
-
Урок 118. 00:02:0504-technical-considerations
-
Урок 119. 00:13:3605-first-version-of-uptimer
-
Урок 120. 00:03:4506-daemon-mode-and-multiple-urls
-
Урок 121. 00:11:0707-adding-tests
-
Урок 122. 00:07:0108-adding-documentation
-
Урок 123. 00:03:0709-possible-improvements
-
Урок 124. 00:00:4001-lets-build-a-python-package
-
Урок 125. 00:00:4002-technical-considerations
-
Урок 126. 00:02:3703-start-with-a-cookiecutter-template
-
Урок 127. 00:05:1504-remove-unnecessary-files
-
Урок 128. 00:06:0105-add-code
-
Урок 129. 00:02:2506-install-package-from-setup-py
-
Урок 130. 00:03:5007-add-tests
-
Урок 131. 00:06:3508-add-documentation
-
Урок 132. 00:08:5909-publishing-on-pypi
-
Урок 133. 00:01:3610-flit
-
Урок 134. 00:01:0911-private-pypi
-
Урок 135. 00:02:2301-executable-applications
-
Урок 136. 00:06:1302-gui-for-the-uptimer
-
Урок 137. 00:00:5703-warning-building-executable-applications-is-tough
-
Урок 138. 00:07:1404-create-mac-app-with-pyinstaller
-
Урок 139. 00:01:3605-will-it-work-on-a-brand-new-macos-installation
-
Урок 140. 00:09:0906-create-a-windows-exe-file
-
Урок 141. 00:01:3307-will-it-work-on-a-brand-new-windows-installation
-
Урок 142. 00:01:1608-windows-and-a-virus-warning
-
Урок 143. 00:01:2209-cross-platform-python-applications
-
Урок 144. 00:01:2801-deploying-python-application
-
Урок 145. 00:01:1402-virtual-servers-paas-containers
-
Урок 146. 00:00:5903-virtual-private-server
-
Урок 147. 00:01:2404-platform-as-a-service
-
Урок 148. 00:03:2105-docker-containers-and-kubernetes
-
Урок 149. 00:07:3506-uptimer-website
-
Урок 150. 00:08:2307-deploying-to-heroku
-
Урок 151. 00:01:4308-using-docker
-
Урок 152. 00:04:0009-lets-write-a-dockerfile
-
Урок 153. 00:05:0610-building-a-docker-image
-
Урок 154. 00:03:0311-publishing-on-docker-hub
-
Урок 155. 00:03:5312-free-docker-playground
-
Урок 156. 00:03:2813-deploy-docker-image-on-digitalocean
-
Урок 157. 00:06:4014-auto-reboot-and-auto-update
-
Урок 158. 00:02:4415-docker-compose
-
Урок 159. 00:00:2101-thats-all-folks
-
Урок 160. 00:01:0402-vs-code
-
Урок 161. 00:01:0203-pyenv
-
Урок 162. 00:00:3704-virtual-environments
-
Урок 163. 00:00:5905-pipx
-
Урок 164. 00:01:2006-cookiecutter
-
Урок 165. 00:00:5707-growing-python-projects
-
Урок 166. 00:01:0908-pinning-dependencies
-
Урок 167. 00:00:4009-poetry-and-friends
-
Урок 168. 00:01:5910-static-analysis
-
Урок 169. 00:00:4711-pytest
-
Урок 170. 00:01:0412-documentation
-
Урок 171. 00:02:1813-ci
-
Урок 172. 00:00:3014-building-a-cli-application
-
Урок 173. 00:00:5615-building-a-python-package
-
Урок 174. 00:00:3916-building-an-executable-application
-
Урок 175. 00:01:2717-deployment
-
Урок 176. 00:00:2318-thanks-and-bye
- Категории
- Источники
- Все курсы
- Разделы
- Книги