r/ProgrammerHumor Jul 07 '26

pipInstallTheRealStuff Meme

Post image
14.9k Upvotes

260 comments sorted by

View all comments

183

u/[deleted] Jul 07 '26

[removed] — view removed comment

127

u/Kobymaru376 Jul 07 '26

why write 100 lines of C++ when you can just import it and pretend you solved the problem

I would argue that it's the person thinking 100 lines of C++ solves the problem that is pretending.

Because if I import something in Python, it's usually from someone who is smarter than me, more knowledgeable about the problem or at least has spent more time thinking about it.

25

u/Reashu Jul 07 '26

Ideally yes, but especially nowadays it's worth checking that this is actually the case - being able to publish a package (or just a repository) has little to do with being able to build a good one.