+ 4
What is the best interpreter for python in Android?
I am a fresher to python. I searched for a compiler of python on the Google play store. I couldn't find a interpreter for Android which looks similar to Acode because I am adapted to it. Could you please just me such a interpreter for python for Android. If it's not similar to acode then it must be having a good UI. It would be better if the interpreter was offline.
4 Answers
+ 4
You should also check some similar Q & A threads, at least from next time search bar would be helpful.
https://www.sololearn.com/discuss/1421984/?ref=app
https://www.sololearn.com/discuss/695887/?ref=app
https://www.sololearn.com/discuss/140512/?ref=app
https://www.sololearn.com/discuss/867834/?ref=app
+ 2
Python don't need a compiler...BTW if want an app for Android for python...u should go for 'pydroid 3'
0
You can use termux app
And after installing termux you must install python package in termux
by using the command
$pkg install python
$pkg install python2
after completion of installing of python packages
Simply enter
$python
It will take you to the python interpreter
>>>