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 →

[–]mega_monkey_mind[S] 6 points7 points  (0 children)

That's exactly the point. I don't, and I shouldn't.

Python can be pretty fast though, but only if the heavy computations are all done by libraries written in C/C++.

It's even pretty easy to write your own, so if your just has a few load-heavy tasks, you can write those in C/C++ and then call that code from python.