Python isn’t always slower than C
If you asked developers to describe Python you might hear: easy, dynamic and slow; but a recent impromptu game of Code Golf showed me that Python can actually be pretty competitive, even against compiled languages like C and C++ when you use the right interpreter: Pypy.