Is it possible to call a Python script in Android? I already have some scripts in Python 2.7, and I want to call it with Android (that the script creates a file and populates with data). To be more specific, I try to execute a Python script on the phone that the script connects to some site, downloads data and does some intelligence, and then creates a file with new data (json on the phone).
Damir source share