Coding

Spyder – The Scientific Python Development Environment

Spyder (previously known as Pydee) is an open-source Python development environment providing MATLAB-like features in a simple and light-weighted software.

Spyder is part of spyderlib, a Python module based on PyQt, pyflakes, rope and sphinx providing powerful PyQt4 widgets like source code editors, Python console (easy to embed in your own application: see this example) or GUI-based dictionary, lists/tuples and NumPy array editors.

This project is part of a larger effort to promote and facilitate the use of Python for scientific and engineering software development. The popular Python distributions Python(x,y) and WinPython also contribute to this plan.

Key Features

  • Syntax coloring for Python, C/C++ and Fortran files.
  • Powerful dynamic code introspection features (powered by rope):
    • Code completion and calltips.
    • Go to an object definition with a mouse click.
  • Class and function browser.
  • Occurrence highlighting.
  • To-do lists (TODO, FIXME, XXX).
  • Get errors and warnings on the fly (provided by pyflakes).
  • Breakpoints and conditional breakpoints to use with the python debugger (pdb).
  • To easily interact with your code as you progress, Spyder lets you.
  • Open as many Python and Ipython consoles as you want.
  • Run a whole script or any portion of it from the Editor.
  • Have code completion and automatic link to documentation through the Object Inspector.
  • Execute all consoles in a separate process so they don’t block the application.
  • With the Variable Explorer you can browse and analyze all the results your code is producing, and also.
  • Edit variables with Spyder’s Array Editor, which has support for a lot of data types (numbers, strings, lists, arrays, dictionaries).
  • Have multiple Array Editors open at once, thus allowing to compare variable contents.
  • Import/Export data from/to a lot of file types (text files, numpy files, Matlab files).
  • Generate 2D plots of list and arrays.
  • View local variables while you’re debugging.
  • Quick access to documentation is a must for every programmer, either to explore new libraries or to remember how to use a piece of code. Spyder gives you the docs in three different formats:
    • Rich text (powered by Sphinx).
    • Plain text, to use when rich text is not working.
    • Source code, to look at the internal implementation.
  • History log.
  • Array editor.
  • Project explorer.
  • Pylint integration.

Website: github.com/spyder-ide/spyder
Support:
Developer: Pierre Raybaut – Developed and maintained by the Spyder Development Team
License: MIT License

Spyder

Spyder is written in Python. Learn Python with our recommended free books and free tutorials.


Related Software

Python Integrated Development Environments
PyCharmFull-featured IDE. Two editions are available, one is open source software
SpyderPython development environment providing MATLAB-like features
ericFull featured Python editor and IDE, written in Python
ThonnyTk-based IDE designed for novice programmers
PyDevPython plugin for Eclipse
LeoPIM, IDE and outliner
PyzoInteractive editor for scientific Python
PTKInteractive environment for Python
IDLEPython’s Integrated Development and Learning Environment

Read our verdict in the software roundup.

Integrated Development Environments
RStudioEnterprise-ready professional software for R
PyCharmIntegrated Development Environment for Python
NeovimContinuation and extension of Vim
LapceFast and powerful code editor written in Rust
NetBeans IDEJava based IDE from Apache
VSCodiumBinary distribution of VS Code
EclipseJava based environment combining a number of different Eclipse projects
Qt CreatorCross-platform, complete Integrated Development Environment
SpyderThe Scientific Python Development Environment
KDevelopAn easy to use IDE for KDE
HelixPost-modern modal text editor
PositronNext-generation data science IDE
ericFull featured Python editor and IDE
ThonnyPython Integrated Development Environment for Beginners
LazarusDelphi compatible cross-platform IDE
PyDevPython Integrated Development Environment for Eclipse
GambasDevelopment environment and a full powerful development platform
LeoPython based IDE, Outliner and PIM
IntelliJ IDEAIDE for Java, Groovy, and other languages
LiteIDEEdit and build Go projects
Arduino IDEElectronics prototyping platform
ZeroBrane StudioLightweight Lua-based IDE for Lua
CodeLitePowerful and lightweight C/C++ IDE
PyzoCross-Platform Python IDE focused on interactivity and introspection
DrRacketIDE for the Racket programming languages
BuilderIDE for GNOME
GeanySmall and lightweight IDE based on Scintilla
Code::BlocksVery extensible and fully configurable
Ecere SDKSoftware development kit
ZasperIDE for Data Science
U++Rapid application development framework
roobuilderVala and JavaScript IDE

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Know a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments