Delete comment from: Javarevisited
After 10 years of C++, I've been doing almost exclusively python for 3 years, and I started to learn java today. On the performance side, python is actually way faster than most people think, because (i) cpu-expensive code is typically written in C (ii) objects don't get copied under the hood. Does java have introspection capabilities? That's one of the very strong advantages of python over C++.
Feb 25, 2014, 12:10:46 PM
Posted to Java vs Python - Which Programming Language beginners should learn in 2025?