advice choosing IDE

Phil Thompson phil at riverbankcomputing.co.uk
Mon Aug 18 09:23:30 EDT 2003


On Monday 18 August 2003 1:18 pm, Michael Peuser wrote:
>
> There are two GUI Toolkits you might like:
> PyQt and their GUI Builder (that would be free for non commercial work) if
> you plan to do *a lot* of GUI applications. The GUI Builder is *not* an
> Python IDE, so that is somewhat off topic ;-)

I'll beat Detlev to it this time...

eric at http://www.die-offenbachs.de/detlev/eric3.html is a full IDE, written 
in PyQt, that integrates with Qt Designer. It does the usual editing, 
debugging, project management, class browsing - plus access to source code 
control systems, syntax checking, unit testing, profiling, code coverage. 
Latest snaphots include refactoring tools. Etc, etc, etc.

Phil






More information about the Python-list mailing list