419
Package managers be like (linux.community)

Sorry Python but it is what it is.

you are viewing a single comment's thread
view the rest of the comments
[-] Cwilliams@beehaw.org 12 points 1 year ago

What's so bad about pip? Imho, the venv thing is really nice

[-] ExLisper@linux.community 13 points 1 year ago

vevn is not pip. The confusing set of different tools is part of the problem.

[-] danielquinn@lemmy.ca 19 points 1 year ago

cough npm,yarn,grunt,esbuild,webpack,parcel,rollup,lasso,rollup,etc.,etc.cough

I'm not saying that Python's packaging ecosystem isn't complicated, but to paint JavaScript as anything other than nightmare fuel just isn't right.

[-] wraithcoop@lemmy.one 9 points 1 year ago

I don't think that's a fair comparison, the only two libraries that are related to the actual packaging system in that list is yarn and NPM. The rest of them have to do with the complexities of actually having your code runnable in the maximum number of browsers without issue. If python was the browser scripting language, it'd likely have the same issue.

Is there a python package that transpiles and polyfills python3 to work in python 2? 2.7? 2.5?

Also, unrelated to your comment, a lot of people are dunking on npm for the black hole that is node modules (which is valid), but also saying it's not pip's fault a lot of packages don't work. It's not npm's fault the package maintainers are including all these dependencies, and there are some 0-dependency packages out there.

[-] AVincentInSpace@pawb.social 2 points 1 year ago* (last edited 1 year ago)

Is there a python 3 package that polyfills to Python 2?

Plenty of 'em. You ever heard of the six library?

load more comments (4 replies)
load more comments (5 replies)
this post was submitted on 13 Oct 2023
419 points (100.0% liked)

Programmer Humor

32261 readers
96 users here now

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

Rules:

founded 5 years ago
MODERATORS