Python Source Code
Your Guide to the CPython Source Code - Real Python
Are there certain parts of Python that just seem magic?
https://realpython.com/cpython-source-code-guide/
Async / Await / asyncio
Async IO in Python: A Complete Walkthrough - Real Python
Here’s what you’ll cover: You’ll need Python 3.
https://realpython.com/async-io-python/
Speeding Up Python with Concurrency, Parallelism, and asyncio
There are many reasons your applications can be slow.
https://testdriven.io/blog/concurrency-parallelism-asyncio/
Асинхронность в Python
Asyncio - Python библиотека, которая отвечает за асинхронную работу.
https://botfather.dev/blog/async-in-python
Мини-урок по AsyncIO
Для того, чтобы лучше понять асинхронную работу в Python, я подготовил это видео.
https://www.youtube.com/watch?v=5BVdOs3nVKk
Threads / Parallelism
Speeding Up Python with Concurrency, Parallelism, and asyncio
There are many reasons your applications can be slow.
https://testdriven.io/blog/concurrency-parallelism-asyncio/
Speed Up Your Python Program With Concurrency - Real Python
Watch Now This tutorial has a related video course created by the Real Python team.
https://realpython.com/python-concurrency/#how-to-speed-up-an-io-bound-program
WSGI
Building Your Own Python Web Framework - WSGI
Home Building Your Own Python Web Framework Part 1 WSGI Part 1, Chapter 2 Before we dive into the details of WSGI, let’s look at what happens when a user uses a web application from a bird-eye’s view.
https://testdriven.io/courses/python-web-framework/wsgi/#H-5-middleware
📂 Python | Последнее изменение: 07.02.2024 15:09