[PyQt] [ANN] Spyder v1.0.3 released

Pierre Raybaut contact at pythonxy.com
Sun Jan 17 17:07:08 GMT 2010


Hi all,

I'm pleased to announce here that Spyder version 1.0.3 has been released:
http://packages.python.org/spyder

__Important__
Spyder v1.0.3 is a *critical* bugfix release (bonus: new "Apply" button 
in matplotlib's figure options editor).


Previously known as Pydee, Spyder (Scientific PYthon Development
EnviRonment) is a free open-source Python development environment
providing MATLAB-like features in a simple and light-weighted
software, available for Windows XP/Vista/7, GNU/Linux and MacOS X:
    * advanced code editing features (code analysis, ...)
    * interactive console with MATLAB-like workpace (with GUI-based
list, dictionary, tuple, text and array editors -- screenshots:
http://packages.python.org/spyder/console.html#the-workspace) and
integrated matplotlib figures
    * external console to open an interpreter or run a script in a
separate process (with a global variable explorer providing the same
features as the interactive console's workspace)
    * code analysis with pyflakes and pylint
    * search in files features
    * documentation viewer: automatically retrieves docstrings or
source code of the function/class called in the interactive/external
console
    * integrated file/directories explorer
    * MATLAB-like path management
    ...and more!

Spyder is part of spyderlib, a Python module based on PyQt4 and
QScintilla2 which provides powerful console-related PyQt4 widgets.

- Pierre


More information about the PyQt mailing list