  |
SWIG (Simplified Wrapper and Interface Generator) - http://www.swig.org/
A tool that easily allows a developer to wrap C/C++ functions for use with scripting languages. Currently supports Python, Perl, and Tcl. |
  |
Pyrex - http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
A Python-like language for writing extension modules. |
  |
PyObjC - http://pyobjc.sourceforge.net/
Provides a bridge between the Python and Objective-C programming languages. [Open Source, MIT license] |
  |
SIP - http://www.riverbankcomputing.co.uk/sip/index.php
A tool that makes it very easy to create Python bindings for C and C++ libraries. |
  |
F2PY - http://cens.ioc.ee/projects/f2py2e/
A Fortran to Python Interface Generator. [Open Source, LGPL] |