July 2024
Beginner
620 pages
16h 32m
English
In this chapter, we’ll be using the asyncio library to do some asynchronous programming. This library has enjoyed enormous success, and even though it’s new, it has quickly become a Python programming staple—so much so that it has displaced other libraries such as asyncore and taken its rightful place in the standard library.
The main goal of asyncio is to let developers write concurrent and parallel code efficiently, especially ...
Read now
Unlock full access