Torrent Downloads » Other » [FreeCoursesOnline Me] TalkPython - Modern APIs with FastAPI and Python Course
Other
[FreeCoursesOnline Me] TalkPython - Modern APIs with FastAPI and Python Course
Torrent info
Name:[FreeCoursesOnline Me] TalkPython - Modern APIs with FastAPI and Python Course
Infohash: 645215386F69D1BE0E442F6A4BA98C6282CCE680
Total Size: 3.09 GB
Magnet: Magnet Download
Seeds: 13
Leechers: 0
Stream: Watch Full Movies @ LimeMovies
Last Updated: 2024-05-14 14:21:20 (Update Now)
Torrent added: 2021-04-09 23:00:20
Alternatives:[FreeCoursesOnline Me] TalkPython - Modern APIs with FastAPI and Python Course Torrents
Torrent Files List
0. Websites you may like (Size: 3.09 GB) (Files: 256)
0. Websites you may like
0. (1Hack.Us) Premium Tutorials-Guides-Articles _ Community based Forum.url
1. (FreeCoursesOnline.Me) Download Udacity, Masterclass, Lynda, PHLearn, Pluralsight Free.url
3. (FTUApps.com) Download Cracked Developers Applications For Free.url
How you can help our Group!.txt
01 Welcome to the course
01-welcome-to-fastapi.en.srt
01-welcome-to-fastapi.mp4
01-welcome-to-fastapi.ru.srt
02-why-fastapi.en.srt
02-why-fastapi.mp4
02-why-fastapi.ru.srt
03-modern-python-and-apis.en.srt
03-modern-python-and-apis.mp4
03-modern-python-and-apis.ru.srt
04-fastapi-vs-x.en.srt
04-fastapi-vs-x.mp4
04-fastapi-vs-x.ru.srt
05-the-big-ideas-covered-in-the-course.en.srt
05-the-big-ideas-covered-in-the-course.mp4
05-the-big-ideas-covered-in-the-course.ru.srt
06-student-prerequisites.en.srt
06-student-prerequisites.mp4
06-student-prerequisites.ru.srt
07-your-instructor-michael-kennedy.en.srt
07-your-instructor-michael-kennedy.mp4
07-your-instructor-michael-kennedy.ru.srt
08-get-the-full-story-on-fastapi.en.srt
08-get-the-full-story-on-fastapi.mp4
08-get-the-full-story-on-fastapi.ru.srt
02 Setup and following along
01-setup-python-version.en.srt
01-setup-python-version.mp4
01-setup-python-version.ru.srt
02-recommended-editor.en.srt
02-recommended-editor.mp4
02-recommended-editor.ru.srt
03-git-the-source-code.en.srt
03-git-the-source-code.mp4
03-git-the-source-code.ru.srt
03 Building our first API
01-intro-to-our-first-api.en.srt
01-intro-to-our-first-api.mp4
01-intro-to-our-first-api.ru.srt
02-project-setup.en.srt
02-project-setup.mp4
02-project-setup.ru.srt
03-the-most-basic-api.en.srt
03-the-most-basic-api.mp4
03-the-most-basic-api.ru.srt
04-concept-a-minimal-api-endpoint.en.srt
04-concept-a-minimal-api-endpoint.mp4
04-concept-a-minimal-api-endpoint.ru.srt
05-know-your-http-verbs.en.srt
05-know-your-http-verbs.mp4
05-know-your-http-verbs.ru.srt
06-know-your-http-status-codes.en.srt
06-know-your-http-status-codes.mp4
06-know-your-http-status-codes.ru.srt
07-passing-data-to-the-api.en.srt
07-passing-data-to-the-api.mp4
07-passing-data-to-the-api.ru.srt
08-concept-passing-data-to-the-api.en.srt
08-concept-passing-data-to-the-api.mp4
08-concept-passing-data-to-the-api.ru.srt
09-responding-to-requests.en.srt
09-responding-to-requests.mp4
09-responding-to-requests.ru.srt
10-using-specialized-responses.en.srt
10-using-specialized-responses.mp4
10-using-specialized-responses.ru.srt
11-concept-returning-errors.en.srt
11-concept-returning-errors.mp4
11-concept-returning-errors.ru.srt
12-a-home-page-of-sorts.en.srt
12-a-home-page-of-sorts.mp4
12-a-home-page-of-sorts.ru.srt
04 Modern language foundations
01-modern-lang-intro.en.srt
01-modern-lang-intro.mp4
01-modern-lang-intro.ru.srt
02-type-hints.en.srt
02-type-hints.mp4
02-type-hints.ru.srt
03-adding-type-hints.en.srt
03-adding-type-hints.mp4
03-adding-type-hints.ru.srt
04-concept-type-hints.en.srt
04-concept-type-hints.mp4
04-concept-type-hints.ru.srt
05-non-async-web-scraper.en.srt
05-non-async-web-scraper.mp4
05-non-async-web-scraper.ru.srt
06-async-web-scraper.en.srt
06-async-web-scraper.mp4
06-async-web-scraper.ru.srt
07-concept-an-async-method.en.srt
07-concept-an-async-method.mp4
07-concept-an-async-method.ru.srt
08-asgi-servers.en.srt
08-asgi-servers.mp4
08-asgi-servers.ru.srt
09-model-validation-hard-way.en.srt
09-model-validation-hard-way.mp4
09-model-validation-hard-way.ru.srt
10-model-validation-with-pydantic.en.srt
10-model-validation-with-pydantic.mp4
10-model-validation-with-pydantic.ru.srt
11-concept-pydantic-models.en.srt
11-concept-pydantic-models.mp4
11-concept-pydantic-models.ru.srt
05 Building a realistic API
01-introducing-our-main-api.en.srt
01-introducing-our-main-api.mp4
01-introducing-our-main-api.ru.srt
02-creating-the-weather-project.en.srt
02-creating-the-weather-project.mp4
02-creating-the-weather-project.ru.srt
03-rendering-html-templates.en.srt
03-rendering-html-templates.mp4
03-rendering-html-templates.ru.srt
04-concept-rendering-html-templates.en.srt
04-concept-rendering-html-templates.mp4
04-concept-rendering-html-templates.ru.srt
05-static-files.en.srt
05-static-files.mp4
05-static-files.ru.srt
06-partitioning-with-routers.en.srt
06-partitioning-with-routers.mp4
06-partitioning-with-routers.ru.srt
07-concept-partitioning-with-routers.en.srt
07-concept-partitioning-with-routers.mp4
07-concept-partitioning-with-routers.ru.srt
08-weather-api-signature.en.srt
08-weather-api-signature.mp4
08-weather-api-signature.ru.srt
09-pydantic-models.en.srt
09-pydantic-models.mp4
09-pydantic-models.ru.srt
10-openweather-data-info.en.srt
10-openweather-data-info.mp4
10-openweather-data-info.ru.srt
11-setting-the-api-key.en.srt
11-setting-the-api-key.mp4
11-setting-the-api-key.ru.srt
12-calling-openweathermap-synchronously.en.srt
12-calling-openweathermap-synchronously.mp4
12-calling-openweathermap-synchronously.ru.srt
13-making-an-async-api-method.en.srt
13-making-an-async-api-method.mp4
13-making-an-async-api-method.ru.srt
14-concept-async-api-methods.en.srt
14-concept-async-api-methods.mp4
14-concept-async-api-methods.ru.srt
06 Error handling and performance
01-faster-with-caching-data.en.srt
01-faster-with-caching-data.mp4
01-faster-with-caching-data.ru.srt
02-concept-caching-data.en.srt
02-concept-caching-data.mp4
02-concept-caching-data.ru.srt
03-error-responses.en.srt
03-error-responses.mp4
03-error-responses.ru.srt
04-concept-errors-to-responses.en.srt
04-concept-errors-to-responses.mp4
04-concept-errors-to-responses.ru.srt
07 Accepting inbound data
01-inbound-data-intro.en.srt
01-inbound-data-intro.mp4
01-inbound-data-intro.ru.srt
02-report-data-layer.en.srt
02-report-data-layer.mp4
02-report-data-layer.ru.srt
03-adding-the-all-reports-api.en.srt
03-adding-the-all-reports-api.mp4
03-adding-the-all-reports-api.ru.srt
04-adding-a-report-in-the-api.en.srt
04-adding-a-report-in-the-api.mp4
04-adding-a-report-in-the-api.ru.srt
05-calling-the-post-method-with-tools.en.srt
05-calling-the-post-method-with-tools.mp4
05-calling-the-post-method-with-tools.ru.srt
06-playing-nice-with-status-codes.en.srt
06-playing-nice-with-status-codes.mp4
06-playing-nice-with-status-codes.ru.srt
07-concept-submitted-a-weather-report.en.srt
07-concept-submitted-a-weather-report.mp4
07-concept-submitted-a-weather-report.ru.srt
08-report-client-app.en.srt
08-report-client-app.mp4
08-report-client-app.ru.srt
09-recent-events-on-the-home-page.en.srt
09-recent-events-on-the-home-page.mp4
09-recent-events-on-the-home-page.ru.srt
10-reviewing-the-api-docs.en.srt
10-reviewing-the-api-docs.mp4
10-reviewing-the-api-docs.ru.srt
08 Deploying FastAPI on Linux with gunicorn and nginx
01-deployment-intro.en.srt
01-deployment-intro.mp4
01-deployment-intro.ru.srt
02-surveying-some-hosting-options.en.srt
02-surveying-some-hosting-options.mp4
02-surveying-some-hosting-options.ru.srt
03-create-a-server-at-digital-ocean.en.srt
03-create-a-server-at-digital-ocean.mp4
03-create-a-server-at-digital-ocean.ru.srt
04-connecting-to-and-patching-our-server.en.srt
04-connecting-to-and-patching-our-server.mp4
04-connecting-to-and-patching-our-server.ru.srt
05-server-topology-with-gunicorn.en.srt
05-server-topology-with-gunicorn.mp4
05-server-topology-with-gunicorn.ru.srt
06-adding-ohmyzsh.en.srt
06-adding-ohmyzsh.mp4
06-adding-ohmyzsh.ru.srt
07-preparing-to-run-fastapi.en.srt
07-preparing-to-run-fastapi.mp4
07-preparing-to-run-fastapi.ru.srt
08-getting-the-source.en.srt
08-getting-the-source.mp4
08-getting-the-source.ru.srt
09-venv-always.en.srt
09-venv-always.mp4
09-venv-always.ru.srt
10-gunicorn-as-systemd-unit.en.srt
10-gunicorn-as-systemd-unit.mp4
10-gunicorn-as-systemd-unit.ru.srt
11-installing-and-running-nginx.en.srt
11-installing-and-running-nginx.mp4
11-installing-and-running-nginx.ru.srt
12-adding-ssl-for-https.en.srt
12-adding-ssl-for-https.mp4
12-adding-ssl-for-https.ru.srt
09 Course conclusion and review
01-you-ve-made-it.en.srt
01-you-ve-made-it.mp4
01-you-ve-made-it.ru.srt
02-review-a-minimal-api-endpoint.en.srt
02-review-a-minimal-api-endpoint.mp4
02-review-a-minimal-api-endpoint.ru.srt
03-review-type-hints.en.srt
03-review-type-hints.mp4
03-review-type-hints.ru.srt
04-review-pydantic-objects.en.srt
04-review-pydantic-objects.mp4
04-review-pydantic-objects.ru.srt
05-review-async-view-methods.en.srt
05-review-async-view-methods.mp4
05-review-async-view-methods.ru.srt
06-review-rendering-templates.en.srt
06-review-rendering-templates.mp4
06-review-rendering-templates.ru.srt
07-review-status-codes-and-responses.en.srt
07-review-status-codes-and-responses.mp4
07-review-status-codes-and-responses.ru.srt
08-review-modifying-data-through-the-api.en.srt
08-review-modifying-data-through-the-api.mp4
08-review-modifying-data-through-the-api.ru.srt
09-review-deployment.en.srt
09-review-deployment.mp4
09-review-deployment.ru.srt
10-thanks-and-bye.en.srt
10-thanks-and-bye.mp4
10-thanks-and-bye.ru.srt
tracker
leech seedsTorrent description
Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information, Watch [FreeCoursesOnline Me] TalkPython - Modern APIs with FastAPI and Python Course Online Free Full Movies Like 123Movies, Putlockers, Fmovies, Netflix or Download Direct via Magnet Link in Torrent Details.
related torrents
Torrent name
health leech seeds Size






