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

Python

6233 readers
2 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

๐Ÿ“… Events

October 2023

November 2023

PastJuly 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.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Sigmatics@lemmy.ca 2 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.