Let's suppose I need to write a Java application and this application need to perform some tasks and I have a Python class that perform those tasks through its functions/methods.
I'd like to use this Python class methods/functions in my Java application, is it possible? Note that I'm talking about reading the output.
Thanks :)