Design patterns you should unlearn in Python
https://www.lihil.cc/blog/design-patterns-you-should-unlearn-in-python-part1/
https://www.lihil.cc/blog/design-patterns-you-should-unlearn-in-python-part1/
www.lihil.cc
Design Patterns You Should Unlearn in Python-Part1 | Lihil
image-1.jpg
Uvify
Turn python repositories to environments and oneliners with uv python manager, without diving into the code.
https://github.com/avilum/uvify
Turn python repositories to environments and oneliners with uv python manager, without diving into the code.
https://github.com/avilum/uvify
GitHub
GitHub - avilum/uvify: Turn python repositories to environments and oneliners with uv python manager, without diving into the code.
Turn python repositories to environments and oneliners with uv python manager, without diving into the code. - avilum/uvify
From Async/Await to Virtual Threads
Armin Ronacher revisits his earlier critique of async/await in Python, arguing for a simpler and more composable concurrency model built around structured, virtual threads that avoid colored functions and simplify cancellation and context passing. He proposes rethinking Python’s concurrency by embracing thread-first APIs with virtual thread groups, which can yield, cancel, and propagate ...
https://lucumr.pocoo.org/2025/7/26/virtual-threads/
Armin Ronacher revisits his earlier critique of async/await in Python, arguing for a simpler and more composable concurrency model built around structured, virtual threads that avoid colored functions and simplify cancellation and context passing. He proposes rethinking Python’s concurrency by embracing thread-first APIs with virtual thread groups, which can yield, cancel, and propagate ...
https://lucumr.pocoo.org/2025/7/26/virtual-threads/
Armin Ronacher's Thoughts and Writings
From Async/Await to Virtual Threads
A follow-up to how I wish async would work.