Study note
Concurrency and Async Programming (Learning Path) – Real Python
Properties
- Type
- Blogs
- Status
- 待读
- Domain
- Systems
- Category
- 并发、同步与内存模型
- Source
- realpython.com
- Vault note
library/articles/systems/Concurrency-and-Async-Programming-(Learning-Path)-–-Real-Python-69c656bc46528103.md
Summary
Real Python 的 Python 并发学习路径,覆盖 concurrency、GIL、threading、thread safety、asyncio、async iterator、parallel processing 和 Python 3.13 free threading。
Highlights
适合用 Python 作为入口系统学习线程、异步和并行,重点区分 I/O-bound、CPU-bound、GIL 和同步原语。
Comments
Loading comments...