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.
Aug 312005
