- 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.
推薦閱讀
- Linux設備驅動開發詳解:基于最新的Linux4.0內核
- 構建高可用Linux服務器(第4版)
- Windows Server 2012 Hyper-V Cookbook
- 構建可擴展分布式系統:方法與實踐
- Linux就該這么學
- Linux運維最佳實踐
- Hands-On UX Design for Developers
- 跟老男孩學Linux運維:Shell編程實戰
- 大學計算機應用基礎實踐教程(Windows 7+MS Office 2010)
- Zabbix監控系統之深度解析和實踐
- Learn OpenShift
- 電腦辦公(Windows 7 + Office 2013)入門與提高
- Getting Started with Raspberry Pi Zero
- Responsive Web Design by Example:Beginner's Guide(Second Edition)
- Linux網絡操作系統項目教程(RHEL 6.4/CentOS 6.4)(第2版)