|
|
1. |
Boost.Python
-
A C++ library which enables seamless interoperability between C++ and the Python programming language.
|
|
|
2. |
F2PY
-
A Fortran to Python Interface Generator. [Open Source, LGPL]
|
|
|
3. |
Java-Python Extension
-
A seamless, complete, and efficient integration of Java and standard Python (C Python). JPE provides Java access to Python's native extension, and Java's Swing to Python developers. [Open Source, MPL]
|
|
|
4. |
PyObjC
-
Provides a bridge between the Python and Objective-C programming languages. [Open Source, MIT license]
|
|
|
5. |
Pyrex
-
A Python-like language for writing extension modules.
|
|
|
6. |
Python for Delphi
-
A set of components that wrap up the Python 1.5 DLL into Delphi. Execute Python scripts, create new Python modules and new Python types, and create Python extensions as DLLs.
|
|
|
7. |
SIP
-
A tool that makes it very easy to create Python bindings for C and C++ libraries.
|
|
|
8. |
SWIG (Simplified Wrapper and Interface Generator)
-
A tool that easily allows a developer to wrap C/C++ functions for use with scripting languages. Currently supports Python, Perl, and Tcl.
|