Mark Dufour announced Shed Skin’s first version, an experimental Python-to-C++ compiler.
Sep 272005
Mark Dufour announced Shed Skin’s first version, an experimental Python-to-C++ compiler.
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.
Pyrex lets you write code that mixes Python and C data types and compiles it into a C extension for Python.