It is made by the Astral team, who made ruff and are working on a static type checker. They’re making great Python tooling and uv is no exception.
notnotmike@programming.dev
on 09 Apr 2025 12:04
collapse
This is excellent, thank you
tunetardis@lemmy.ca
on 09 Apr 2025 02:49
nextcollapse
I’ve been playing around with the free-threaded build of 3.13 and it seems pretty stable with the standard library at least. Most of what I’ve read suggests the only problems have been with 3rd party libraries that make unsafe assumptions about the GIL being around. But I’ve tried it out with my own production code and it’s been rock solid and performant (at least by Python standards).
Dark_Arc@social.packetloss.gg
on 09 Apr 2025 03:44
nextcollapse
threaded - newest
Is there a Node Version Manager (nvm) equivalent for Python out there?
Pyenv
uv
It is made by the Astral team, who made ruff and are working on a static type checker. They’re making great Python tooling and uv is no exception.
This is excellent, thank you
I’ve been playing around with the free-threaded build of 3.13 and it seems pretty stable with the standard library at least. Most of what I’ve read suggests the only problems have been with 3rd party libraries that make unsafe assumptions about the GIL being around. But I’ve tried it out with my own production code and it’s been rock solid and performant (at least by Python standards).
That’s encouraging!
Have you tried it with gunicorn?
Getting close to python π releasing. Looking forward to it!