Spyder (software)
| Spyder | |
|---|---|
Screenshot of Spyder on Windows | |
| Original author | Pierre Raybaut |
| Developer | Spyder project contributors |
| Initial release | 18 October 2009 |
| Stable release | 6.1.3
/ 12 February 2026 |
| Written in | Python |
| Operating system | Cross-platform |
| Platform | Qt, Windows, macOS, Linux |
| Type | Integrated development environment |
| License | MIT |
| Website | www |
| Repository | |
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, as well as other open-source software. Created by Pierre Raybaut and released in 2009 under the MIT license, since 2012 Spyder has been maintained and continuously improved by Python developers and the community.
Spyder is extensible with first-party and third-party plugins, and includes support for interactive tools for data inspection and embeds Python-specific code quality assurance and introspection instruments, such as Pyflakes, Pylint and Rope. Spyder uses Qt for its GUI and is designed to use either of the PyQt or PySide Python bindings. QtPy, a thin abstraction layer developed by the Spyder project and later adopted by multiple other packages, provides the flexibility to use either backend.