Comment by fsloth

8 years ago

"There are many great reasons to use Python, but execution speed is not one of them."

Um, I think there are lots of examples where using pythons internal data structures as they were designed results in code that is fast enough.

Even though the language implementation is interpreted, lots of common things can be optimized under the hood using data structure and data type specific execution paths and so on.