Debugging Asynchronous Programs in Python
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Explore debugging techniques for asynchronous Python programs in this 26-minute conference talk from EuroPython 2022. Discover the power of asyncio debug mode and learn how to source tracebacks for unhandled exceptions in futures. Gain insights on detecting accidental blocking for I/O, monitoring the asyncio event loop, and collecting metrics in statsD. Examine monitor and CLI capabilities for asyncio applications using aiomonitor and aioconsole. Delve into the workings of asynchronous Python in REPL via autoawait based on IPython, and learn how to implement it in vanilla Python REPL. Enhance your ability to troubleshoot and optimize asynchronous applications with practical strategies presented by Andrii Soldatenko.
Syllabus
Debugging asynchronous programs in Python - presented by Andrii Soldatenko
Taught by
EuroPython Conference
Related Courses
A Brief History of Data StorageEuroPython Conference via YouTube Breaking the Stereotype - Evolution & Persistence of Gender Bias in Tech
EuroPython Conference via YouTube We Can Get More from Spatial, GIS, and Public Domain Datasets
EuroPython Conference via YouTube Using NLP to Detect Knots in Protein Structures
EuroPython Conference via YouTube The Challenges of Doing Infra-As-Code Without "The Cloud"
EuroPython Conference via YouTube