[capi-sig] Extension Problem
Stefan Behnel
python_capi at behnel.de
Wed Aug 15 11:15:58 CEST 2007
Ali Alhakim wrote:
> I'm quite new to Python and definitely a beginner in implementing Python
> extensions in C/C++.
You might want to take a look at Pyrex or Cython. Both allow you to write C
extensions in a very Python-like language. Both use the same language, but the
C code that Cython generates is a lot more efficient.
http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
http://www.cython.org/
Stefan
More information about the capi-sig
mailing list