upvote
Literally bullet 2:

> 2. Use a compiled language to write a Python extension.

It's fine to be grumpy about languages, but python is the de facto standard in many industries, and a lot of people don't get to choose.

So, yes, asking "how do you speed up computational python code?" is a good, fine, normal question.

reply
The point of python is to be a scripting language. Writing the main code in a systems languages and making it available to python is a very promising way of using it.
reply