Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Python (http://www.velocityreviews.com/forums/f43-python.html)
-   -   [ANN] Spyder v1.0.0 released (http://www.velocityreviews.com/forums/t702015-ann-spyder-v1-0-0-released.html)

Pierre Raybaut 10-18-2009 06:11 PM

[ANN] Spyder v1.0.0 released
 
Hi all,

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

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/co...#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.

I would like to thanks here all the Spyder users and especially the beta
testers and contributors: without them, Spyder wouldn't be as stable,
easy-to-use and full-featured as it is.

- Pierre



All times are GMT. The time now is 11:25 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57