Differences between revisions 1 and 2
Revision 1 as of 2002-09-05 13:18:59
Size: 1533
Editor: 213
Comment:
Revision 2 as of 2002-09-15 02:33:01
Size: 1534
Editor: 128
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
IPython is a free software project (released under the GNU LGPL which tries to: IPython is a free software project (released under the GNU LGPL) which tries to:

IPython

An enhanced Interactive Python shell [http://www-hep.colorado.edu/~fperez/ipython]

Overview

One of Python's most useful features is its interactive interpreter. This system allows very fast testing of ideas without the overhead of creating test files as is typical in most programming languages. However, the interpreter supplied with the standard Python distribution is somewhat limited for extended interactive use.

IPython is a free software project (released under the GNU LGPL) which tries to:

  • Provide an interactive shell superior to Python's default. IPython has many features for object introspection, system shell access, and its own special command system for adding functionality when working interactively. It tries to be a very efficient environment both for Python code development and for exploration of problems using Python objects (in situations like data analysis).
  • Serve as an embeddable, ready to use interpreter for your own programs. IPython can be started with a single call from inside another program, providing access to the current namespace. This can be very useful both for debugging purposes and for situations where a blend of batch-processing and interactive exploration are needed.
  • Offer a flexible framework which can be used as the base environment for other systems with Python as the underlying language. Specifically scientific environments like Mathematica, IDL and Mathcad inspired its design, but similar ideas can be useful in many fields.

IPython (last edited 2014-01-25 14:24:49 by RichardProsser)

Unable to edit the page? See the FrontPage for instructions.