Eric Python IDE

Página de Inicio: http://eric-ide.python-projects.org

Eric is a full featured Python and Ruby editor and IDE, written in python. It is based on the cross platform Qt GUI toolkit, integrating the highly flexible Scintilla editor control. It is designed to be usable as an every day quick and dirty editor as well as being usable as a professional project management tool integrating many advanced features Python offers the professional coder. Eric4 includes a plugin system, which allows easy extension of the IDE functionality with plugins downloadable from the net. Current stable versions are Eric4 based on Qt4 and Python 2, and Eric5 based on Python 3 and Qt4.

Los enlaces Python a Qt están disponibles a través de PyQt, permitiendo a Eric usar Qt para crear interfaces gráficas para el usuario. PyQt es un conjunto de enlaces Python para aplicaciones de sistema Qt de nokia y se ejecuta en todas las plataformas soportadas por Qt incluyendo Windows, MacOs/X y Linux. PyQt v4 soporta Qt4. los enlaces se implementan como un conjunto de módulos Python y contiene unas 300 clases y unas 6.000 funciones y métodos.