Skip to content

mohdzain98/JavaPython-Integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JavaPython-Integration

Running Python code inside Java

Sigmoid function written in python is embedded in java code
This is done using Jython.
It work as python code is executed by PythonInterpreter and it gives result to JVM that process it as java output.

2nd way

Interpreter executes python file.
Set the value for arguement taken by the function in python code.
Interpreter then evaluate the function and store the result returned from the function in the variable after converting it into java.

About

Running python code inside java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published