- Hands-On Reactive Programming with Python
- Romain Picard
- 159字
- 2021-06-24 18:25:15
Asynchronous Programming in Python
his chapter covers the principles of asynchronous programming and the AsyncIO library. It is composed of three parts. The first one explains what asynchronous programming is, how it is different from synchronous programming, and why and when it is more efficient than synchronous programming. This first part also goes through the history of asynchronous programming in Python to allow you to better understand the current state of Python in this domain. The second part is dedicated to the AsyncIO library. AsyncIO, the official Python asynchronous library, contains all features needed to implement readable asynchronous code. The last part explains how to implement a real application and, more specifically, an HTTP server. By the end of this chapter, you will be able to write an asynchronous network service with AsyncIO.
The following topics will be covered in this chapter:
- Asynchronous programming
- The history of asynchronous programming in Python
- An introduction to AsyncIO
- Reactive HTTP echo servers
- Getting Started with oVirt 3.3
- PLC控制程序精編108例
- Extending Puppet
- Instant Handlebars.js
- Windows Phone 8 Application Development Essentials
- Windows Server 2012網絡操作系統項目教程(第4版)
- Windows 8實戰從入門到精通(超值版)
- Linux系統最佳實踐工具:命令行技術
- Ubuntu Linux操作系統實用教程
- Learning Continuous Integration with Jenkins(Second Edition)
- 操作系統之哲學原理第2版
- 15分鐘!畫出我的漫畫角色:賣萌篇
- Docker容器技術與運維
- BuddyPress Theme Development
- Serverless Architectures with AWS