Python is much simpler, which leads to faster development and less mental overhead. Interpreted vs compiled (implementation): C++ is almost always explicitly compiled. Python is not (generally). It's common practice to develop in the interpreter in Python, which is great for rapid testing and exploration.Sep 26, 2017