Original author(s) | Pierre Raybaut |
---|---|
Developer(s) | Spyder project contributors |
Initial release | 18 October 2009[1][2] |
Stable release | 5.0.0
/ 3 April 2021 |
Repository | |
Written in | Python |
Operating system | Cross-platform |
Platform | Qt, Windows, macOS, Linux |
Type | Integrated development environment |
License | MIT |
Website | www |
Spyder is an open-source cross-platform integrated development environment (IDE) for scientific programming in the Python language. Spyder integrates with a number of prominent packages in the scientific Python stack, including NumPy, SciPy, Matplotlib, pandas, IPython, SymPy and Cython, as well as other open-source software.[3][4] It is released under the MIT license.[5]
Initially created and developed by Pierre Raybaut in 2009, since 2012 Spyder has been maintained and continuously improved by a team of scientific Python developers and the community.
Spyder is extensible with first-party and third-party plugins,[6] includes support for interactive tools for data inspection and embeds Python-specific code quality assurance and introspection instruments, such as Pyflakes, Pylint[7] and Rope. It is available cross-platform through Anaconda, on Windows, on macOS through MacPorts, and on major Linux distributions such as Arch Linux, Debian, Fedora, Gentoo Linux, openSUSE and Ubuntu.[8][9]
Spyder uses Qt for its GUI and is designed to use either of the PyQt or PySide Python bindings.[10] QtPy, a thin abstraction layer developed by the Spyder project and later adopted by multiple other packages, provides the flexibility to use either backend.[11]
Features include:[12]
Available plugins include:[13]
By: Wikipedia.org
Edited: 2021-06-18 15:18:29
Source: Wikipedia.org