[Py4j-users] Py4J 0.1 Released!
Status: Beta
Brought to you by:
barthe
From: Barthelemy D. <ba...@us...> - 2009-12-23 16:37:42
|
Py4J has just been released. This is the first release of Py4J. Basic features such as calling methods of Java objects and treating Java lists like Python lists are implemented. See the change log here: http://py4j.sourceforge.net/changelog.html#py4j-0-1 Rejoice! Barthélémy *About Py4J* Py4J enables Python programs to dynamically access arbitrary Java objects. Methods are called as if the Java objects resided in the Python virtual machine. There is no code to generate and no interface to implement for shared objects on both sides. |