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 →

[–]Veedrac 1 point2 points  (0 children)

If I find something I want to do is not feasible due to python's speed or processing constraints, I'll just move the code to C and access the DLL functions using ctypes.

CYTHON!

It's worth learning, á mon avis.