Interoperating with C

Michele michele at nectarine.it
Sat Oct 18 10:33:06 EDT 2008


Hi there,
I would like to call C functions in a Python program, passing
user-defined objects and primitive python types (str, ints, etc.); of
course I also want to receive data from these functions, manipulating it
in my python program.
First of all: is this possible?
Secondly, what's the mapping between C types and Python types?

Thank you



More information about the Python-list mailing list