Explore advanced asyncio techniques for solving real-world production problems in this 40-minute conference talk from EuroPython 2019. Dive into creating a robust foundation for asyncio-based services, covering topics like graceful shutdowns, proper exception handling, and testing asynchronous code. Learn how to work with synchronous code, debug and profile asyncio applications, and integrate threaded code. Gain insights into best practices and common pitfalls to avoid when approaching asynchronous and concurrent programming with Python's asyncio library. Through the development of a simplified chaos monkey service, acquire practical knowledge on topics such as non-blocking vs. concurrent execution, task scheduling, signal handling, and profiling techniques.
Advanced asyncio - Solving Real-world Production Problems