Pydroid Pro - IDE for Python 2 Application icon

Pydroid Pro - IDE for Python 2 2.2

1 MB / 10+ Downloads / Rating 4.5 - 112 reviews


See previous versions

Pydroid Pro - IDE for Python 2, developed and published by IIEC, has released its latest version, 2.2, on 2019-04-12. This app falls under the Education category on the Google Play Store and has achieved over 1000 installs. It currently holds an overall rating of 4.5, based on 112 reviews.

Pydroid Pro - IDE for Python 2 APK available on this page is compatible with all Android devices that meet the required specifications (Android 2.3+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: ru.iiec.pydroid

Updated: 6 years ago

Developer Name: IIEC

Category: Education

New features: Show more

Installation Instructions

This article outlines two straightforward methods for installing Pydroid Pro - IDE for Python 2 on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

4.5
Total 112 reviews

Reviews

3 ★, on 2020-07-17
Pygame is broken and can't install, even though it's "supported". Not worth the money for broken support. Pydroid 3 can run it.

5 ★, on 2018-10-10
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.

1 ★, on 2020-05-16
Its not downloading pystan and also session has expired on 1st January 2020. Upgraded but still not working

4 ★, on 2020-08-23
On it . So far ok. Successfully installed numpy and scipy via pip. Works fine for hardcore math. 😁😄😊

5 ★, on 2019-07-09
Good old Python 2.7 on mobile

1 ★, on 2019-04-05
A python app that buries the square bracket

Previous Versions

Pydroid Pro - IDE for Python 2 2.2
2019-04-12 / 1 MB / Android 2.3+

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.

New features

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