Eric Python IDE

From Wikipedia, the free encyclopedia

Eric Python IDE

Eric3 Python IDE under Arch Linux with Xfce
Developed by Detlev Offenbach
Latest release 4.1.3 / May 2008
OS Windows, Linux, FreeBSD
Genre Integrated Development Environment
License GPL
Website http://www.die-offenbachs.de/eric/index.html

Eric is a free Integrated Development Environment for the Python and Ruby programming languages.

By design, it's acting as a frontend for several programs, for example the QScintilla editor widget, the python language interpreter, Bicycle Repair Man for doing Refactorings, Python Profiler for Code Profiling. If some of the functionalities aren't needed, they don't have to be installed. It is written using the PyQt Python bindings for the Qt GUI toolkit.

The main features are a project manager, an editor with syntax highlighting, debugging, profiling, running python code with support for commandline parameters, Unit Testing, User Interface design, a console for program output and a task manager (self-updating TODO list).

[edit] See also

[edit] External links