this post was submitted on 16 Feb 2024
50 points (100.0% liked)

Python

7357 readers
50 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
[โ€“] exussum@lemmy.world 8 points 1 year ago (1 children)

Is pip the real bottle neck in software development? How many dependencies are you managing that require this speed?

The longest running tool in our toolchain is pytest, followed somewhat closely by poetry. I work on a project with several teams, so I end up needing to reinstall deps pretty frequently.

It's not something I'm actively looking for, but I wouldn't say no to some improvements. But I need the additional features of poetry, so I probably won't bother until it gets a bit more sophisticated.