71 private links
Looks like an interesting DSL to write high performance Python code.
Nice exploration of JIT based techniques in Python.
Looks like a nice resource to handle the coming move to free threaded Python.
Nice trick for cleaner interruptible python scripts indeed.
Nice comparison of both approaches. Some of the criteria used I would have left out but otherwise it seems fair.
The idea is interesting even though it probably needs to mature. It's interesting to see this kind of libraries popup though, there's clearly some kind of "backend - frontend split" fatigue going on.
OK, the numbers are indeed impressive. And it's API is fully compatible apparently, looks like a good replacement if you got Pandas code around.
Looks like a very interesting Python library to build interactive 3d visualizations.
uv keeps showing promise to make development easier. It makes everything very much self contained.
Another example of why pytest is really a nice test runner. I really miss it on projects which don't have it.
It's tempting to use uv. It's probably fine on the developer workstation at this point. It looks a bit early to use it in production though, it's a bit young for that and carries questions regarding supply chain security still.
Interesting trick to help with project wide renames for Python codebases.
Interesting problem I didn't realize PyPI had. Indeed I hope they start looking into reproducibility issue to reduce the bandwidth and space they use.
There is a sane conversation going on around uv in the Python community. Here is a good summary.
It feels more and more that uv might turn out to be a game changer for the Python ecosystem.
Indeed this is a much better visualization. It shows quite well how the Python programmers pool is growing.
Interesting to see how far you can go preprocessing Python.
Looks like there's another contender for package management for Python. This is sooo fragmented now... this one is compelling though.
Here is an interesting use of Pydantic to properly model inputs.
Interesting dive into some of the performance improvements introduced into recent CPython releases.