this post was submitted on 29 Oct 2025
75 points (98.7% liked)

Python

7695 readers
1 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
[–] solrize@lemmy.ml 16 points 2 months ago (4 children)

And it isn't even written in Python!

[–] chrash0@lemmy.world 26 points 2 months ago (2 children)

spoiler alert: Python isn’t written in Python

spoiler alert: Python isn't written in fortran, cobol, pascal, assembly, VBA, Java, javascript, or Rust. uv is written in Rust. spoiler alert: Don't have to be a C coder to use Python

[–] _stranger_@lemmy.world 17 points 2 months ago

Literally it's best feature, because then you can download a binary and guarantee that with that binary, you have a working python virtualenv on every platform UV supports.

[–] witty_username@feddit.nl 14 points 2 months ago (1 children)

This page said it's written in Rust. Is this the same UV?

That means it can't be maintained by the community it's serving. For those skilled in both Rust and Python can understand why it would appear as the best thing since sliced bread.

What about for those not skilled in Rust? Should we also learn 15 other coding languages while we are at it?

wreck is written in Python and manages dependencies. via hierarchy of requirements files, not TOML. It's venv aware. For Python package authors.