Git Product home page Git Product logo

spyder's Introduction

Spyder - The Scientific PYthon Development EnviRonment

Copyright © 2009- The Spyder Development Team.

Licensed under the terms of the MIT License (see LICENSE for details)

Overview

screenshot

Spyder is a Python development environment with a lot of features:

  • Editor

    Multi-language editor with function/class browser, code analysis features (pyflakes and pylint are currently supported), code completion, horizontal and vertical splitting, and goto definition.

  • Interactive console

    Python or IPython consoles with workspace and debugging support to instantly evaluate the code written in the Editor. It also comes with Matplotlib figures integration.

  • Documentation viewer

    Show documentation for any class or function call made either in the Editor or a Console.

  • Variable explorer

    Explore variables created during the execution of a file. Editing them is also possible with several GUI based editors, like a dictionary and Numpy array ones.

  • Find in files

    Supporting regular expressions and mercurial repositories

  • File explorer

  • History log

Spyder may also be used as a PyQt4/PySide extension library (module spyderlib). For example, the Python interactive shell widget used in Spyder may be embedded in your own PyQt4/PySide application.

Documentation

You can read the Spyder documentation at:

http://pythonhosted.org/spyder/

Installation

This section explains how to install the latest stable release of Spyder. If you prefer testing the development version, please use the bootstrap script (see next section).

The easiest way to install Spyder is:

On Windows:

On Mac OSX:

On GNU/Linux

  • Through your distribution package manager (i.e. apt-get, yum, etc).
  • Using the Anaconda Distribution.
  • Installing from source (see below).

Cross-platform way from source

You can also install Spyder with the pip package manager, which comes by default with most Python installations. For that you need to use the command:

pip install spyder

To upgrade Spyder to its latest version, if it was installed before, you need to run

pip install --upgrade spyder

For more details on supported platforms, please refer to our installation instructions.

Important note: This does not install the graphical Python libraries (i.e. PyQt4, PyQt5 or PySide) that Spyder depend on. Those have to be installed separately after installing Python.

Running from source

The fastest way to run Spyder is to get the source code, install PyQt4, PyQt5 or PySide, and run:

python bootstrap.py

You may want to do this for fixing bugs in Spyder, adding new features, learning how Spyder works or just getting a taste of it.

Dependencies

Important note: Most if not all the dependencies listed below come with Anaconda, WinPython and Python(x,y), so you don't need to install them separately when installing one of these Scientific Python distributions.

Build dependencies

When installing Spyder from its source package, the only requirement is to have a Python version greater than 2.7 (Python 3.2 is not supported anymore).

Runtime dependencies

  • Python 2.7, 3.3, 3.4 or 3.5
  • PyQt4 4.6+, PyQt5 5.2+ or PySide 1.2.0+: PyQt4 is recommended.
  • IPython 3.0 or qtconsole 4.0+: Enhanced Python interpreter.
  • Rope v0.9.4+ and/or Jedi 0.8.1: Editor code completion, calltips and go-to-definition.
  • Pyflakes v0.5.0+: Real-time code analysis)
  • Sphinx v0.6+: Object Inspector's rich text mode.
  • Pygments v1.6+: Syntax highlighting for all file types it supports.
  • Pylint v0.25+: Static code analysis.
  • Pep8 v0.6+: Style analysis.
  • Psutil v0.3+: CPU and memory usage on the status bar.
  • Nbconvert 4.0+: Manipulation of notebooks in the Editor.

Note: To get IPython in Ubuntu you need to install ipython-qtconsole, on Fedora ipython-gui and on Gentoo ipython with the qt4 USE flag.

Optional modules

  • Matplotlib v1.0+: 2D/3D plotting.
  • Pandas v0.13.1+: DataFrame and Series support.
  • Numpy v1.7+: N-dimensional arrays.
  • SymPy v0.7.4+: Symbolic mathematics.

More information

spyder's People

Contributors

bioruffo avatar blink1073 avatar cbrnr avatar ccordoba12 avatar cjrh avatar cybjit avatar davidovitch avatar dhoegh avatar enfenion avatar fangohr avatar flying-sheep avatar goanpeca avatar hugobuddel avatar jedludlow avatar karanuppal avatar larsoner avatar manipuladordedados avatar matthieudartiailh avatar mikofski avatar nodd avatar pierreraybaut avatar randyheydon avatar rthouvenin avatar sandorracz avatar stonebig avatar sylvaincorlay avatar takluyver avatar techtonik avatar vasily-smirnov avatar videan42 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.