Ipython-20080920

From Sfvlug

Revision as of 07:56, 2 February 2009 by Miasma (Talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)

IPython is a nifty implementation of Python. It was designed to function as an interactive shell and an architecture for parallel computing.

Check out the overview at http://ipython.scipy.org/doc/rel-0.9.1/html/overview.html#id1

Personally I like the magic commands that help make IPython an even better substitute for other scripting languages than vanilla Python. IPython also makes it easy to pass values to and from other processes. The only real down side I can see to using IPython specific features in scripts is that it makes them less portable to systems that do not have IPython installed.

Personal tools