ipython-tut.txt
author asokan <asokan@fossee.in>
Tue, 18 May 2010 15:40:17 +0530
changeset 126 2eac725a5766
parent 120 50716c7c4c0c
permissions -rw-r--r--
changes to array.txt
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
48
c0a48af139d2 Added ipython-tut.txt
Santosh G. Vattam <vattam.santosh@gmail.com>
parents:
diff changeset
     1
Hello friends and welcome to this tutorial on IPython and its features. IPython
c0a48af139d2 Added ipython-tut.txt
Santosh G. Vattam <vattam.santosh@gmail.com>
parents:
diff changeset
     2
is an enhanced interactive Python interpreter. IPython provides various advanced
120
50716c7c4c0c Completed functions.org and added functions.tex file.
Santosh G. Vattam <vattam.santosh@gmail.com>
parents: 50
diff changeset
     3
features that the vanilla Python interpreter does not. We have seen some of these
50716c7c4c0c Completed functions.org and added functions.tex file.
Santosh G. Vattam <vattam.santosh@gmail.com>
parents: 50
diff changeset
     4
features in the previous tutorials. In this tutorial we shall recall them and 
50716c7c4c0c Completed functions.org and added functions.tex file.
Santosh G. Vattam <vattam.santosh@gmail.com>
parents: 50
diff changeset
     5
look at a few more new ones.
50
9d60720b16b0 Minor edits.
Santosh G. Vattam <vattam.santosh@gmail.com>
parents: 48
diff changeset
     6
9d60720b16b0 Minor edits.
Santosh G. Vattam <vattam.santosh@gmail.com>
parents: 48
diff changeset
     7
120
50716c7c4c0c Completed functions.org and added functions.tex file.
Santosh G. Vattam <vattam.santosh@gmail.com>
parents: 50
diff changeset
     8
50716c7c4c0c Completed functions.org and added functions.tex file.
Santosh G. Vattam <vattam.santosh@gmail.com>
parents: 50
diff changeset
     9