Amin Alhassan
about
projects
blog
contact
Writing
Notes, explorations, and things I figured out the hard way.
All
Systems
Systems
Mar 2025
Python async/await: when it helps and when it doesn't
Async Python is not faster Python. It's concurrent Python — which is very different. Here's the mental model, the pitfalls, and the cases where you should just use threads instead.