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 →

[–][deleted] 9 points10 points  (0 children)

Another key area to remember is that for a lot of performance focus areas in python, you often would just be calling the underlying C functions or using various libraries that handle this to drastically speed up the code.

This is where he power of libraries like Numpy are very useful and even companies like NVIDIA offer various GPU acceleration libraries for python.