Cooking with asyncio: an introduction to asynchronous programming
- Track:
- Python Core, Internals, Extensions
- Type:
- Tutorial
- Level:
- intermediate
- Duration:
- 180 minutes
Abstract
Asynchronous programming is infamous for leading to confusing projects with non linear code paths and all sorts of nasty bugs…
But with the right mental models and a cooking analogy, you will find yourself writing async code with confidence.
Come to this tutorial if you’re prepared to challenge your understanding of how programs run, if you want to create a simple Human-to-Human asynchronous chat application, or ir you want to critique my culinary taste.