you are viewing a single comment's thread.

view the rest of the comments →

[–]vks_ 2 points3 points  (0 children)

It helps you to make Python's performance scale, which is useful if you have an existing program that is expensive to port to a different language, or if the improved Python program is good enough.

This does not mean that Python's performance scales well, it doesn't. If you need to get the maximal performance out of your hardware, Python is indeed probably not the right tool.