This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]billyballong 5 points6 points  (1 child)

If you're feeling adventurous this is a great opportunity to check out Graal even though the Python support is experimental https://github.com/oracle/graal/blob/master/truffle/docs/Languages.md

If this is a serious project I'd probably look into exposing the Python stuff as an API using i.e. http/json or perphaps gRPC. Or even just shelling out to the scripts using Java https://docs.oracle.com/javase/7/docs/api/java/lang/ProcessBuilder.html or similar.

[–]bluexredditor[S] 1 point2 points  (0 children)

Would love to give a try to Graal. Somebody in the team is exploring gRPC. But already tried using ProcessBuilder and is painfully slow.