Pydroid 3 - IDE for Python 3

Contains adsIn-app purchases
4.4
52K reviews
5M+
Downloads
Content rating
PEGI 3
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 3 is the most easy to use and powerful educational Python 3 IDE for Android.

Features:
- Offline Python 3 interpreter: no Internet is required to run Python programs.
- Pip package manager and a custom repository for prebuilt wheel packages for enhanced scientific libraries, such as numpy, scipy, matplotlib, scikit-learn and jupyter.
- OpenCV is now available (on devices with Camera2 API support). *
- TensorFlow and PyTorch are also available. *
- Examples available out-of-the-box for quicker learning.
- Complete Tkinter support for GUI.
- Full-featured Terminal Emulator, with a readline support (available in pip).
- Built-in C, C++ and even Fortran compiler designed specially for Pydroid 3. It lets Pydroid 3 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.
- PySide6 support available in Quick Install repository along with matplotlib PySide6 support with no extra code required.
- Matplotlib Kivy support available in Quick Install repository.
- pygame 2 support.

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.

* Features marked by asterisk are available in Premium version only.

Quick manual.
Pydroid 3 requires at least 250MB free internal memory. 300MB+ 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”.
PySide6 is detected with “import PySide6”, “from PySide6“ or "#Pydroid run qt”.
The same for sdl2, tkinter and pygame.
There is a special mode "#Pydroid run terminal" to ensure your program runs in terminal mode (this is useful with matplotlib that automatically runs in GUI mode)

Why are some libraries premium-only?
These libraries were extremely hard to port, so we had to ask another developer to do that. Under agreement, his forks of these libraries are provided to the premium users only. If you would like to develop free forks of these libraries - contact us.

Take a part in development of Pydroid 3 by reporting bugs or providing feature requests to us. We appreciate that.

As Pydroid 3 main goal is to help user learn Python 3 programming language, our first priority is porting scientific libraries (so system-related libraries are ported only when they are used as dependencies of some other educational package).

Legal information.
Some binaries in Pydroid 3 APK are licensed under (L)GPL, email us for the source code.
GPL pure Python libraries bundled with Pydroid 3 are considered to be coming in the source code form already.
Pydroid 3 doesn’t bundle 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.
Samples available in the application are free for educational usage with one exception: they, or their derivative works, cannot be used in any competing products (in any way). If you are unsure, whether your app is affected by this restriction, always ask for a permission via email.
Android is a trademark of Google Inc.
Updated on
May 23, 2024

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
Data can’t be deleted

Ratings and reviews

4.4
48.4K reviews
A Google user
December 11, 2019
Great when it works, the adverts are not too frequent and never last longer than 5 seconds. However, it sometimes takes ages to start your program, and I recently discovered that the output terminal is not monospace - the block character ( █ ) is signifcantly wider than the space character, totally ruining some ascii art I was doing 😢. One other thing, it uses tabs as automatic indentation 😵. Otherwise though, it is the best option out there for a mobile Python IDE, and I would recommend it.
47 people found this review helpful
Did you find this helpful?
Justin Lee Endonila
July 2, 2024
Perfect app. But things to improve or add: Add a rerun button on the terminal so the people don't have to exit and run repetitively, poor syntax highlighting, don't make the camera have a limit at the end after hitting on the last most amount of characters in word wrap which makes it difficult, add a confirmation button on save on a file (seriously), last one (optional) add an intergrated AI to check problems and users can also ask specific questions to make the app more appreciated by others.
7 people found this review helpful
Did you find this helpful?
David Bandel
May 27, 2024
Right off the bat makes you register for a subscription fee with a free trial. I was able to bypass this by swiping the edge of my screen to go back, but there was no way to know that this was their little secret way to allow you to bypass the stupid registration. additionally, you are not able to paste at least on mobile. there is no way to paste and I had a bunch of python code in the clipboard
20 people found this review helpful
Did you find this helpful?
IIEC
May 27, 2024
Well, there's also a "close" button that also works. Like in many fullscreen dialogs available in the other apps (like ads, promotions, etc.)

What's new

Fixed ANR issue