Java-Python Extension - http://sourceforge.net/projects/jpe
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] |
Python for Delphi - http://membres.lycos.fr/marat/delphi/python.htm
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. |
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. |