slackbuilds/python/py4j
Benjamin Trigona-Harany 8d8a8962f1 python/py4j: Updated for version 0.8.2.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
2014-10-18 07:00:02 +07:00
..
README python/py4j: Added (bridge between Python and Java). 2014-04-23 07:51:23 +07:00
py4j.SlackBuild python/py4j: Updated for version 0.8.2. 2014-10-18 07:00:02 +07:00
py4j.info python/py4j: Updated for version 0.8.2. 2014-10-18 07:00:02 +07:00
slack-desc python/py4j: Added (bridge between Python and Java). 2014-04-23 07:51:23 +07:00

README

Py4J enables Python programs running in a Python interpreter to dynamically
access Java objects in a Java Virtual Machine. Methods are called as if the
Java objects resided in the Python interpreter and Java collections can be
accessed through standard Python collection methods. Py4J also enables Java
programs to call back Python objects.