this post was submitted on 16 Sep 2024
452 points (89.6% liked)

Programmer Humor

32070 readers
429 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] MashedTech 20 points 5 days ago (4 children)

Sure, python is easy. But have you tried package management in python versus other languages?

[–] [email protected] 5 points 4 days ago

Having come from the world of C++, this was a huge step up.

[–] [email protected] 3 points 4 days ago

I started using Python ~15 years ago. I didn't go to school for CS.

Compared to using literally anything else at the time as a beginner, pip was the best thing out there that I could finally understand for getting third party code to work with my stuff, without copy paste... on Windows.

When I tried Linux, package managers and make were pretty cool for doing C/C++ work.

Despite all that, us "regular" engineers were consigned to Windows.

We either had to use VBA or a runtime that didn't need to be installed.

[–] [email protected] 3 points 4 days ago

pip is legit trash when trying to update modules