Using Asyncio

Learn about Asyncio module to handle blocking calls.

Now that you have a good idea of what an event loop is and of what it provides, it is a good time to dig into the use of a state-of-the-art event loop. Asyncio is new in Python 3, and it requires Python 3.5 or later to use it.

Get hands-on with 1200+ tech skills courses.