Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Java-to-Python?

0 views
Skip to first unread message

Virgil Stokes

unread,
Dec 18, 2009, 9:44:18 AM12/18/09
to pytho...@python.org
I have a rather large Java package for the analysis of networks that I
would like to convert to Python. Many of the classes in the Java package
are "Serializable".

Any recommendations on Java-to-Python (2.6) would be appreciated.

--V

Tim Wintle

unread,
Dec 18, 2009, 10:47:49 AM12/18/09
to Virgil Stokes, pytho...@python.org

I used java2python recently with quite a lot of success. I believe it
doesn't support newer java features though.

http://code.google.com/p/java2python/

Luis M. González

unread,
Dec 18, 2009, 11:33:54 AM12/18/09
to

Have you considered using this package with Jython?

0 new messages