Python is inherently slower than compiled languages in most cases, due to its interpreted nature. But this doesn't disqualify it as a useful language; it is far, far simpler to code most things in Python than in C, C++ or even Java. The object-orientation makes it especially suited to GUI...