Python 3.14.0a7, 3.13.3, 3.12.10, 3.11.12, 3.10.17 and 3.9.22 are now available (discuss.python.org)
from norambna@programming.dev to python@programming.dev on 09 Apr 2025 01:59
https://programming.dev/post/28293781

#python

threaded - newest

notnotmike@programming.dev on 09 Apr 2025 02:33 next collapse

Is there a Node Version Manager (nvm) equivalent for Python out there?

LOLjoeWTF@lemmy.world on 09 Apr 2025 02:38 next collapse

Pyenv

rhymepurple@lemmy.ml on 09 Apr 2025 02:50 collapse

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.

notnotmike@programming.dev on 09 Apr 2025 12:04 collapse

This is excellent, thank you

tunetardis@lemmy.ca on 09 Apr 2025 02:49 next collapse

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 next collapse

That’s encouraging!

rimu@piefed.social on 09 Apr 2025 04:44 collapse

Have you tried it with gunicorn?

AstroLightz@lemmy.world on 09 Apr 2025 04:54 collapse

Getting close to python π releasing. Looking forward to it!