+ 1
I want to access the Python interpreter on Android app.
Where can I find it?
3 Answers
+ 11
There are many apps like qpython python on termux and others. see the below post for more info.
For a list search the playstore.
https://www.sololearn.com/Discuss/366870/for-those-who-want-to-program-in-their-favourite-languages-on-mobile-without-internet
+ 8
Python for Android (Py4A), which is intended to work with SL4A. The documentation for Py4A is not as extensive as SL4A, but there are a few examples for Py4A available here.
In addition, there's Kivy, a crossplatform Python-based development framework for Android, PC, Linux, and iOS. I've played around with Kivy a little bit in the past, and while it's very powerful, it's documentation has been lacking, and the code is difficult to decipher.
@Sololearn
0
So, what do you mean to say by this? Do you mean there's no such interpreter available for Android?