- Hands-On Reactive Programming with Python
- Romain Picard
- 247字
- 2021-06-24 18:25:18
Summary
This chapter covered all the base concepts of asynchronous programming and how they work in Python. You should now understand what it means to yield or await a coroutine and know the differences between blocking and non-blocking designs. Hopefully, the short history of asynchronous programming in Python and the examples of asynchronous programming with callback also helped you understand why Python is one of the few languages with best-in-class support of asynchronous programming.
Moreover, you should also be familiar enough with the AsyncIO APIs to write your own asynchronous applications. This chapter only covered the basic usage of AsyncIO, but the features presented here are the most-used ones. Other more advanced features will be introduced in this book, as they are needed in other examples.
One last word on this chapter: Do not be fooled by the simplicity of the echo server implementation. As simple as it is, it is nevertheless a solid foundation to implement real microservices in Python in a fully asynchronous way. A bigger project would require more code, but it would be based on the same APIs that are already used in this small project: the creation of an application, the routing of requests, eventually with variable resources, and the implementation of handlers.
The next chapter continues this introduction of asynchronous and reactive programming with a way to structure your code. More specifically, it will show you how functional programming is well adapted for the implementation of asynchronous code with ReactiveX.
- Mastering KVM Virtualization
- Extending Bootstrap
- 巧學活用Windows 7
- Linux內核觀測技術BPF
- jQuery UI Cookbook
- Linux命令行大全(第2版)
- INSTANT Migration from Windows Server 2008 and 2008 R2 to 2012 How-to
- iOS 8開發指南
- 新編電腦辦公(Windows 10+ Office 2013版)從入門到精通
- 大學計算機應用基礎實踐教程(Windows 7+MS Office 2010)
- VMware vSphere 5.1 Cookbook
- Learning IBM Watson Analytics
- Android NDK Beginner's Guide
- 每天5分鐘玩轉Docker容器技術
- SQL Server on Azure Virtual Machines