I want to access the Python interpreter on Android app. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I want to access the Python interpreter on Android app.

Where can I find it?

22nd Dec 2017, 2:48 AM
RajSolo
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
22nd Dec 2017, 3:04 AM
Lord Krishna
Lord Krishna - avatar
+ 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
22nd Dec 2017, 2:54 AM
James16
James16 - avatar
0
So, what do you mean to say by this? Do you mean there's no such interpreter available for Android?
22nd Dec 2017, 2:56 AM
RajSolo