this post was submitted on 13 Oct 2023
292 points (80.9% liked)

Programmer Humor

31779 readers
790 users here now

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

Rules:

founded 5 years ago
MODERATORS
 

Sorry Python but it is what it is.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] fushuan@lemm.ee 2 points 10 months ago (1 children)

It's not that confusing. There's like 5 main different tools in total, what are you going to code if you can't even set up the workspace? That's much simpler than an installation that depends on cuda or spark, and those only require setting up environment variables after installation anyway.

As a programmer you'll encounter several redundant libraries and tools in your life where each has an edge in some use cases and you'll learn to use most to be able to adapt to the different projects you encounter, python's package manager tools are simply one of those.

[โ€“] ExLisper@linux.community 1 points 10 months ago

Of course there are more redundant tools. It doesn't make pip suck any less though.