List of Python asyncio resources

asyncio - asyncio is a library to write concurrent code using the async/await syntax.

Articles:

Lectures:

For those who want to dive into the topic - lectures from David Beazley (in no particular order):

Paid resources (books, courses):

If you only had to choose one of the free resources:

If you only had to choose one of the paid resources:

Other collections of asyncio resources:

Asyncio + network automation: