How to enjoy Python on Android !! Programming on the go !!

I want to enjoy Python on Android !!

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.

App edition

You can use it as soon as you install the app. The ease is the best.

Pydroid Get it on Google Play </ a> The Python execution environment and IDE are complete. You can download it on Google Play, so you can use it immediately. However, the disadvantage is that there are advertisements.

QPython Get it on Google Play This is also a set of execution environment and IDE. It's ad-free, so I think you can code it stress-free.

Linux edition

Realize Linux on Android and install Python there.

Termux Get it on Google Play 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. Get it on Google Play </ 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 Get it on Google Play 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.

Summary

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

How to enjoy Python on Android !! Programming on the go !!
How to enjoy programming with Minecraft (Ruby, Python)
How to use Python Kivy ④ ~ Execution on Android ~
Think about how to program Python on the iPad
How to get the Python version
[Python] How to import the library
How to install Go on Ubuntu
[Hyperledger Iroha] Notes on how to use the Python SDK
How to deploy the easiest python textbook pybot on Heroku
How to read pydoc on python interpreter
[Kivy] How to install Kivy on Windows [Python]
Memorandum on how to use gremlin python
How to update the python version of Cloud Shell on GCP
How to use the C library in Python
[2020 version] How to install Python3 on AWS EC2
Strategy on how to monetize with Python Java
How to install OpenCV on Jetson Nano Python
[Python] How to change the date format (display format)
How to run MeCab on Ubuntu 18.04 LTS Python
[Algorithm x Python] How to use the list
How to erase the characters output by Python
How to get the files in the [Python] folder
[Python] How to install OpenCV on Anaconda [Windows]
How to install python
[2015/11/19] How to register a service locally using the python SDK on naoqi os
[Python] How to save images on the Web at once with Beautiful Soup
[Python] How to remove duplicate values from the list
How to retrieve the nth largest value in Python
How to get the variable name itself in python
How to put Takoyaki Oishikunaru on the segment tree
How to get the number of digits in Python
How to embed mod_wsgi into Apache on Python Windows
[Introduction to Python] How to iterate with the range function?
How to know the current directory in Python in Blender
[Reintroduction to python] How to import via the parent directory
Steps to install the latest Python on your Mac
How to use the Raspberry Pi relay module Python
[Python] How to specify the download location with youtube-dl
[Python] How to use the graph creation library Altair
[Introduction to Udemy Python3 + Application] 27. How to use the dictionary
[Introduction to Udemy Python3 + Application] 30. How to use the set
[Python] Summary of how to specify the color of the figure
How to use Django on Google App Engine / Python
How to use the model learned in Lobe in Python
[Introduction to Python] How to stop the loop using break?
[Python] How to rewrite the table style with python-pptx [python-pptx]
[Python] How to output the list values in order
How to build a Python environment on amazon linux 2
How to pass arguments when invoking python script from blender on the command line
[2020.8 latest] How to install Python
How to install Python [Windows]
python3: How to use bottle (2)
How to use the generator
[Python] How to use list 1
How to update Python Tkinter to 8.6
How to register on pypi
How to use Python argparse
Update python on Mac to 3.7-> 3.8
Python: How to use pydub
[Python] How to use checkio
[Go] How to use "... (3 periods)"