this post was submitted on 09 Apr 2025
51 points (100.0% liked)

Python

7262 readers
15 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

πŸ“… Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

🐍 Python project:
πŸ’“ Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 2 years ago
MODERATORS
top 9 comments
sorted by: hot top controversial new old
[–] AstroLightz@lemmy.world 11 points 2 months ago

Getting close to python Ο€ releasing. Looking forward to it!

[–] tunetardis@lemmy.ca 8 points 2 months ago (2 children)

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).

[–] rimu@piefed.social 2 points 2 months ago

Have you tried it with gunicorn?

[–] Dark_Arc@social.packetloss.gg 1 points 2 months ago

That's encouraging!

[–] notnotmike@programming.dev 2 points 2 months ago (2 children)

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

[–] rhymepurple@lemmy.ml 15 points 2 months ago (1 children)

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 1 points 2 months ago

This is excellent, thank you

[–] LOLjoeWTF@lemmy.world 5 points 2 months ago (1 children)
[–] why0y@lemmy.ml 1 points 2 days ago

Pipenv is PyPA/PyPI and also recognizes pyenv version management. Very nice together.