SWIG and char* newb questions :)

Stefan Behnel stefan_ml at behnel.de
Tue Jul 29 16:26:41 EDT 2008


code_berzerker wrote:
> Hi i'm relatively new to Python and my C/C++ knowledge is near to
> None. Having said that I feel justified to ask stupid questions :)

Have you considered using Cython? It's almost Python, but it compiles to C
code for a Python extension module and even lets you call C functions directly
from your code.

http://cython.org/

Stefan



More information about the Python-list mailing list