IPython 1.0 Released
Written by Sue Gee   
Tuesday, 13 August 2013

IPython, the open source shell for interactive computing that features a  browser-based notebook with support for code, text, mathematical expressions, inline plots and other rich media, has reached Version 1, after nearly 12 years of development.

IPython provides tools for interactive and parallel computing that are widely used in scientific computing, but can benefit any Python developer.

It has been gathering steam over recent months with its creator, Dr Fernando Perez, winning the 2012 Award for the Advancement of Free Software, and the project being awarded up a $1.15 million grant from the Alfred P. Sloan Foundation to support its development over the two-year period 2013-14.  This funding has allowed it to embark on an ambitious development schedule with Version 2 planned to be released by the end of this year.

ipythonbanner

 

According to the Introduction on its site:

The goal of IPython is to create a comprehensive environment for interactive and exploratory computing. To support this goal, IPython has three main components:

  • An enhanced interactive Python shell.
  • A decoupled two-process communication model, which allows for multiple clients to connect to a computation kernel, most notably the web-based notebook
  • An architecture for interactive parallel computing.

IPython 1.0 is described as a big release and it supersedes v0.13. Its principal milestone is the addition of IPython.nbconvert which converts IPython notebooks to other formats, such as html, latex, html slideshow (Reveal.js), markdown and more, and provides better flexibility in how user input is handled. This tool should currently be treated as alpha level code.

This release sees two major re-organizations with kernel-related code moved to IPython.kernel, and its frontend subpackage removed to reduce unnecessary depth. The release requires Python 2.5.6 and beyond or Python 3.2.1 and beyond and does not support Python 2.5 or Python 3.0 or 3.1.

IPython is open source and is released under the revised BSD license. It can be manually downloaded from either Github or PyPI.

There are a lot of Python programmers who think that IPython is the way to go with interactive development environments so it is good that it now supports Python 3 and is moving ahead with the help of some financial support. 

More Information

IPython

Related Articles

IPython Creator Wins Free Software Award

Mozilla ScienceLab       

Python 3.3 Overtakes 2.7 - Time To Switch?

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

 

Banner


ZLUDA Ports CUDA Applications To AMD GPUs
18/04/2024

ZLUDA is a translation layer that lets you run unmodified CUDA applications with near-native performance on AMD GPUs. But it is walking a fine line with regards to legality.



The WinterJS Javascript Runtime Is Asking For Your Attention
11/04/2024

WinterJS is a brand new Javascript runtime by Wasmer which comes with the claim that it's the fastest of them all. Let's find out if that holds true.


More News

Last Updated ( Tuesday, 13 August 2013 )