Python 3.15 RC2: I Finally Tested Against a Release Candidate
Python 3.15's final RC is out with five weeks to October. I ran my test suites against it: lazy imports, frozendict, what broke, and the…
Python 3.15's final RC is out with five weeks to October. I ran my test suites against it: lazy imports, frozendict, what broke, and the…
A transitive dependency broke fresh installs of a popular Python CLI overnight. What that failure taught me about python dependency management done properly.
EVE Online is migrating 2.4 million lines of Python 2 in 2026. What CCP's dev blog teaches about python 2 vs python 3 and surviving…
Before you compare Python sandbox libraries, check whether your host exposes /dev/kvm. It decides which isolation tier you can actually build on.
In FastAPI, async def is a promise not a superpower. Here's the def vs async def rule I use, the incident that taught me the…