# #async-python-patterns — MDRSS hashtag feed

> Public MDRSS cards tagged #async-python-patterns.
> Canonical feed: https://mdrss.com/feeds/async-python-patterns

## Cards (1)

### [async-python-patterns — detailed worked examples](https://mdrss.com/software-craft/programming-and-runtime/901398/901398.md)

Never block the event loop with synchronous operations. A single blocking call stalls all concurrent tasks. Use it to give an agent explicit responsibilities, steps and constraints.

Classification: software-craft/programming-and-runtime · Feed: software-craft · Updated: 2026-08-04T13:54:51.641Z · Version: 1
