Last Updated on July 11, 2021
Interactive Editor for Python (IEP) is a cross-platform Python IDE focused on interactivity and introspection, which makes it very suitable for scientific computing. Its practical design is aimed at simplicity and efficiency.
IEP consists of two main components, the editor and the shell, and uses a set of pluggable tools to help the programmer in various ways. Some example tools are source structure, project manager, interactive help, and workspace.
IEP can integrate the event loop of five different GUI toolkits, therefore enabling interactive plotting with e.g. Visvis or Matplotlib. IEP is written in Python 3 and Qt.
Features include:
- Highly customizable.
- Powerful introspection (autocompletion, calltips, interactive help).
- Various ways to run code interactively or to run a file as a script.
- Shells run in a subprocess and can therefore be interrupted or killed.
- Multiple shells can be used at the same time, and can be of different Python versions (from v2.4 to 3.x, including pypy).
- Support for using several GUI toolkits interactively: PySide, PyQt4, wx, fltk, GTK, Tk.
- Magic commands similar to IPython.
- Matlab-style cell notation to mark code sections (by starting a line with ##).
- Full Unicode support in both editor and shell.
Website: www.pyzo.org
Support:
Developer: IEP Development Team
License: BSD License

IEP is written in Python. Learn Python with our recommended free books and free tutorials.
Return to Python IDEs Home Page
| Explore Linux | |
|---|---|
| Best Free and Open Source Software - A huge collection of recommended free and open source software covering every major category. | |
| In-depth Linux Software Reviews - Detailed assessments of Linux software covering features, usability and overall quality. | |
| The Big List of Active Linux Distros - An extensive collection of actively developed Linux distributions. | |
| Open Source Alternatives - Alternatives to software and services from Google, Microsoft, Apple, Adobe, IBM, Autodesk, Oracle and others. | |
| Essential Linux System Tools - Indispensable utilities for monitoring, maintaining and managing Linux systems. | |
| Linux Productivity Tools - Useful utilities for improving productivity and streamlining everyday tasks. | |
| Alternatives to Popular CLI Tools - Modern alternatives to familiar command-line utilities supplied with Linux systems. | |
| Awesome Free Linux Game Tools - Tools, utilities and companion software that improve gaming on Linux. | |
| Machine Learning on Linux - Machine learning and deep learning software, self-hosted applications and practical tools. | |
| Saving Money with Linux - Practical ways to reduce electricity consumption and lower computing costs with Linux. | |
| Linux Candy - Fun, entertaining and sometimes delightfully quirky software from the lighter side of Linux. | |

Please read our Comment Policy before commenting.