this post was submitted on 08 Jul 2024
74 points (94.0% liked)

Python

6157 readers
30 users here now

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

πŸ“… Events

October 2023

November 2023

PastJuly 2023

August 2023

September 2023

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

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 month ago (1 children)
[–] [email protected] 4 points 1 month ago (2 children)

You can use uv now and have Rust speeds for the same functionality.

[–] [email protected] 2 points 1 month ago

Interesting. I might have a look. Actually I don't have a problem with speed though. I spend most time not dealing with pip and pip-tools but reading docs, programming and fixing the weirdest bugs

[–] [email protected] 1 points 1 month ago* (last edited 1 month ago)

I'm hoping uv is able to make itself to Python what Cargo is to rust.

Seems like Pixi is close but confined to the Conda ecosystem.