On Jun 12, 2015 6:53 AM, "Stefan Behnel" <stefan...@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.
-- https://mail.python.org/mailman/listinfo/python-list