I am wondering if it is possible to run a python script from a mobile phone. Is there an app that simulates something like a bash terminal window? And since my phone is almost always up and running, would it be possible to use it as a remote server (think DigitalOcean's droplet) with scheduled jobs (cron)? Ideally, I could create (edit, test) my scripts on my Linux machine and then run them from my mobile.
Running Python on Android phone
Is it possible to run python scripts from my Android phone?
How do i learn n run python on android?
Best python for Android?
Videos
One way is to use Kivy:
Open source Python library for rapid development of applications that make use of innovative user interfaces, such as multi-touch apps.
Kivy runs on Linux, Windows, OS X, Android and iOS. You can run the same [python] code on all supported platforms.
Kivy Showcase app
There is also the new Android Scripting Environment (ASE/SL4A) project. It looks awesome, and it has some integration with native Android components.
Note: no longer under "active development", but some forks may be.
First: As I have seen some a bit hostile responses to questions like this here so please tell me to fuck off if I'm in wrong. :)
I want to be able to run Python programs on my Android phone. The main usage will be file management and editing of text files etc. Maybe use it to control or monitor activities on the phone. I'm not asking for anything about coding in Python, maybe except Android specific things. (I'm not familiar with coding with Python but will learn that by other means).
So in short: what to install, how to install (in short - I have not any experience in installing these kind of software on my phone) and elementary pitfalls.
(Background: have been programming professionally since 1979 and are still doing that. Mainly mainframe.)
Thomas