Okay, which one of you Java devs did this

Lysergid@lemmy.ml to Programmer Humor@programming.dev – 414 points –
41

You are viewing a single comment

Yes Python is definitely a programming language, I write in C/C++/C#/Python/Bash each language has its areas where they are best.

I prefer Python for DevOps related code and writing smaller programs/tools. You just get so much handed to you with Python's toolbox, it just makes things easier, you can use it as a scripting language or write a modular object oriented program.

I use C/C++ when performance matters and I want things to be Done right TM, and make sure to use all the help the compilers and static code checkers can give.

Python is just scripting language over C. Change my mind

Literally fucking what? Python is object oriented and garbage collected, and people write production web backends in it.