I've been trying to excute a Python script from Java or Coldfusion framework (which runs on a JVM), The most documented solution is Jython but it only runs on Python 2.7 which is a problem because I need to use some librairies that runs only on Python 3 .
The JEP (https://github.com/ninia/jep) / JPY (https://github.com/bcdev/jpy) repositories on github really fits my needs but they are not quite responsives to the Github issues .
Has anyone ever done something similar before ?