In this tutorial, we are going see the Steps to Install Python on Android using Termux Emulator.
Termux having Two Python Packages - Python v2 & python v3.
Install Python2 and Python3 on Android
- Open the Termux Android Emulator
- Install Python v2
pkg install python2
- Install Python v3
pkg install python
- Verify your Install
python2
python
- That's all done - Run python on your Android device