Python in C

Stefan Behnel stefan_ml at behnel.de
Tue Dec 30 17:33:24 EST 2008


akineko wrote:
> The more you work on Python, the harder you can go back to C or C++
> world.
> 
> I use SWIG, instead. I think SWIG is a good way to mix two worlds.

If you find it hard to go from Python back to C, you should have a look at
Cython.

http://cython.org/

Stefan



More information about the Python-list mailing list