Access C++, Java APIs from Python..
Ravi Teja
webraviteja at gmail.com
Wed May 24 02:38:40 EDT 2006
> I'm new to python.
> I would like to know whether is it possible to access Java/C++ APIs from
> python.
> I have two applications written in Java and API, I wanted to call the APIs
> of these applications from Python.
> I'm developing web-based application using Zope.
CPython can access Java through JPype (http://jpype.sourceforge.net/).
C++ API can be wrapped/accessed with SWIG, SIP, Boost, Weave or PyCXX
(Google for each).
More information about the Python-list
mailing list