Spyder IDE Software

From GM-RKB
Jump to navigation Jump to search

A Spyder IDE Software is a Python IDE.



References

2016

  • (Wikipedia, 2016) ⇒ https://en.wikipedia.org/wiki/Spyder_(software) Retrieved:2016-8-10.
    • 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.

      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 a non-copyleft license. 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 Mac OS 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.


2015