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

Python

7265 readers
45 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
you are viewing a single comment's thread
view the rest of the comments
[–] notnotmike@programming.dev 2 points 2 months ago (4 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

load more comments (2 replies)