Pydroid Pro - IDE for Python 2

Contains ads
3.8
118 reviews
1K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

Pydroid Pro is the most easy to use and powerful Python 2 IDE for Android.

Professional edition features:
- All premium features available out-of-the-box, no in-app purchases required.
- Premium-only dedicated support.
- Non-personal usage allowed for one device per purchase.

Features:
- Offline Python 2.7 interpreter: no Internet is required to run Python programs.
- Full-featured Terminal Emulator, with a readline support (available in pip).
- Pip package manager and a custom repository for prebuilt wheel packages for heavy libraries, such as numpy, scipy, matplotlib, scikit-learn and jupyter.
- Tkinter and pygame now available.
- Built-in C, C++ and even Fortran. It lets Pydroid build any library from pip, even if it is using native code. You can also build & install dependencies from a command line..
- Cython support.
- PDB debugger with breakpoints and watches.
- Kivy graphical library with a shiny new SDL2 backend.
- PyQt5 support available in Quick Install repository along with matplotlib PyQt5 support with no extra code required.

Editor features:
- Code prediction, auto indentation and real time code analysis just like in any real IDE.
- Extended keyboard bar with all symbols you need to program in Python.
- Syntax highlighting & themes.
- Tabs.
- Enhanced code navigation with interactive assignment/definition gotos.
- One click share on Pastebin.

Quick manual.
Pydroid Pro requires at least 210MB free internal memory. 250MB+ is recommended. More if you are using heavy libraries such as scipy.
To run debug place breakpoint(s) clicking on the line number.
Kivy is detected with “import kivy”, “from kivy“ or "#Pydroid run kivy”.
PyQt5 is detected with “import PyQt5”, “from PyQt5“ or "#Pydroid run qt”.
The same for sdl2, tkinter and pygame.

Legal information.
Some binaries in Pydroid Pro APK are licensed under (L)GPL, email us for the source code.
GPL pure Python libraries bundled with Pydroid Pro are considered to be coming in the source code form already.
Pydroid Pro doesn’t include any GPL-licensed native modules to avoid automatic import of them. The famous example of such library is GNU readline, that can be installed using pip.
Android is a trademark of Google Inc.
Updated on
Apr 11, 2019

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
This app may share these data types with third parties
Location, Financial info and 3 others
This app may collect these data types
Location, Personal info and 4 others
Data is encrypted in transit

Ratings and reviews

3.7
105 reviews
A Google user
October 10, 2018
There is a small problem: when upgrading pip as recommended (Inbuilt version is 9, upgrading to 18), my list of installed libs disappear. Had to reinstall to fix this and of course, not update pip. Still rating 5 stars because everything else is definitely showing the dev put some love and time to make this app.
77 people found this review helpful
Did you find this helpful?
Robert Rapier
July 17, 2020
Pygame is broken and can't install, even though it's "supported". Not worth the money for broken support. Pydroid 3 can run it.
45 people found this review helpful
Did you find this helpful?
Smriti Jojo
May 16, 2020
Its not downloading pystan and also session has expired on 1st January 2020. Upgraded but still not working
18 people found this review helpful
Did you find this helpful?

What's new

Important notice: This update will clear installed libs
Fixed Android 9 support
Updated to Python 2.7.16
Added tkinter and pygame
Moved all executable code downloads to an obb file, sorry for the inconvenience, this is required by Developer Policies
Added "ad" label to everything that can theoretically be considered an ad
Added minimize button to the terminal
Migrated Qt to CuteLoader