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