
Based on MATTHEW FOWLER: Python Concurrency with asyncio
00:00:00 Python concurrency with asyncio
00:02:17 asyncio basics
00:04:47 A first asyncio application
00:06:35 Concurrent web requests
00:08:16 Non-blocking database drivers
00:09:48 Handling CPU-bound work
00:11:48 Handling blocking work with threads
00:13:31 Streams
00:14:48 Web applications
00:16:32 Microservices
00:18:29 Synchronization
00:20:25 Asynchronous queues
00:22:19 Managing subprocesses
00:23:55 Advanced asyncio