this post was submitted on 30 Sep 2024
35 points (83.0% liked)

Python

6339 readers
9 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 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] sugar_in_your_tea@sh.itjust.works 4 points 1 month ago (6 children)

We're using poetry and it solves our problems. I'll have to look into uv, but I don't feel in any rush to switch away from poetry.

[–] dallen@programming.dev 7 points 1 month ago (5 children)

I’ve been mostly a poetry guy but have tested out uv a bit lately. Two main advantages I see are being able to install Python (I relied on pyenv before) and it’s waaay faster at solving/installing dependencies.

[–] sugar_in_your_tea@sh.itjust.works 2 points 1 month ago (4 children)

Yeah, it certainly looks nice, but my problems are:

  • everything runs in a docker container locally, so I don't think the caching is going to be a huge win
  • we have a half-dozen teams and a dozen repositories or so, across three time zones, so big changes require a fair amount of effort
  • we just got through porting to poetry to split into dependency groups, and going back to not having that is a tough sell

So for me, it needs to at least have feature parity w/ poetry to seriously consider.

[–] monogram@feddit.nl 3 points 1 month ago (1 children)

Good call. We have some other tech debt related to our docker usage, so I'll add this to the list.

load more comments (2 replies)
load more comments (2 replies)
load more comments (2 replies)