Spyder (software)

From Wikipedia, the free encyclopedia
Jump to: navigation, search
Spyder
Spyder IDE
Spyder-windows-screenshot.png
Screenshot of Spyder on Windows
Developer(s) Spyder developer community
Stable release 2.1.13 / January 4, 2013; 4 months ago (2013-01-04)
Preview release 2.2.0 beta 2 / February 4, 2013; 3 months ago (2013-02-04)
Written in Python
Operating system Cross-platform
Platform Qt, Windows, Linux, MacOS
Type Integrated development environment
License MIT
Website code.google.com/p/spyderlib/

Spyder (formerly Pydee) is an open source cross-platform IDE for scientific programming in the Python language. Spyder integrates NumPy, SciPy, Matplotlib and IPython, as well as other open source software.[1][2]

In comparison with other IDEs for scientific development Spyder has a unique set of features - cross-platform, open-source, written in Python and available under non-copyleft license. Spyder is extensible with plugins,[3] includes support for interactive tools for data inspection and embeds Python-specific code quality assurance and introspection instruments, such as Pyflakes, Pylint [4] and rope. It is available on Windows platforms through Python(x,y) and WinPython, on MacOS through MacPorts and it is integrated to major Linux distributions such as Ubuntu, Debian, Fedora, OpenSuse, Gentoo or ArchLinux.[5][6]

It uses Qt either directly or through PyQt or PySide.

Contents

Features [edit]

Full list of features with screenshots is available at Spyder's site [7]

See also [edit]

References [edit]

External links [edit]