Speaker : | Marc-Olivier Buob |
Nokia Bell Labs France | |
Date: | 26/10/2022 |
Time: | 11:30 am - 12:30 pm |
Location: | Telecom Paris |
Abstract
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.