Главная
Study mode:
on
1
Introduction
2
asyncio
3
Hello World Examples
4
Simple Publisher
5
Multiple Messages
6
Finalization
7
Review
8
Signal Handler
9
Shield
10
Cleanup
11
Handling exceptions
12
Handling messages
13
Working with threads
14
Threadsafe API
15
Testing
16
Closing the Loop
17
Debugger
18
Print Stack
19
Debug Mode
20
AAODebug
21
Event Loop
22
Kcash Grind
23
Line Profiler
24
Profiling
25
Spotify
Description:
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

EuroPython Conference
Add to list