author | Shantanu <shantanu@fossee.in> |
Thu, 15 Apr 2010 11:31:32 +0530 | |
changeset 61 | 38ef280b1408 |
parent 50 | 9d60720b16b0 |
child 120 | 50716c7c4c0c |
permissions | -rw-r--r-- |
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 |
c0a48af139d2
Added ipython-tut.txt
Santosh G. Vattam <vattam.santosh@gmail.com>
parents:
diff
changeset
|
3 |
features that the vanilla Python interpreter does not. We have shown some of these |
c0a48af139d2
Added ipython-tut.txt
Santosh G. Vattam <vattam.santosh@gmail.com>
parents:
diff
changeset
|
4 |
features in the previous tutorials. In this tutorial we shall look at a few more |
c0a48af139d2
Added ipython-tut.txt
Santosh G. Vattam <vattam.santosh@gmail.com>
parents:
diff
changeset
|
5 |
of them. |
50 | 6 |
|
7 |