Concurrent Programming in Python3 Using Asyncio

When

26/10/2022    
11:30 am-12:30 pm
Marc-Olivier Buob
Nokia Bell Labs France

Where

Telecom Paris
19 place Marguerite Perey, Palaiseau, 91120

Event Type

Asyncio is a library to write concurrent code using the async/await syntax. Asyncio is used as a foundation for multiple Python asynchronous frameworks that provide high-performance network and web-servers, database connection libraries, distributed task queues, etc. This tutorial presents the concepts and the syntax related to asyncio through simple examples. It is mainly based on the asyncio tutorial provided by realpython.com.