C Module question

Christian Heimes lists at cheimes.de
Mon Nov 10 07:10:57 EST 2008


boblatest at googlemail.com wrote:
> Hello,
> 
> I'm trying to write a Python extension module in C for the first time.
> I have two questions:

I have a much better suggestion:

    Use Cython!

Although I'm pretty experienced with the Python C API, I prefer Cython 
over hand written C code for most stuff. It's so much easier to write a 
wrapper in Cython than by hand.

Christian




More information about the Python-list mailing list