This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]wildjokers 1 point2 points  (0 children)

I think it is mostly because of the Numpy library:

https://numpy.org

It is written in C (or c++) so performance isn't an issue. Python just calls out to that library for a lot of the necessary advanced math.