Supriya Ghosh (Editor)

Spyder (software)

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Original author(s)
  
Pierre Raybaut

Written in
  
Python

Spyder (software) httpspythonhostedorgspyderstaticspyderbbgpng

Developer(s)
  
Spyder developer community

Initial release
  
18 October 2009; 7 years ago (2009-10-18)

Stable release
  
3.1.3 / 20 February 2017; 34 days ago (2017-02-20)

Preview release
  
3.0.0 beta7 / 16 September 2016; 6 months ago (2016-09-16)

Python with spyder 1 first steps updated 7 24 2015


Spyder (formerly Pydee) is an open source cross-platform integrated development environment (IDE) for scientific programming in the Python language. Spyder integrates NumPy, SciPy, Matplotlib and IPython, as well as other open source software. It is released under the MIT license.

Contents

Spyder is extensible with plugins, includes support for interactive tools for data inspection and embeds Python-specific code quality assurance and introspection instruments, such as Pyflakes, Pylint and Rope. It is available cross-platform through Anaconda, on Windows with WinPython and Python(x,y), on macOS through MacPorts, and on major Linux distributions such as Arch Linux, Debian, Fedora, Gentoo Linux, openSUSE and Ubuntu.

Spyder makes use of Qt either through the binding PyQt or PySide. This flexibility is reached through a small abstraction layer called QtPy.

Calibrate your world the spyder 5 from datacolor


Features

Features include:

  • editor with syntax highlighting and introspection for code completion
  • support for multiple Python consoles (including IPython)
  • the ability to explore and edit variables from a GUI
  • Plugins

    Available plugins include:

  • Static Code Analysis with Pylint
  • Code Profiling
  • Conda Package Manager with conda
  • References

    Spyder (software) Wikipedia