Hello. This is PyLoc. Many people want to do Python on Android. Here, I would like to introduce how to do Python on various Androids.
You can use it as soon as you install the app. The ease is the best.
QPython This is also a set of execution environment and IDE. It's ad-free, so I think you can code it stress-free.
Realize Linux on Android and install Python there.
Termux The terminal can be used on Android! You can also use Vim, so the possibilities are endless. To install Python, type the following code into your terminal.
pkg install python
By the way, let's also install Termux: API. You will be able to copy and paste to the terminal. </ a> To create a Python file
touch <File name>.py
Please type in. If you open it in Vim
pkg install vim
vim <File name>.py
is.
UserLand This is an authentic school. Contains Ubuntu and Debian. Unlike before, you can also create GUI apps. It's a little difficult to show you how to install it here, so please find it elsewhere.
There are many ways to do Python on Android. I'm doing it in Termux. If I find something else, I would like to add it again. If you find one, please let us know in the comments. PyLoc adds here.
Recommended Posts