I am a beginner in Java And I have some experience in python I am wondering if there is a way to use python in java. Thanks in advance.
-
1I'd use jython. You might want to look at Py4J too.Elliott Frisch– Elliott Frisch2018-11-24 05:56:08 +00:00Commented Nov 24, 2018 at 5:56
-
1You can run Python programs using a Java JVM with Jython. You can also use Java Process to call the Python interpreter to execute Python code from a Java program.paulsm4– paulsm42018-11-24 06:01:04 +00:00Commented Nov 24, 2018 at 6:01
Add a comment
|