Java to Python autoconverters

Ian Kelly ian.g.kelly at gmail.com
Fri Jun 12 09:58:56 EDT 2015


On Jun 12, 2015 6:53 AM, "Stefan Behnel" <stefan_ml at behnel.de> wrote:
>
> Sebastian M Cheung via Python-list schrieb am 12.06.2015 um 13:36:
> > Are these available? Any good ones to recommend?
>
> I recommend not doing that. You'd end up with ugly and unidiomatic Python
> code that's impossible to maintain, whereas you now (hopefully) have
> somewhat idiomatic Java code that should be reasonably maintainable.
>
> If you want to integrate Python code with Java code, take a look at Jython
> instead. If that's not what you want, then feel free to unveil your
intentions.

I've also found Jpype useful in the past, allowing integration between
CPython and a JVM. I'm not sure if it's actively maintained, though.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20150612/2edfa667/attachment.html>


More information about the Python-list mailing list