this post was submitted on 22 Mar 2024
9 points (90.9% liked)

Python

6153 readers
13 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] 1 points 2 months ago (1 children)

@Andy @xantoxis

The issue with uv is the same biggest issue that Python faces, maintenance costs.

Python coders are not Rust coders. Which is quite the head scratcher.

Learning Rust techstack creates an enormous barrier to entry when it comes to adopting, uv.

uv main advantage is not speed, it's the override for resolving dependency hell

If it didn't bring something more to the table, besides speed, no one would care

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

If it didn’t bring something more to the table, besides speed, no one would care

I'm literally saying its speed in certain operations makes an appreciable difference in my workflows, especially when operating on tens of venvs at a time. I don't know why you want to fight me on my own experience.

I'm not telling anyone who doesn't want to use uv to do so. Someone asked about motivation, and I shared mine.