- 【影视】 [TalkPython] Async Techniques and Examples in Python Course (2021) [En]
- 收录时间:2021-04-03 文档个数:305 文档大小:1.9 GB 最近下载:2024-12-28 人气:3872 磁力链接
- 04 async and await with asyncio/31. async web scraping.mp4 86.4 MB
- 04 async and await with asyncio/25. Demo, Make the producer-consumer async (methods).mp4 67.9 MB
- 08 Common APIs with execution pools/62. Demo, Executor app (threaded-edition).mp4 65.8 MB
- 05 Threads/42. Cancelling threads with user input.mp4 61.0 MB
- 09 Built on asyncio/69. Demo, unsync app for mixed-mode parallelism.mp4 59.0 MB
- 09 Built on asyncio/73. Demo, Converting from asyncio to Trio.mp4 58.7 MB
- 06 Thread safety/51. Demo, Make the bank safe (fine-grained).mp4 55.3 MB
- 11 Parallelism in C with Cython/94. Demo, Hello Cython.mp4 54.4 MB
- 07 Leveraging CPU cores with multiprocessing/56. Demo, Scaling CPU-bound operations with multiprocessing.mp4 49.1 MB
- 04 async and await with asyncio/22. Demo, Understanding basic generators.mp4 48.1 MB
- 06 Thread safety/48. Demo, An unsafe bank.mp4 46.7 MB
- 10 Asyncio-based web frameworks/83. Demo, Making our API async.mp4 45.1 MB
- 04 async and await with asyncio/28. Faster asyncio loops with uvloop.mp4 45.0 MB
- 05 Threads/44. Demo, Attempting to leverage multiple cores with threads.mp4 41.4 MB
- 04 async and await with asyncio/24. Demo, Make the producer-consumer async.mp4 40.6 MB
- 09 Built on asyncio/68. Demo, unsync app introduction.mp4 40.2 MB
- 06 Thread safety/49. Demo, Make the bank safe (global).mp4 39.2 MB
- 03 Why async/13. Demo, Why you need async for speed.mp4 38.6 MB
- 06 Thread safety/52. Demo, Breaking a deadlock.mp4 35.8 MB
- 10 Asyncio-based web frameworks/79. Demo, Introducing our Flask API.mp4 35.4 MB
- 猜你喜欢: En Python Course TalkPython Examples 2021 Async Techniques
- 【影视】 [TalkPython] MongoDB for Developers with Python (2019) [En]
- 收录时间:2021-03-27 文档个数:105 文档大小:3.5 GB 最近下载:2024-12-28 人气:3994 磁力链接
- 08 High-performance MongoDB/075 Concept Indexes via the shell.mp4 195.2 MB
- 03 Setting up your computer to follow along/014 Setting up MongoDB as a Windows service.mp4 131.3 MB
- 04 MongoDB's shell and native query syntax/023 Basic querying.mp4 127.9 MB
- 02 What is NoSQL/012 Who uses MongoDB.mp4 101.8 MB
- 09 Deploying MongoDB in production (and playing it safe)/082 Installing MongoDB for production use.mp4 100.3 MB
- 09 Deploying MongoDB in production (and playing it safe)/092 Connecting to MongoDB via Python.mp4 95.4 MB
- 09 Deploying MongoDB in production (and playing it safe)/094 MongoDB admin tools.mp4 87.0 MB
- 08 High-performance MongoDB/073 Running the default configuration.mp4 83.1 MB
- 09 Deploying MongoDB in production (and playing it safe)/081 Creating a couple of cloud servers.mp4 82.1 MB
- 03 Setting up your computer to follow along/018 Setting up MongoDB on Linux.mp4 81.7 MB
- 03 Setting up your computer to follow along/016 Setting up MongoDB on macOS.mp4 74.1 MB
- mongodb-for-python-developers-master.zip 73.8 MB
- 04 MongoDB's shell and native query syntax/025 Robomongo A better shell.mp4 70.9 MB
- 07 Mapping classes to MongoDB with the ODM MongoEngine/054 Basic classes in mongoengine.mp4 70.4 MB
- 07 Mapping classes to MongoDB with the ODM MongoEngine/062 A parting glitch.mp4 65.8 MB
- 08 High-performance MongoDB/072 Surveying the new code.mp4 64.3 MB
- 06 Modeling and document design/047 A real world example.mp4 64.1 MB
- 02 What is NoSQL/011 Introducing MongoDB.mp4 63.0 MB
- 07 Mapping classes to MongoDB with the ODM MongoEngine/061 Subdocument queries.mp4 62.9 MB
- 07 Mapping classes to MongoDB with the ODM MongoEngine/058 Listing cars.mp4 62.7 MB
- 猜你喜欢: En Python MongoDB TalkPython 2019 Developers
- 【影视】 [TalkPython] Python Memory Management and Tips (2021) [En]
- 收录时间:2021-07-12 文档个数:291 文档大小:3.4 GB 最近下载:2024-12-28 人气:5607 磁力链接
- 07 Memory and functions/07-converting-the-pipeline-to-generators.mp4 168.7 MB
- 04 Allocating memory in Python/09-demo-allocator-stats.mp4 145.8 MB
- 06 Efficient data structures/07-demo-checking-friends-in-the-friend-map.mp4 124.4 MB
- 08 Memory and classes/02-plain-ol-properties.mp4 109.5 MB
- 08 Memory and classes/07-demo-where-classes-store-memory.mp4 109.3 MB
- 05 Recovering memory in Python/02-demo-reference-counting.mp4 106.1 MB
- 03 Python variables and memory/10-demo-size-of-objects.mp4 103.5 MB
- 03 Python variables and memory/07-cpython-long-source.mp4 97.6 MB
- 08 Memory and classes/09-demo-people-with-slots.mp4 93.1 MB
- 07 Memory and functions/05-demo-a-mem-improvement.mp4 88.0 MB
- 04 Allocating memory in Python/07-demo-pools-in-source.mp4 85.3 MB
- 06 Efficient data structures/06-demo-cycle-busting-with-friend-map.mp4 84.3 MB
- 05 Recovering memory in Python/04-demo-gc.mp4 77.5 MB
- 08 Memory and classes/05-delayed-fields-with-props.mp4 75.3 MB
- 06 Efficient data structures/04-demo-data-with-cycles.mp4 73.4 MB
- 07 Memory and functions/09-demo-useful-closers.mp4 71.9 MB
- 06 Efficient data structures/09-demo-container-sizes-starter.mp4 70.8 MB
- 03 Python variables and memory/13-demo-flyweight-numbers.mp4 68.8 MB
- 08 Memory and classes/11-demo-slots-are-faster-too.mp4 65.3 MB
- 03 Python variables and memory/11-demo-real-size-of-objects.mp4 61.5 MB
- 猜你喜欢: Management Python TalkPython En 2021 Memory Tips
- 【影视】 [TalkPython] Introduction to Ansible Course (2020) [En]
- 收录时间:2021-04-09 文档个数:72 文档大小:1.4 GB 最近下载:2024-12-27 人气:11758 磁力链接
- 03 Ansible Core Concepts/013 Modules.mp4 70.8 MB
- 07 Deployments/066 Fixing Our Nginx Configuration.mp4 67.1 MB
- 02 Development Environment Configuration/007 Configuring Ansible on macOS.mp4 56.4 MB
- 06 Configuring Servers/043 Creating a Non-root User.mp4 54.1 MB
- 06 Configuring Servers/051 PostgreSQL Management with the postgresql_db and postgresql_user Modules.mp4 51.6 MB
- 07 Deployments/058 Enhancing the Nginx Template.mp4 51.4 MB
- 01 Introduction/005 Working with Ansible.mp4 46.6 MB
- 07 Deployments/059 Testing the Nginx Tasks.mp4 46.2 MB
- 06 Configuring Servers/047 Splitting Web Server and Database Server Roles.mp4 41.8 MB
- 07 Deployments/056 Enhancing Our Playbook and Let's Encrypt.mp4 38.2 MB
- 07 Deployments/060 Deploy Keys on GitHub.mp4 38.0 MB
- 07 Deployments/063 Using the start-at-task Argument.mp4 36.5 MB
- 07 Deployments/057 SSL Certificates with the shell and stat Modules.mp4 36.4 MB
- 05 Data/036 Ansible Vault.mp4 34.2 MB
- 01 Introduction/002 Why Ansible.mp4 34.0 MB
- 02 Development Environment Configuration/010 Configuring Ansible on Ubuntu.mp4 33.6 MB
- 04 Running Playbooks/028 New Users with the group, user and authorized_key Modules.mp4 33.4 MB
- 04 Running Playbooks/027 Adjusting Output Verbosity.mp4 33.4 MB
- 06 Configuring Servers/050 Installing PostgreSQL.mp4 31.5 MB
- 06 Configuring Servers/048 Running Nginx.mp4 30.0 MB
- 猜你喜欢: En Introduction Course TalkPython Ansible 2020
- 【影视】 [TalkPython] Python for the .NET Developer Course (2019) [En]
- 收录时间:2021-03-27 文档个数:175 文档大小:3.6 GB 最近下载:2024-12-27 人气:1356 磁力链接
- 12 Deploying Python web apps/157 Running in a production WSGI server.mp4 80.3 MB
- 12 Deploying Python web apps/156 Configuring the Python code.mp4 80.2 MB
- 12 Deploying Python web apps/155 Setting up server foundations.mp4 79.4 MB
- 12 Deploying Python web apps/159 Adding SSL with Let's Encrypt.mp4 76.3 MB
- 03 The Python Language/023 Python function basics.mp4 69.4 MB
- 03 The Python Language/017 Code structure demo.mp4 65.6 MB
- 08 Database access and ORMs in Python/106 Inserting data.mp4 65.4 MB
- 12 Deploying Python web apps/152 The cost of cloud hosting compared.mp4 60.9 MB
- 11 Computational notebooks/143 Getting the links from the RSS data.mp4 60.2 MB
- 10 async and await in Python/137 More threading with unsync.mp4 58.6 MB
- 10 async and await in Python/133 First-pass Python async.mp4 55.1 MB
- 06 Memory management in Python/076 Reference counting demo.mp4 54.4 MB
- 03 The Python Language/044 Python error handling.mp4 51.4 MB
- 09 Testing/121 Mocking our dependencies with pytest_mock.mp4 49.9 MB
- 11 Computational notebooks/146 Graphing the popular domains.mp4 49.7 MB
- 05 Package management and external libraries/069 Installing the Python packages.mp4 49.3 MB
- 03 The Python Language/041 Python type annotations.mp4 47.9 MB
- 12 Deploying Python web apps/153 Creating a virtual machine.mp4 46.6 MB
- 03 The Python Language/050 Python switch statements.mp4 44.2 MB
- 12 Deploying Python web apps/158 nginx, you public facing web server.mp4 41.6 MB
- 猜你喜欢: En Python Course TalkPython 2019 NET Developer
- 【影视】 [FreeCoursesOnline.Me] TalkPython - Getting started with pytest
- 收录时间:2023-02-13 文档个数:72 文档大小:436.6 MB 最近下载:2024-12-27 人气:2155 磁力链接
- lesson51.mp4 24.6 MB
- lesson15.mp4 19.0 MB
- lesson61.mp4 16.7 MB
- lesson44.mp4 16.0 MB
- lesson64.mp4 15.9 MB
- lesson37.mp4 14.8 MB
- lesson32.mp4 13.4 MB
- lesson12.mp4 12.9 MB
- lesson39.mp4 12.7 MB
- lesson45.mp4 11.4 MB
- lesson30.mp4 11.3 MB
- lesson29.mp4 11.2 MB
- lesson27.mp4 11.0 MB
- lesson58.mp4 10.9 MB
- lesson25.mp4 10.6 MB
- lesson55.mp4 10.6 MB
- lesson20.mp4 10.3 MB
- lesson42.mp4 10.1 MB
- lesson48.mp4 9.7 MB
- lesson62.mp4 9.5 MB
- 猜你喜欢: FreeCoursesOnline Me Getting started TalkPython pytest
- 【影视】 [FreeCoursesOnline.Me] TalkPython - Modern APIs with FastAPI and Python Course
- 收录时间:2021-05-15 文档个数:256 文档大小:3.3 GB 最近下载:2024-12-27 人气:9145 磁力链接
- 05 Building a realistic API/06-partitioning-with-routers.mp4 128.1 MB
- 08 Deploying FastAPI on Linux with gunicorn and nginx/02-surveying-some-hosting-options.mp4 127.8 MB
- 07 Accepting inbound data/10-reviewing-the-api-docs.mp4 107.9 MB
- 04 Modern language foundations/08-asgi-servers.mp4 107.1 MB
- 04 Modern language foundations/09-model-validation-hard-way.mp4 101.7 MB
- 08 Deploying FastAPI on Linux with gunicorn and nginx/10-gunicorn-as-systemd-unit.mp4 101.0 MB
- 07 Accepting inbound data/02-report-data-layer.mp4 98.5 MB
- 07 Accepting inbound data/08-report-client-app.mp4 97.2 MB
- 06 Error handling and performance/01-faster-with-caching-data.mp4 91.3 MB
- 05 Building a realistic API/03-rendering-html-templates.mp4 91.2 MB
- 06 Error handling and performance/03-error-responses.mp4 87.6 MB
- 08 Deploying FastAPI on Linux with gunicorn and nginx/07-preparing-to-run-fastapi.mp4 86.1 MB
- 08 Deploying FastAPI on Linux with gunicorn and nginx/11-installing-and-running-nginx.mp4 84.7 MB
- 04 Modern language foundations/10-model-validation-with-pydantic.mp4 80.3 MB
- 07 Accepting inbound data/09-recent-events-on-the-home-page.mp4 73.9 MB
- 03 Building our first API/09-responding-to-requests.mp4 70.7 MB
- 04 Modern language foundations/06-async-web-scraper.mp4 69.9 MB
- 08 Deploying FastAPI on Linux with gunicorn and nginx/04-connecting-to-and-patching-our-server.mp4 69.2 MB
- 07 Accepting inbound data/04-adding-a-report-in-the-api.mp4 68.8 MB
- 05 Building a realistic API/11-setting-the-api-key.mp4 66.7 MB
- 猜你喜欢: FreeCoursesOnline Me APIs Python FastAPI Modern Course TalkPython
- 【影视】 [FreeCoursesOnline.Me] TalkPython - Visual Studio Code for Python Developers
- 收录时间:2024-05-09 文档个数:53 文档大小:925.5 MB 最近下载:2024-12-27 人气:1872 磁力链接
- 47. Working with a Git Repository.mp4 67.8 MB
- 16. Extensions.mp4 54.4 MB
- 15. Common Shortcuts.mp4 50.3 MB
- 05. Choosing Your Python Distribution.mp4 49.0 MB
- 23. Linting and Formatting Code.mp4 40.7 MB
- 01. Welcome to the Course.mp4 36.6 MB
- 48. Viewing and Syncing Changes.mp4 32.4 MB
- 17. Themes.mp4 31.6 MB
- 46. What is Source Control and Why Do You Need It.mp4 30.8 MB
- 51. Thank you, Summary and Resources.mp4 29.3 MB
- 06. Installing VS Code (There Are Choices).mp4 28.1 MB
- 49. The GitHub PR (Pull Request) Extension.mp4 27.4 MB
- 02. What You'll Need.mp4 26.8 MB
- 34. Command-line Debugging Techniques.mp4 25.2 MB
- 37. Working with Debug Configurations.mp4 20.7 MB
- 10. Command Palette.mp4 19.1 MB
- 24. Refactoring Code with VS Code.mp4 19.1 MB
- 28. Handling multiple Python Versions with pyenv.mp4 18.9 MB
- 35. Debugging with Visual Studio Code.mp4 18.8 MB
- 25. Code Snippets.mp4 17.3 MB
- 猜你喜欢: FreeCoursesOnline Me Code Python Visual TalkPython Studio Developers
- 【影视】 TalkPython - Secure APIs with FastAPI and the Microsoft Identity Platform
- 收录时间:2022-09-30 文档个数:26 文档大小:404.0 MB 最近下载:2024-12-27 人气:1811 磁力链接
- 0015_Demo_Building_a_console_app_that_calls_a_secure_FastAPI_API.mp4 72.5 MB
- 0016_Demo_ASP_NET_Core_web_app_consuming_a_FastAPI_API.mp4 58.8 MB
- 0013_Securing_FastAPI_with_Azure_A.mp4 53.8 MB
- 0011_Provisioning_an_Azure_AD_tenant.mp4 28.1 MB
- 0019_Secure_authentication_with_self_signed_certificates.mp4 26.6 MB
- 0018_The_anatomy_of_JWTs_and_token_validation.mp4 26.4 MB
- 0012_Creating_your_first_application_registration.mp4 15.9 MB
- 0005_What_is_identity.mp4 12.4 MB
- 0006_Username_and_password_databases.mp4 12.4 MB
- 0008_Introduction_to_the_OIDC_protocol.mp4 12.4 MB
- 0009_Identity_as_a_service.mp4 12.4 MB
- 0020_Handling_authentication_and_authorization_errors.mp4 9.2 MB
- 0017_Benefits_of_JWT_authentication.mp4 8.9 MB
- 0007_Introduction_to_the_OAuth2_protocol.mp4 6.8 MB
- 0014_Application_types.mp4 6.5 MB
- 0010_Introduction_to_Azure_Active_Directory_Azure_AD.mp4 5.8 MB
- 0001_Welcome.mp4 4.8 MB
- 0021_You_ve_made_it.mp4 4.6 MB
- 0022_Review_Introduction_to_the_Microsoft_Identity_Platform.mp4 4.6 MB
- 0004_More_on_FastAPI_and_Microsoft_Identit.mp4 4.3 MB
- 猜你喜欢: Secure APIs FastAPI Platform TalkPython Microsoft Identity
- 【影视】 [TalkPython] Building Data-Driven Web Apps with Flask and SQLAlchemy (2019) [En]
- 收录时间:2021-03-26 文档个数:188 文档大小:4.0 GB 最近下载:2024-12-26 人气:3448 磁力链接
- 15 Deployment/04-configure-the-server.mp4 105.9 MB
- 07 Bootstrap and frontend CSS frameworks/15-bootstrap-theme-tour.mp4 102.7 MB
- 13 Client and server-side validation/04-register-viewmodel.mp4 93.3 MB
- 10 Using SQLAchemy/10-latest-releases.mp4 91.7 MB
- 10 Using SQLAchemy/11-package-details.mp4 88.8 MB
- 12 User input and HTML forms/11-create-the-login-cookie.mp4 75.1 MB
- 11 Database migrations with Alembic/3-our-first-change.mp4 72.5 MB
- 09 Modeling data with SQLAlchemy classes/5-modeling-packages.mp4 67.5 MB
- 06 Routing and URLs/03-factoring-view-methods-with-blueprints.mp4 66.5 MB
- 09 Modeling data with SQLAlchemy classes/11-relationships.mp4 60.2 MB
- 14 Testing web apps/12-integrated-test.mp4 58.0 MB
- 16 MongoDB edition/8-rewriting-the-queries.mp4 56.7 MB
- 12 User input and HTML forms/08-creating-the-user.mp4 56.5 MB
- 07 Bootstrap and frontend CSS frameworks/5-intro-to-grid-layout.mp4 56.2 MB
- 15 Deployment/02-creating-our-linux-server.mp4 52.1 MB
- 14 Testing web apps/10-testing-view-methods.mp4 51.1 MB
- 06 Routing and URLs/08-build-a-cms-in-8-minutes.mp4 50.4 MB
- 07 Bootstrap and frontend CSS frameworks/3-getting-started-wtih-bootstrap.mp4 48.0 MB
- 05 Jinja2 templates/04-first-template.mp4 47.7 MB
- 10 Using SQLAchemy/9-querying-data-home-page.mp4 47.5 MB
- 猜你喜欢: Building Web SQLAlchemy Flask Apps Driven TalkPython En 2019 Data
- 【影视】 [FreeCoursesOnline.Me] TalkPython - Python Data Visualization Course
- 收录时间:2023-01-29 文档个数:148 文档大小:813.8 MB 最近下载:2024-12-26 人气:10031 磁力链接
- Ch 5. Seaborn/14 View Lecture Pair and jointplot.mp4 26.1 MB
- Ch 4. Pandas/7 View Lecture Advanced specialized plots.mp4 20.8 MB
- Ch 6. Altair/17 View Lecture Amazon authors.mp4 20.4 MB
- Ch 7. Plotly/11 View Lecture Regression treemap heatmap.mp4 19.7 MB
- Ch 3. Matplotlib/18 View Lecture Scatter plots.mp4 18.0 MB
- Ch 4. Pandas/4 View Lecture Basic API examples.mp4 17.1 MB
- Ch 6. Altair/6 View Lecture Basic shorthand API.mp4 15.3 MB
- Ch 9. Dash/15 View Lecture Full app data filtering.mp4 15.1 MB
- Ch 5. Seaborn/10 View Lecture Displot relplot and facetting.mp4 14.9 MB
- Ch 8. Streamlit/11 View Lecture Show charts.mp4 14.2 MB
- Ch 7. Plotly/9 View Lecture Scatter plots.mp4 13.5 MB
- Ch 3. Matplotlib/13 View Lecture Figures and Axes.mp4 13.3 MB
- Ch 5. Seaborn/11 View Lecture Catplot API summary.mp4 12.7 MB
- Ch 6. Altair/8 View Lecture Longhand API.mp4 12.6 MB
- Ch 7. Plotly/7 View Lecture Additional plot types.mp4 12.6 MB
- Ch 7. Plotly/12 View Lecture Facetting.mp4 12.6 MB
- Ch 3. Matplotlib/11 View Lecture Object Oriented API.mp4 12.4 MB
- Ch 9. Dash/9 View Lecture HTML.mp4 12.4 MB
- Ch 5. Seaborn/13 View Lecture Heatmap.mp4 11.8 MB
- Ch 7. Plotly/6 View Lecture Customizing.mp4 11.5 MB
- 猜你喜欢: FreeCoursesOnline Me Visualization Python Course TalkPython Data
- 【影视】 [TalkPython] Managing Python Dependencies Course (2020) [En]
- 收录时间:2021-04-05 文档个数:34 文档大小:1.0 GB 最近下载:2024-12-26 人气:4271 磁力链接
- 04 Finding Quality Python Packages/024 Rules of Thumb for Selecting a Great Package - Part 2.mp4 215.9 MB
- 04 Finding Quality Python Packages/023 Rules of Thumb for Selecting a Great Package - Part 1.mp4 177.2 MB
- 04 Finding Quality Python Packages/022 Finding Popular Packages on Curated Lists.mp4 113.2 MB
- 02 Managing Third-Party Dependencies With pip/007 Python Package Repositories.mp4 105.2 MB
- 02 Managing Third-Party Dependencies With pip/008 PyPI Warehouse Sneak Peek.mp4 61.7 MB
- 05 Setting Up Reproducible Environments & Application Deploys/030 Separating Development and Production Dependencies.mp4 38.6 MB
- 02 Managing Third-Party Dependencies With pip/009 Installing Packages With pip.mp4 29.9 MB
- 03 Isolating Dependencies With Virtual Environments/014 Creating and Activating a Virtual Environment.mp4 26.7 MB
- 05 Setting Up Reproducible Environments & Application Deploys/028 Capturing Project Dependencies.mp4 25.1 MB
- 01 Welcome to the Course/001 Welcome to the Course and What We'll Cover.mp4 21.3 MB
- 05 Setting Up Reproducible Environments & Application Deploys/029 Restoring Captured Dependencies.mp4 21.0 MB
- 05 Setting Up Reproducible Environments & Application Deploys/031 Requirements Files Best Practices.mp4 18.3 MB
- 02 Managing Third-Party Dependencies With pip/011 Uninstalling Packages.mp4 17.8 MB
- 02 Managing Third-Party Dependencies With pip/006 Installing & Updating pip.mp4 14.7 MB
- 05 Setting Up Reproducible Environments & Application Deploys/026 Lesson Overview.mp4 14.6 MB
- 03 Isolating Dependencies With Virtual Environments/013 Introduction to Virtual Environments.mp4 12.9 MB
- 04 Finding Quality Python Packages/025 Recap and Summary.mp4 12.6 MB
- 02 Managing Third-Party Dependencies With pip/004 Introduction to Dependency Management.mp4 10.3 MB
- 03 Isolating Dependencies With Virtual Environments/018 My Virtual Environment Workflow.mp4 9.9 MB
- 02 Managing Third-Party Dependencies With pip/012 Recap and Summary.mp4 8.9 MB
- 猜你喜欢: En Course Managing Python TalkPython Dependencies 2020
- 【影视】 [Talkpython] Full Web Apps with FastAPI (2021)
- 收录时间:2021-06-23 文档个数:351 文档大小:5.5 GB 最近下载:2024-12-26 人气:6158 磁力链接
- 05 View models and services/08-create-the-package-and-release-classes.mp4 166.8 MB
- 04 Dynamic HTML templates/06-organizing-view-methods.mp4 163.2 MB
- 08 async databases with SQLAlchemy/10-the-remaining-db-queries.mp4 146.5 MB
- 07 Storing data with SQLAlchemy/04-sqlalchemy-session-setup.mp4 135.8 MB
- 08 async databases with SQLAlchemy/06-user-service-async-queries.mp4 132.8 MB
- 07 Storing data with SQLAlchemy/05-user-sqlalchemy-class.mp4 130.2 MB
- 09 Deploying FastAPI on Linux with gunicorn and nginx/02-surveying-some-hosting-options.mp4 127.8 MB
- 07 Storing data with SQLAlchemy/08-home-page-queries.mp4 127.6 MB
- 07 Storing data with SQLAlchemy/07-populating-the-db.mp4 124.8 MB
- 07 Storing data with SQLAlchemy/11-user-queries.mp4 118.8 MB
- 05 View models and services/03-adding-view-model-to-the-home-view.mp4 115.6 MB
- 04 Dynamic HTML templates/05-rendering-basic-html-template.mp4 110.0 MB
- 06 Users and HTML forms/05-recieving-registration-data-with-viewmodel.mp4 105.0 MB
- 06 Users and HTML forms/04-get-post-redirect-for-registration.mp4 102.0 MB
- 09 Deploying FastAPI on Linux with gunicorn and nginx/10-gunicorn-as-systemd-unit.mp4 101.0 MB
- 07 Storing data with SQLAlchemy/06-package-and-releases-sqlalchemy-classes.mp4 98.4 MB
- 07 Storing data with SQLAlchemy/03-which-version-of-sqlalchemy.mp4 95.4 MB
- 04 Dynamic HTML templates/11-real-home-page.mp4 95.0 MB
- 07 Storing data with SQLAlchemy/12-storing-the-password-securely.mp4 92.8 MB
- 12 Appendix. Using SQLAlchemy/10-latest-releases.mp4 91.7 MB
- 猜你喜欢: Web Full FastAPI Apps Talkpython 2021
- 【影视】 [TalkPython] Building Data-Driven Web Apps with Pyramid and SQLAlchemy (2020) [En]
- 收录时间:2021-03-27 文档个数:162 文档大小:4.3 GB 最近下载:2024-12-25 人气:2503 磁力链接
- 07 Bootstrap and frontend CSS frameworks/59 Bootstrap themes.mp4 116.6 MB
- 04 Your first Pyramid site/22 Demo CLI starter site.mp4 83.2 MB
- 10 Using SQLAchemy/80 Inserting data.mp4 82.4 MB
- 11 Database migrations with Alembic/96 Our first change.mp4 81.3 MB
- 10 Using SQLAchemy/87 Performance and lazy or eager loading.mp4 81.0 MB
- 10 Using SQLAchemy/86 Package details data.mp4 78.0 MB
- 16 MongoDB edition/155 Importing the data from SQL to Mongo.mp4 74.8 MB
- 13 Client and server-side validation/118 Serverside data exchange.mp4 73.9 MB
- 14 Testing web apps/129 Getting started with tests.mp4 73.5 MB
- 09 Modeling data with SQLAlchemy classes/72 Modeling packages.mp4 69.6 MB
- 15 Deployment/140 Creating our Linux server.mp4 67.9 MB
- 16 MongoDB edition/153 Rewriting our queries.mp4 67.4 MB
- 05 Chameleon templates/34 Layout In action.mp4 67.3 MB
- 09 Modeling data with SQLAlchemy classes/78 Relationships.mp4 66.8 MB
- 14 Testing web apps/130 Testing without the database.mp4 66.4 MB
- 07 Bootstrap and frontend CSS frameworks/57 Buttons and forms in action.mp4 66.1 MB
- 14 Testing web apps/135 Testing the full web app.mp4 65.8 MB
- 05 Chameleon templates/31 Template demo.mp4 65.0 MB
- 16 MongoDB edition/152 MongoDB entities.mp4 64.6 MB
- 09 Modeling data with SQLAlchemy classes/75 Creating tables.mp4 63.6 MB
- 猜你喜欢: Building Web Pyramid Apps Driven TalkPython SQLAlchemy 2020 En Data
- 【影视】 [CourseClub.Me] TalkPython - Modern APIs with FastAPI and Python Course
- 收录时间:2021-06-07 文档个数:256 文档大小:3.3 GB 最近下载:2024-12-25 人气:2951 磁力链接
- 05 Building a realistic API/06-partitioning-with-routers.mp4 128.1 MB
- 08 Deploying FastAPI on Linux with gunicorn and nginx/02-surveying-some-hosting-options.mp4 127.8 MB
- 07 Accepting inbound data/10-reviewing-the-api-docs.mp4 107.9 MB
- 04 Modern language foundations/08-asgi-servers.mp4 107.1 MB
- 04 Modern language foundations/09-model-validation-hard-way.mp4 101.7 MB
- 08 Deploying FastAPI on Linux with gunicorn and nginx/10-gunicorn-as-systemd-unit.mp4 101.0 MB
- 07 Accepting inbound data/02-report-data-layer.mp4 98.5 MB
- 07 Accepting inbound data/08-report-client-app.mp4 97.2 MB
- 06 Error handling and performance/01-faster-with-caching-data.mp4 91.3 MB
- 05 Building a realistic API/03-rendering-html-templates.mp4 91.2 MB
- 06 Error handling and performance/03-error-responses.mp4 87.6 MB
- 08 Deploying FastAPI on Linux with gunicorn and nginx/07-preparing-to-run-fastapi.mp4 86.1 MB
- 08 Deploying FastAPI on Linux with gunicorn and nginx/11-installing-and-running-nginx.mp4 84.7 MB
- 04 Modern language foundations/10-model-validation-with-pydantic.mp4 80.3 MB
- 07 Accepting inbound data/09-recent-events-on-the-home-page.mp4 73.9 MB
- 03 Building our first API/09-responding-to-requests.mp4 70.7 MB
- 04 Modern language foundations/06-async-web-scraper.mp4 69.9 MB
- 08 Deploying FastAPI on Linux with gunicorn and nginx/04-connecting-to-and-patching-our-server.mp4 69.2 MB
- 07 Accepting inbound data/04-adding-a-report-in-the-api.mp4 68.8 MB
- 05 Building a realistic API/11-setting-the-api-key.mp4 66.7 MB
- 猜你喜欢: Me CourseClub APIs Python FastAPI Modern Course TalkPython
- 【影视】 [TalkPython] Eve Building RESTful APIs with MongoDB and Flask Course (2019) [En]
- 收录时间:2021-04-05 文档个数:77 文档大小:2.2 GB 最近下载:2024-12-25 人气:2952 磁力链接
- 12 Appendix Installing MongoDB/053 Setting up MongoDB as a Windows service.mp4 131.3 MB
- 13 Appendix Deploying MongoDB/063 Installing MongoDB for production use.mp4 100.3 MB
- 13 Appendix Deploying MongoDB/073 Connecting to MongoDB via Python.mp4 95.4 MB
- 13 Appendix Deploying MongoDB/075 MongoDB admin tools.mp4 87.0 MB
- 02 Setup and tools/006 Installing Eve and its dependencies.mp4 83.2 MB
- 13 Appendix Deploying MongoDB/062 Creating a couple of cloud servers.mp4 82.1 MB
- 12 Appendix Installing MongoDB/057 Setting up MongoDB on Linux.mp4 81.7 MB
- 12 Appendix Installing MongoDB/055 Setting up MongoDB on macOS.mp4 74.1 MB
- 10 Fine-tuning your REST service/043 Securing the service.mp4 67.4 MB
- 08 Consuming the service/029 Python.mp4 65.9 MB
- 10 Fine-tuning your REST service/044 Event hooks.mp4 58.4 MB
- 09 Schema definitions and validation/033 Data-relations and embedded resource serialization.mp4 52.7 MB
- 07 Your first Eve service/021 Let's build and launch our first app.mp4 52.2 MB
- 08 Consuming the service/028 JavaScript and websites.mp4 51.9 MB
- 09 Schema definitions and validation/032 Advanced validation rules.mp4 51.0 MB
- 13 Appendix Deploying MongoDB/068 Adding encrypted communication for MongoDB.mp4 48.5 MB
- 13 Appendix Deploying MongoDB/066 Limit you network exposure in action.mp4 48.2 MB
- 02 Setup and tools/007 Working with different versions of Eve.mp4 45.6 MB
- 09 Schema definitions and validation/034 Custom rules and types.mp4 45.1 MB
- 10 Fine-tuning your REST service/036 Handling datetime values.mp4 40.8 MB
- 猜你喜欢: Building En APIs Flask MongoDB Eve Course TalkPython 2019 RESTful
- 【影视】 [FreeCoursesOnline.Me] TalkPython - Python 3.11: A Guided Tour Through Code Course
- 收录时间:2023-01-14 文档个数:48 文档大小:741.7 MB 最近下载:2024-12-25 人气:4434 磁力链接
- lesson24.mp4 60.0 MB
- lesson17.mp4 58.6 MB
- lesson11.mp4 54.3 MB
- lesson20.mp4 47.6 MB
- lesson26.mp4 43.7 MB
- lesson13.mp4 34.4 MB
- lesson32.mp4 33.8 MB
- lesson36.mp4 24.7 MB
- lesson33.mp4 24.3 MB
- lesson21.mp4 19.3 MB
- lesson29.mp4 18.5 MB
- lesson1.mp4 18.2 MB
- lesson28.mp4 17.1 MB
- lesson30.mp4 16.8 MB
- lesson27.mp4 16.6 MB
- lesson35.mp4 15.2 MB
- lesson9.mp4 14.8 MB
- lesson43.mp4 14.4 MB
- lesson12.mp4 14.2 MB
- lesson38.mp4 14.1 MB
- 猜你喜欢: FreeCoursesOnline Me Code Python 3.11 Guided Tour Course TalkPython Through
- 【影视】 [FreeCoursesOnline.Me] TalkPython - Django Getting Started Course
- 收录时间:2023-01-08 文档个数:202 文档大小:1.3 GB 最近下载:2024-12-25 人气:6197 磁力链接
- 6/018 View Lecture- Django and email.mp4 35.2 MB
- 6/026 View Lecture- Customizing the user model.mp4 32.5 MB
- 4/01 View Lecture- Introducing Django's ORM.mp4 25.8 MB
- 8/013 View Lecture- Testing an upload view.mp4 20.3 MB
- 7/012 View Lecture- Writing a view that fills review forms.mp4 20.1 MB
- 6/025 View Lecture- Branded error screens.mp4 18.0 MB
- 1/8 View Lecture- Mapping URLs to code.mp4 17.4 MB
- 10/01 View Lecture- Intro to migrations.mp4 17.1 MB
- 3/014 View Lecture- Creating the shared layout page.mp4 16.6 MB
- 2/04 View Lecture- Apps vs projects.mp4 16.5 MB
- 7/017 View Lecture- Testing Django forms.mp4 16.5 MB
- 8/08 View Lecture- Writing an upload view.mp4 16.1 MB
- 6/01 View Lecture- Chapter concepts.mp4 15.3 MB
- 3/07 View Lecture- Common template tags.mp4 15.2 MB
- 12/08 View Lecture- Django Debug Toolbar.mp4 15.0 MB
- 5/013 View Lecture- Improving the Author model's list display.mp4 14.6 MB
- 6/029 View Lecture- Adding the user profile to Django admin.mp4 14.5 MB
- 12/09 View Lecture- Using the Debug Toolbar.mp4 14.5 MB
- 12/06 View Lecture- Writing DRF code.mp4 13.6 MB
- 1/9 View Lecture- HTML template engine.mp4 13.3 MB
- 猜你喜欢: FreeCoursesOnline Me Getting Started Django Course TalkPython
- 【影视】 [TalkPython] Consuming HTTP Services in Python (2020) [En]
- 收录时间:2021-04-05 文档个数:77 文档大小:2.0 GB 最近下载:2024-12-25 人气:3371 磁力链接
- 09 Calling SOAP services from Python/55 Blog explorer Via SOAP and suds.mp4 138.2 MB
- 06 Binary data from services (and elsewhere)/28 A podcast MP3 downloader binary downloader.mp4 117.3 MB
- 05 XML services with requests/23 Working with XML from Python.mp4 107.4 MB
- 04 Reading JSON data with requests/20 Consuming GitHub JSON API.mp4 95.1 MB
- 11 Screen scraping Adding APIs where there are none/68 Scraping Talk Python by leveraging sitemaps.mp4 91.2 MB
- 05 XML services with requests/25 Consuming XML data from an HTTP service.mp4 74.9 MB
- 11 Screen scraping Adding APIs where there are none/71 Searching for elements via CSS in BeautifulSoup.mp4 74.8 MB
- 11 Screen scraping Adding APIs where there are none/69 Downloading transcript html.mp4 68.8 MB
- 07 Consuming RESTful HTTP services/32 Exploring the Basecamp HTTP API.mp4 63.9 MB
- 03 Initial HTTP GET requests with the requests package/12 A clean environment for our course.mp4 57.8 MB
- 07 Consuming RESTful HTTP services/39 Blog explorer Updating a post.mp4 56.0 MB
- 08 HTTP services with Python builtins/48 Python 3 Blog explorer deleting a post with urllibrequest.mp4 55.3 MB
- 07 Consuming RESTful HTTP services/37 Blog explorer Creating a post.mp4 55.1 MB
- 11 Screen scraping Adding APIs where there are none/70 Finding the title with BeautifulSoup.mp4 51.8 MB
- 09 Calling SOAP services from Python/51 SOAP services from a toolbased ecosystem.mp4 50.8 MB
- 10 Accessing authenticated HTTP services/63 Authenticated requests with Python 3s urllibrequests.mp4 44.8 MB
- 08 HTTP services with Python builtins/45 Python 2 Blog explorer update a post with urllib2.mp4 43.6 MB
- 07 Consuming RESTful HTTP services/36 Blog explorer Getting posts.mp4 42.1 MB
- 07 Consuming RESTful HTTP services/34 Introducing the Talk Python blog service.mp4 38.1 MB
- 04 Reading JSON data with requests/18 Demo JSON from Python.mp4 37.0 MB
- 猜你喜欢: Consuming En HTTP Python TalkPython 2020 Services
- 【影视】 [Talkpython] Modern Python Projects (2021) [En]
- 收录时间:2021-05-02 文档个数:528 文档大小:11.8 GB 最近下载:2024-12-25 人气:4431 磁力链接
- 12 Lets build a package/09-publishing-on-pypi.mp4 436.3 MB
- 11 Lets build a CLI/05-first-version-of-uptimer.mp4 357.7 MB
- 03 Your code editor/05-quick-overview-of-vs-code.mp4 333.9 MB
- 08 Testing code/04-pytest-options.mp4 322.3 MB
- 10 CI/12-gitlab-ci-in-action.mp4 311.9 MB
- 10 CI/09-github-actions-in-action.mp4 310.4 MB
- 12 Lets build a package/08-add-documentation.mp4 284.2 MB
- 10 CI/06-pre-commit-in-action.mp4 280.2 MB
- 10 CI/04-tox-in-action.mp4 273.7 MB
- 13 Lets build an app/06-create-a-windows-exe-file.mp4 268.0 MB
- 04 Python versions and packages/15-virtualenvwrapper-a-virtual-environments-management-tool.mp4 241.3 MB
- 13 Lets build an app/02-gui-for-the-uptimer.mp4 240.9 MB
- 11 Lets build a CLI/08-adding-documentation.mp4 238.9 MB
- 12 Lets build a package/07-add-tests.mp4 237.4 MB
- 03 Your code editor/10-plugins.mp4 231.8 MB
- 11 Lets build a CLI/07-adding-tests.mp4 225.4 MB
- 13 Lets build an app/04-create-mac-app-with-pyinstaller.mp4 222.9 MB
- 05 Cookiecutter templates/03-using-cookiecutter-to-generate-a-project.mp4 197.9 MB
- 07 Writing code/07-flake8-plugins.mp4 192.6 MB
- 14 Deployment/07-deploying-to-heroku.mp4 183.0 MB
- 猜你喜欢: En Python Modern Talkpython 2021 Projects