Aug 312005
 

One of the features that makes Python so powerful is the ability to take existing libraries, written in C or C++ and make them available as Python extension modules, SIP is a tool that makes it very easy to create Python bindings for C and C++ libraries.

Continue reading »

Aug 142005
 

Pyrex lets you write code that mixes Python and C data types and compiles it into a C extension for Python.

Continue reading »