I am trying to call my Python code from Java code without use of Jython, as my code contains Numpy, Scipy and other modules which are not available on Jython, moreover I want to create an API of my Python code for Java.
Asked
Active
Viewed 119 times
-2
-
Possible duplicate: http://stackoverflow.com/questions/8898765/calling-python-in-java – miradulo Jul 11 '16 at 12:14
1 Answers
-1
Do you want them to run in two different processes? If yes, then you can consider some inter process communication like socket programming.

Kevin
- 901
- 1
- 7
- 15