Python and Async
State of Async in Python
In my talk today want to shed light on state of async ecosystem in python. Below are the slides for the presentation.
Agenda
- Concurrency Primer in general
- Concurrency Models in general
- History of async in Python
- Popular Frameworks for Concurrency
- twisted
- gevent
- asyncio
- trio/curio and others