> 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).

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to