A language is slow to write if it's verbose and/or difficult; Python is the opposite of that.
There are fast Python implementations like PyPy and Stackless Python, compilers like Cython and ShedSkin, and translators like Jiphy. The standard implementation, CPython, prefers ease of implementing new features over premature optimization.