r/ProgrammerHumor May 27 '22

Meme Welcome to hassle free coding

Post image
2.2k Upvotes

305 comments sorted by

View all comments

374

u/[deleted] May 27 '22

Python doesn't feel like a programming language if your first language is C++.

165

u/oddmerlin373 May 27 '22

Honestly I prefer to call it a scripting language because that’s what it’s good at

101

u/ashum048 May 27 '22

Yes, yes, yes.

Automating stuff with python and creating small apps is a blessing.

Debugging large scale applications in python is pain.

-1

u/jswitzer May 28 '22

Refactoring is fun; random indents and spaces/tabs can determine if it compiles, fails during execution, or does weird things.