Run Python on Android



Have you ever wanted to program on your phone? Well, believe it or not, you can craft code right in the palm of your hands. Python is not only a flexible programming language, it is also capable of running on your Android phone thanks to the app QPython3.

Run Python on Android

What You’ll Need:

  • QPython3

With QPython3 you have access you to a multitude of tools. For example, you can use the Python interpreter.

You can also edit and run your own python files. To run a python file, click the run button. Then use Linux directory commands to navigate to the folder your python file is in. Finally type in “python FileName.py” to run.

The app also gives you access to Android specific components such as Bluetooth and WiFi. Overall, if you are looking for a way to try out programming give this  try.