Learn python programming on mobile phone

A lot of people want to learn python programming until they found all courses online made with laptops and desktops. so, they get disappointed and lose interest in learning. Today, I decided to help you with this problem and show you how you can  run python on mobile phone.

Using Mobile Apps IDE

The first way is using mobile applications ( python mobile IDE ) to run python codes on.

Python IDE for android

We start with android mobiles .

Pydroid 3 - IDE for Python 3

This app is very helpful and useful with a good interface and easy to use . It provides you also by all the tools you need.

  1. Pip , so you can install python libraries on your phone.
  2. Terminal , to execute commands on your phone like a pc.
  3. Offline Python Interpreter .
  4. Syntax highlighting & themes.

more features :

  1. You can use OpenCV on phone (on devices with Camera2 API support).
  2. TensorFlow and PyTorch on mobile.
  3. Tkinter support for GUI. 
  4. Mobile Cython support.
  5. Kivy graphical library to build android apps using your phone .
  6. pygame 2 to build games on your phone.
Screenshots

Learn python programming on mobile phone

Learn python programming on mobile phone

Learn python programming on mobile phone

Learn python programming on mobile phone

Download Pydroid on android

QPython 3L - Python for Android

QPython is the Python engine for android.it already has millions of users worldwide and it is also an open source project.

it contains some amazing features such as

  • Android Python interpreter
  • Python android runtime environment.
  • Python editor
  • QPYI and SL4A library
  • It supports running multiple types of projects, including: console program, SL4A program, webapp program
  • QPYPI and a custom repository for prebuilt wheel packages for enhanced scientific libraries, such as numpy, scipy, matplotlib, scikit-learn etc
  • Third App Integrations, such as: Barcode, Browser, SpeechRecongition, SendEmail, TextToSpeech
Screenshots

Learn python programming on mobile phone

Learn python programming on mobile phone

Download qpython

Termux

Termux is an Android terminal emulator and Linux environment app that works directly with no rooting or setup required. A minimal base system is installed automatically - additional packages are available using the APT package manager.

Simply termux makes your phone like a pc . so you can install python on your phone and run scripts.

I personally use it to serve website on my android phone. or to run scripts.

We will use termux only to run python files on phone. And Acode app to write the code.

Screenshots

Learn python programming on mobile phone

Learn python programming on mobile phone

Download Termux

How to use termux and acode to run python file on android

After installing termux and Acode. open Acode create new file and name it code.py then save it. After that go to parameters and give termux access to storage then open termux then run

pkg install python

then 

cd /storage/emulated/0/

then

ls

to see all files in home storage so you copy your file to this location and run

python filename.py

Dcoder, Compiler IDE :Code & Programming on mobile

Dcoder is a mobile coding IDE and platform (Compiler for mobile), where you can run your projects, code and learn algorithms by programming on mobile. Build and deploy your projects straight from the mobile and integrate with Git (Gtihub, bitbucker) and sync with vs code, use of code compilations to make coding easy. Now code anytime, anywhere and on the go.

The main features include:

  1. Rich Text Editor with Syntax highlighting.(Code Editor)
  2. Line number, Auto indent, Autocomplete Parenthesis.
  3. Undo Redo.
  4. File Open/Save.
  5. Custom Suggestion View.
  6. Multiple Language Support.
  7. Thoroughly designed Algorithm problems to improve coding Skills and make programmers industry ready.
  8. Leader Board: To know where you stand amongst the vast Dcoder community.
  9. Custom Menu Drawer, Custom Code Editor Themes, Editable font Size for Editor and much more!!
Screenshots

Learn python programming on mobile phone

Download Dcoder For Android

Download Dcoder for ios

Python IDE'S Iphone IOS 

Dcoder

I talked about Dcoder on android section

Download Dcoder for ios

Pyto - python 3

Pyto is a Python 3.8 IDE for iPhone and iPad. Run code directly on your device and offline. You can run scripts from Shortcuts and code your own home screen widgets.

Features:

  1.  Python 3.8 with all standard libraries
  2.  Full Python REPL
  3.  Code user interfaces
  4.  Smart code completion
  5.  Use pip to install pure Python modules from PyPI
  6.  Access scripts from everywhere
  7.  Preview images and plots on console
  8.  Multiple windows for iPadOS 13+
  9. Run scripts and code from Siri Shortcuts
  10. Code your own home screen widgets
  11. Interact with other apps thanks to x-callback urls

Learn python programming on mobile phone

Download Pyto

Online python IDE - Python website IDE

Personally i use online python IDE's a lot because it has fast internet access and you can store your code online.Here's a list of my favorites python websites ide

Replit

Replit is a simple yet powerful online IDE, Editor, Compiler, Interpreter, and REPL. Code, compile, run, and host in 50+ programming languages.

So you can use replit on your mobile phone you just have to go to replit website . then create an account. and start coding.

Screenshots

Learn python programming on mobile phone

Google colabs

Colaboratory, or "Colab" for short, allows you to write and execute Python in your browser, with

  • Zero configuration required
  • Free access to GPUs
  • Easy sharing

All you have to do is go to google colab and sign in.Then crate new project and start coding

Screenshots

Learn python programming on mobile phone

Online Python IDE

Build, Run & Share Python code online using online-python's IDE for free.

It's one of the quick, robust, powerful online compilers for python language.

Don't worry about setting up python environment in your local. Now Run the python code in your favorite browser instantly.

Getting started with this Python editor is easy and fast. Just write the program and click the RUN button!! Code can be saved online by using the SHARE option that enables you to access your code anywhere using internet.

Screenshots

Learn python programming on mobile phone

Visit https://www.online-python.com/

Conclusion

If you want to do something just stick on it and don't let anything stops you.

happy coding on your phones.

mohsin

mohsin