this post was submitted on 13 Oct 2023
292 points (80.9% liked)

Programmer Humor

31779 readers
816 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

Sorry Python but it is what it is.

you are viewing a single comment's thread
view the rest of the comments
[–] jelloeater85@lemmy.world 1 points 10 months ago (1 children)

Seriously, I usually use Poetry these days for most projects, shit just works, build well and lets me distribute my code from PiPy just fine. Everything in one pyproject.yaml.

[–] Pantoffel@feddit.de 3 points 10 months ago (1 children)

I like the pyproject.yaml, but checking dependencies with poetry takes 5 to 10 minutes for my projects.

[–] jelloeater85@lemmy.world 2 points 10 months ago (1 children)

Yeah, that's rough. Is it any faster w PipEnv?

[–] Pantoffel@feddit.de 2 points 10 months ago (1 children)

It actually is almost as instant as you would expect

[–] jelloeater85@lemmy.world 1 points 10 months ago

Weird, Poetry gotta up their game then 😎