[ANN] Spyder v1.0.3 released

P

Pierre Raybaut

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top