Termux
You can use the Termux app, which provides a POSIX environment for Android, to install Python.
Note that apt install python
will install Python3 on Termux. For Python2, you need to use apt install python2
.
- Some demos: https://www.youtube.com/watch?v=fqqsl72mASE
- The GitHub project: https://github.com/termux