Integration of Java and Python 3.x Code in One Project

Viewed 3600

I am writing my project using python 3.x. I've come to a stage where I needed to write some code in Java.Is there anyway to integrate Python 3.x and Java? I am acknowledged about Jython.But it does not support Python 3.x as i know. Thanks in advance.

1 Answers
Related