Modern AsyncIO Patterns in Python — TaskGroup, anyio, and What Changed

Modern asyncio in 2026. Structured concurrency with TaskGroup, ExceptionGroup, timeout/cancellation done right, anyio for cross-runtime portability, and the patterns to use (and avoid).

April 28, 2026 · 7 min · 1379 words · Manvendra Rajpoot

A Practical Guide to Python Async/Await

Async/await in Python explained from first principles — the event loop, what coroutines really are, when async helps, and how to avoid the foot-guns.

April 28, 2026 · 7 min · 1455 words · Manvendra Rajpoot