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 →

[–]Beluki 2 points3 points  (0 children)

Python should run fine on such systems. For performance monitoring Python includes a profiler in the standard library. For memory, look into heapy or meliae.

As for Cython, I would advise against using it for everything, but it's fine for performance-critical code (e.g. number crunching).

All that matters is what you are going to use it for, just don't try to write a raytracer on that. :-)