Please, suggest me a terminal app to run python on my Android. And please explain me what a terminal actually does. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Please, suggest me a terminal app to run python on my Android. And please explain me what a terminal actually does.

12th Mar 2021, 5:24 PM
Soumaya Islam Rimi
Soumaya Islam Rimi - avatar
3 Answers
+ 1
QPython is a great integrated development environment for Python in android... it provide its own terminal emulator and Python for android version. Another alternative would be to install Termux, wich is a linux terminal emulator for android, and install Python from its repository... First solution is probably better suited for your needs, as you doesn't seems to be aware of what a terminal does ;) However, you could also run Python in sololearn, but with more limitations: input/output are only non-realtime interactive... in all cases, graphics are quite limited and tricky to be handled on android with Python ^^
12th Mar 2021, 5:44 PM
visph
visph - avatar
+ 1
Hi! the terminal displays the result of executing any commands in the terminal window. this is a peculiar dialogue between you and the operating system, any device, or program...
12th Mar 2021, 5:57 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
0
SoloLearn has already great online IDE, else you use this great free Android python IDE app. https://play.google.com/store/apps/details?id=ru.iiec.pydroid3
12th Mar 2021, 6:33 PM
iTech
iTech - avatar