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.

The May/June 2007 issue of the journal Computing in Science and Engineering was devoted to Python in scientific computing. This featured article, written by Fernando Perez and Brian Granger, describes IPython's design and main features.

You can also see what projects are using IPython, or check out the talks and presentations we have given about IPython.

This page contains links to detailed documentation.

Goals

IPython is a free software project (released under the BSD license) which tries to:

Features

About (last edited 2007-10-11 21:06:52 by RyanJames)