Why Run Python On Android : Because of Our needs we need to run it on android ( education and knowledge purposes )
Needs To Run Python On Android :
• Mobile Phone
• Internet connection
• Daily User Of My Website 😂
• Run Python On Android ( 1st Method )
• Needs For 1st Method
1 - Termux
2 - Internet
3 - Patience ( Very Important )
4 - Knowledge Of Python or Linux ( Optional )
Step 1 - Download Termux
Note : Termux Is available on Google Play but it is not working and not gives update
Step 2 - Install The Latest Version Of Termux ( simply scroll down )
Step 6 - Now write following commands
• Pkg update
Step 8 - Click Y if asking for keep current version
Step 9 - after updating run one more command for installing python and hit enter
• For Python 3 - Pkg install python
• For python 2 - Pkg install python2
* It will always install latest version 😀
Step 10 - To Run Python enter following commands
• For Python 3 - python
• For Python 2 - python2
To exit - exit()
To close termux - exit and press enter
Run Python on android ( 2nd Method )
Requirements -
• Web browser
• Internet
Step 1 - open your web browser
Step 2 - go to https://www.programiz.com/python-programming/online-compiler/
Step 4 - To Run the code click on run button
How to run Python on android phone ( 3rd Method )
Requirements -
• Internet
• Pydroid
Step 1 - Download Pydroid
Step 2 - open it and setup
Step 5 - To Run the code click on yellow Circle like button
Step 6 - It has various useful and powerful features
Step 7 - You can run also interpreter in it (cmd)
Comments
Post a Comment