1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
JPype documentation
===================
JPype is a Python module to provide full access to Java from within Python. It
allows Python to make use of Java specific libraries, explore and visualize
Java structures, develop and test Java libraries, make use of scientific
computing, and much more. By enabling the use of Python for rapid prototyping
and Java for strong typed production code, JPype provides a powerful
environment for engineering and code development.
Unlike Jython, JPype does not achieve this by re-implementing Python, but
instead by interfacing both virtual machines at the native level. This
shared memory based approach achieves good computing performance, while
providing the access to the entirety of CPython and Java libraries.
Parts of the documentation
==========================
.. toctree::
:maxdepth: 2
install
userguide
quickguide
api
dbapi2
imports
android
CHANGELOG
develguide
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|