10 months ago2 points(+0/-0/+2Score on mirror)1 child
Im not saying python is a bad language (being a lot more readable and easy to write makes it new user friendly, which is why it succeeded where stuff like LISP, which is utterly esoteric, failed), but c++ allows you to do much lower level stuff that can optimize your code and do things python (and Java) cant even do, while java can be run on practically everything with the same results because its emulated.
I made a ton of money writing code that actually took advantage of basic comp sci techniques