[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Python and Speed



The way I speed up my python code is Ctypes.
I just make a dll file in C or asm and then call it with Ctypes and presto. I have tons of speed at my fingertips.

Just my 2 cents :)