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

Python

6995 readers
3 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
[–] [email protected] 2 points 5 days ago (2 children)

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

[–] [email protected] 14 points 5 days 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.

[–] [email protected] 1 points 4 days ago

This is excellent, thank you