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 . +1 for Termux.
Read moreIs Python good for mobile games?
You can make a simple Game using Python (not recommend developing high graphics games) . The real strength of the Python is the module. It makes your programming easy and precise even for smartphone application development.
Read more