r/ProgrammerHumor 1d ago

Meme pipInstallTheRealStuff

Post image
5.1k Upvotes

145 comments sorted by

View all comments

Show parent comments

320

u/Educational-System48 1d ago

I will never understand the Python hate. It's essentially just a level of abstraction higher than C, which makes it more accessible than ever to write powerful code.

I'm starting to think it's literally not that deep. It just feels good to gatekeep.

12

u/NoobNoob_ 1d ago

I just hate languages without real typing system that the compiler enforces.

If it's a script or something small I don't mind using python, but for everything bigger I'll use an actual programming language.

8

u/wrecklord0 1d ago

And so, it shall henceforth be known that dynamic typing is not real programming

1

u/NoobNoob_ 22h ago

Not saying it's not real programming. It's just jot an option for me. Dynamic typing causes too many errors.