I am trying to create an Android App which has the function to upload a python file and then to run one of the python functions.
I have looked through the other questions, all the other suggestions are basically an App itself which can run python (Is there a way to run Python on Android?) What I am trying to do is to execute a python file from my own App (an additional codes to my existed one).
I have been using Jython and till now it is not yet working and I have just read in Jython website about '...some of the reasons why mobile deployment is not yet a viable option for Jython. While a couple of targets exist in the mobile world, namely Android and JavaFX, both environments are still very new ...' http://www.jython.org/jythonbook/en/1.0/DeploymentTargets.html
Thank you for your kind suggestions.