this post was submitted on 09 Jul 2023
1 points (100.0% liked)

Python

6381 readers
58 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
 

I stumbled upon this while researching package management options for python, and found it a really interesting read.

I like python as a language but this mess is something that needs to be addressed for me to consider python for future projects. I can't imagine how confusing it must be for new users.

top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 1 year ago

It is quite telling that the one tool that covers most of the features expected from a packaging tool is one maintained by a single author: PDM.

In my experience it has been a pleasure to use it as well, even though it is quite new.

[–] [email protected] 1 points 1 year ago (1 children)

Our organisation has gone all in on Poetry, no regrets so far. The UX and dlscoverability is just so much better than the other options.

I do look jealously at languages that have great official tools like go and cargo though.

[–] [email protected] 1 points 1 year ago

I love cargo, but cargo.io could REALLY make good use of namespaces. It's insane when clear library names are taken by highschoolers at their first project and there is nothing to be done about it. I'd also like some kind of curating on the packages.