|
|
|
|
|
by virtualritz
1214 days ago
|
|
> There’s no shortage of package management alternatives available for Python [...] > How someone is meant to pick between these as a new developer is a mystery. This. Every time I get booked to look at some Python project hours are usually wasted initially figuring out what dependency mgmt solution was used how.
And with what 'special sauce' the resp. developers deemed to be 'the right way' (or some library required because ... it just does) As the author wrote: it seems common to omit the dependency setup in the Readme for Python projects. I can understand why one would not mention this 'step' in a Rust or Node project but for Python it seems very much necessary. |
|