Pydroid - Educational IDE for Python 2 APK

Pydroid - Educational IDE for Python 2  Icon
    
4.5/5
124 Ratings
Developer
IIEC
Current Version
2.0_x86
Date Published
File Size
134.0 MB
Package ID
ru.iiec.pydroid2
Price
$ 0.00
Downloads
1.0K+
Category
Android Apps
Genre
Education

APK Version History

Version
2.0_x86 (2013)
Architecture
x86
Release Date
December 01, 2022
Requirement
Android 4.4+
Version
2.0_arm (13)
Architecture
armeabi-v7a
Release Date
April 12, 2019
Requirement
Android 4.4+
Version
2.0_arm (13)
Architecture
armeabi-v7a
Release Date
April 12, 2019
Requirement
Android 4.4+
Version
1.01 (7)
Architecture
armeabi
Release Date
January 16, 2018
Requirement
Android 4.4+
Version
1.01 (6)
Architecture
armeabi
Release Date
January 08, 2018
Requirement
Android 4.4+
Version
1.0 (5)
Architecture
armeabi
Release Date
April 10, 2019
Requirement
Android 4.4+
  • Pydroid - Educational IDE for Python 2 Screenshot
  • Pydroid - Educational IDE for Python 2 Screenshot
  • Pydroid - Educational IDE for Python 2 Screenshot
  • Pydroid - Educational IDE for Python 2 Screenshot
  • Pydroid - Educational IDE for Python 2 Screenshot
  • Pydroid - Educational IDE for Python 2 Screenshot
  • Pydroid - Educational IDE for Python 2 Screenshot
  • Pydroid - Educational IDE for Python 2 Screenshot
  • Pydroid - Educational IDE for Python 2 Screenshot
  • Pydroid - Educational IDE for Python 2 Screenshot
  • Pydroid - Educational IDE for Python 2 Screenshot
  • Pydroid - Educational IDE for Python 2 Screenshot
  • Pydroid - Educational IDE for Python 2 Screenshot
  • Pydroid - Educational IDE for Python 2 Screenshot
  • Pydroid - Educational IDE for Python 2 Screenshot
  • Pydroid - Educational IDE for Python 2 Screenshot

About Radio FM 90s

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

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.
- Examples available out-of-the-box.
- Built-in C, C++ and even Fortran compiler designed by n0n3m4, an author of C4droid, specially for Pydroid. 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.

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

Quick manual.
Pydroid 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.

The list of libraries we are NOT planning to add:
- Tensorflow
- OpenCV

Legal information.
Some binaries in Pydroid APK are licensed under (L)GPL, email us for the source code.
GPL pure Python libraries bundled with Pydroid are considered to be coming in the source code form already.
Pydroid 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.

What's New in this version

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