Code Monkey home page Code Monkey logo

spyder's Introduction

Spyder - The Scientific PYthon Development EnviRonment

Copyright © 2009-2013 Pierre Raybaut. Licensed under the terms of the MIT License (see spyderlib/__init__.py for details)

Overview

Spyder is a Python development environment with tons 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 feature

    Supporting regular expressions and mercurial repositories

  • File/directories 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.

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:

Installing from source

You can also install Spyder from its zip source package. For that you need to download and uncompress the file called spyder-x.y.z.zip, which can be found here. Then you need to use the integrated setup.py script that comes with it and which is based on the Python standard library distutils module, with the following command:

python setup.py install

Note that distutils does not uninstall previous versions of Python packages: it simply copies files on top of an existing installation. When using this command, it is thus highly recommended to uninstall manually any previous version of Spyder by removing the associated directories ('spyderlib' and 'spyderplugins') from your site-packages directory).

From the Python package index, you also may install Spyder and upgrade an existing installation using pip with this command

pip install --upgrade spyder

For more details on supported platforms, please go to http://pythonhosted.org/spyder/installation.html.

Dependencies

Imnportant note: Most if not all the dependencies listed below come with Python(x,y), WinPython and Anaconda, 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 (using the command python setup.py install), the only requirements is to have a Python version greater than 2.6.

Runtime dependencies

  • Python 2.6+

  • PyQt4 4.6+ or PySide 1.2.0+ (PyQt4 is recommended)

Recommended modules

  • Rope v0.9.2+ (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)

  • Numpy (N-dimensional arrays)

  • Scipy (signal/image processing)

  • Matplotlib (2D/3D plotting)

  • IPython 1.0+ (enhanced Python interpreter)

    In Ubuntu you need to install ipython-qtconsole, on Fedora ipython-gui and on Gentoo ipython with the qt4 USE flag.

Optional modules

  • Pygments (syntax highlighting for several file types).

  • Pylint (static code analysis).

  • Pep8 (style analysis).

Running from source

It is possible to run Spyder directly (i.e. without installation) from the unpacked zip folder (see Installing from source) using Spyder's bootstrap script like this:

python bootstrap.py

This is especially useful for beta-testing, troubleshooting and development of Spyder itself.

More information

spyder's People

Contributors

pierreraybaut avatar ccordoba12 avatar blink1073 avatar goanpeca avatar techtonik avatar sylvaincorlay avatar dhoegh avatar jedludlow avatar fangohr avatar larsoner avatar cjrh avatar takluyver avatar nodd avatar randyheydon avatar cybjit avatar karanuppal avatar enfenion avatar bioruffo avatar videan42 avatar bdrung avatar ronanpaixao avatar alexfargus avatar alfonsotwr avatar javidcf avatar sandorracz avatar

Watchers

Vasily Smirnov 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.