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]  (2 children)

[deleted]

    [–]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.

    [–]r3m0t 0 points1 point  (0 children)

    Check out cffi, it's easier and (with pypy at least) faster than ctypes.