- Hands-On Reactive Programming with Python
- Romain Picard
- 120字
- 2021-06-24 18:25:18
Further reading
The evolution of the Python language is documented in Python Enhancement Proposals (PEPs). The three main evolution points of asynchronous programming in Python are described in detail in these dedicated PEPs:
- Generators are documented in PEP-255: https://www.python.org/dev/peps/pep-0255/
- Delegating to sub-generators (yield from) is documented in PEP-380: https://www.python.org/dev/peps/pep-0380/
- The async/await syntax is documented in PEP-492: https://www.python.org/dev/peps/pep-0492/
The documentation of the AsyncIO package is in the Python official documentation. Do not hesitate to read it to see all features available with event loops, futures, and coroutines: https://docs.python.org/3/library/asyncio.html.
The documentation of the aiohttp package is very detailed, and contains examples. This package will be used throughout this whole book to write microservices. Its documentation is available here: https://aiohttp.readthedocs.io/en/stable/index.html.
推薦閱讀
- Kubernetes修煉手冊
- 全屋互聯:智能家居系統開發指南
- Linux設備驅動開發詳解(第2版)
- WordPress Mobile Web Development:Beginner's Guide
- vSphere Virtual Machine Management
- Alfresco 4 Enterprise Content Management Implementation
- Python基礎教程(第3版)
- Windows Phone 8 Application Development Essentials
- Linux就該這么學
- Joomla! 3 Template Essentials
- Ceph分布式存儲實戰
- 云原生落地:產品、架構與商業模式
- Learning BeagleBone
- Linux深度攻略
- 鴻蒙HarmonyOS應用開發從入門到精通