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