Modern Python Projects
Focused View
8:42:10
62 View
01-welcome.mp4
01:29
02-what-you-will-learn.mp4
06:24
03-what-you-need-to-know.mp4
00:41
04-meet-your-instructor.mp4
00:43
05-disclaimer-about-tools-and-services-in-this-course.mp4
00:42
01-python.mp4
00:46
02-code-editor.mp4
00:32
03-source-code.mp4
00:24
01-choosing-a-code-editor.mp4
04:35
02-installing-vscode.mp4
00:24
03-installing-Python-extension.mp4
05:54
04-pylance-and-a-language-server-protocol.mp4
02:52
05-quick-overview-of-vs-code.mp4
10:47
06-running-python-code.mp4
03:07
07-debugging-python-code.mp4
03:55
08-testing-python-code.mp4
04:52
09-snippets.mp4
04:27
10-plugins.mp4
08:21
01-dont-change-system-python.mp4
01:39
02-pyenv.mp4
01:09
03-installing-pyenv.mp4
03:20
04-installing-pyenv-win-Windows.mp4
00:57
05-installing-new-python-version-with-pyenv.mp4
05:17
06-3-levels-of-pyenv.mp4
03:47
07-troubleshooting-pyenv.mp4
01:40
08-bonus-how-pyenv-works.mp4
02:39
09-bonus-is-there-pyenv-for-node-go-etc.mp4
00:44
10-the-problem-with-pip.mp4
05:19
11-what-are-virtual-environments.mp4
01:27
12-creating-a-virtual-environment.mp4
02:13
13-using-a-virtual-environment.mp4
01:27
14-typical-workflow-with-virtual-environment.mp4
02:27
15-virtualenvwrapper-a-virtual-environments-management-tool.mp4
10:03
16-isolate-global-packages-with-pipx.mp4
02:52
17-pipx-in-action.mp4
05:10
18-pipx-packages-in-vs-code.mp4
02:33
19-summary.mp4
03:48
01-starting-a-new-project-can-be-hard.mp4
03:33
02-what-is-cookiecutter.mp4
00:35
03-using-cookiecutter-to-generate-a-project.mp4
08:00
04-tip-how-i-use-cookiecutter.mp4
01:18
05-you-can-build-your-own-template.mp4
02:23
06-summary.mp4
02:34
01-what-is-project-management-in-python.mp4
00:33
02-how-python-imports-modules.mp4
03:27
03-import-errors.mp4
02:33
04-simple-project.mp4
02:57
05-medium-project.mp4
01:38
06-advanced-projects.mp4
01:45
07-makefiles-simple-tasks-management.mp4
05:51
08-dependencies-of-your-project.mp4
00:31
09-requirements-txt-conventions.mp4
03:15
10-separate-requirements-files.mp4
01:14
11-pin-your-dependencies.mp4
01:01
12-pip-tools.mp4
04:11
13-python-project-chores.mp4
01:10
14-pipenv-or-poetry.mp4
00:59
15-poetry-in-action.mp4
04:47
16-publishing-a-package-with-poetry.mp4
01:27
17-other-tools.mp4
03:33
18-my-favorite-tool.mp4
02:01
01-how-to-not-write-good-python-code.mp4
01:43
02-pep8-and-pep257.mp4
02:00
03-black.mp4
04:21
04-linters.mp4
02:09
05-pylint.mp4
06:59
06-flake8.mp4
03:10
07-flake8-plugins.mp4
05:19
08-multiple-linters-in-vs-code.mp4
02:04
09-other-static-code-analyzers.mp4
02:55
10-sourcery.mp4
03:08
11-different-python-repl.mp4
01:14
12-ipython.mp4
02:39
13-bpython.mp4
00:53
14-ptpython.mp4
00:59
01-unittest-vs-pytest.mp4
00:41
02-converting-unittest-test-to-pytest.mp4
04:56
03-running-pytest-tests.mp4
03:49
04-pytest-options.mp4
06:57
05-configuration-file.mp4
02:15
06-fixtures.mp4
02:15
07-mocking-and-monkeypatching.mp4
01:17
08-parametrized-tests.mp4
03:38
09-marks.mp4
03:14
10-testing-code-examples-in-the-documentation.mp4
01:20
11-extending-pytest-with-plugins.mp4
01:42
12-useful-pytest-plugins.mp4
03:27
13-moving-from-unittest-to-pytest.mp4
01:48
14-summary.mp4
02:02
01-sphinx.mp4
00:41
02-example-code-for-this-chapter.mp4
01:43
03-set-up-sphinx.mp4
03:01
04-reStructuredText.mp4
02:00
05-adding-more-documentation.mp4
02:02
06-how-to-write-good-documentation.mp4
02:03
07-generating-API-documentation.mp4
04:09
08-show-source-code-in-the-documentation.mp4
00:42
09-testing-your-documentation.mp4
02:40
10-read-the-docs.mp4
00:57
11-mkdocs.mp4
01:15
12-rest-api-documentation.mp4
02:34
01-building-projects-is-not-just-coding.mp4
00:36
02-tox-automate-python-tasks-on-your-computer.mp4
02:30
03-source-code-for-this-chapter.mp4
00:29
04-tox-in-action.mp4
06:58
05-pre-commit.mp4
03:49
06-pre-commit-in-action.mp4
05:33
07-continuous-integration.mp4
01:30
08-github-actions.mp4
03:02
09-github-actions-in-action.mp4
10:14
10-ci-server-vs-your-computer.mp4
00:40
11-gitlab-ci.mp4
00:35
12-gitlab-ci-in-action.mp4
11:29
13-when-to-use-which-tool.mp4
03:14
01-time-for-practice.mp4
00:36
02-cli-applications.mp4
00:39
03-our-cli-application.mp4
02:28
04-technical-considerations.mp4
02:04
05-first-version-of-uptimer.mp4
13:35
06-daemon-mode-and-multiple-urls.mp4
03:44
07-adding-tests.mp4
11:06
08-adding-documentation.mp4
07:00
09-possible-improvements.mp4
03:06
01-lets-build-a-python-package.mp4
00:39
02-technical-considerations.mp4
00:39
03-start-with-a-cookiecutter-template.mp4
02:36
04-remove-unnecessary-files.mp4
05:14
05-add-code.mp4
06:00
06-install-package-from-setup-py.mp4
02:24
07-add-tests.mp4
03:49
08-add-documentation.mp4
06:34
09-publishing-on-pypi.mp4
08:58
10-flit.mp4
01:35
11-private-pypi.mp4
01:08
01-executable-applications.mp4
02:22
02-gui-for-the-uptimer.mp4
06:12
03-warning-building-executable-applications-is-tough.mp4
00:56
04-create-mac-app-with-pyinstaller.mp4
07:13
05-will-it-work-on-a-brand-new-macos-installation.mp4
01:35
06-create-a-windows-exe-file.mp4
09:08
07-will-it-work-on-a-brand-new-windows-installation.mp4
01:32
08-windows-and-a-virus-warning.mp4
01:15
09-cross-platform-python-applications.mp4
01:21
01-deploying-python-application.mp4
01:27
02-virtual-servers-paas-containers.mp4
01:13
03-virtual-private-server.mp4
00:58
04-platform-as-a-service.mp4
01:23
05-docker-containers-and-kubernetes.mp4
03:20
06-uptimer-website.mp4
07:34
07-deploying-to-heroku.mp4
08:22
08-using-docker.mp4
01:42
09-lets-write-a-dockerfile.mp4
03:59
10-building-a-docker-image.mp4
05:05
11-publishing-on-docker-hub.mp4
03:02
12-free-docker-playground.mp4
03:52
13-deploy-docker-image-on-digitalocean.mp4
03:27
14-auto-reboot-and-auto-update.mp4
06:39
15-docker-compose.mp4
02:43
01-thats-all-folks.mp4
00:20
02-vs-code.mp4
01:03
03-pyenv.mp4
01:01
04-virtual-environments.mp4
00:36
05-pipx.mp4
00:58
06-cookiecutter.mp4
01:19
07-growing-python-projects.mp4
00:56
08-pinning-dependencies.mp4
01:08
09-poetry-and-friends.mp4
00:39
10-static-analysis.mp4
01:58
11-pytest.mp4
00:46
12-documentation.mp4
01:03
13-ci.mp4
02:17
14-building-a-cli-application.mp4
00:29
15-building-a-python-package.mp4
00:55
16-building-an-executable-application.mp4
00:38
17-deployment.mp4
01:26
18-thanks-and-bye.mp4
00:22
More details
User Reviews
Rating
average 0
Focused display
Category

Talk Python
View courses Talk PythonTalk Python to Me is a weekly podcast hosted by developer and entrepreneur Michael Kennedy. We dive deep into the popular packages and software developers, data scientists, and incredible hobbyists ...
- language english
- Training sessions 176
- duration 8:42:10
- English subtitles has
- Release Date 2023/06/16