ipython-tut.txt
changeset 120 50716c7c4c0c
parent 50 9d60720b16b0
equal deleted inserted replaced
119:7dc53e6c8065 120:50716c7c4c0c
     1 Hello friends and welcome to this tutorial on IPython and its features. IPython
     1 Hello friends and welcome to this tutorial on IPython and its features. IPython
     2 is an enhanced interactive Python interpreter. IPython provides various advanced
     2 is an enhanced interactive Python interpreter. IPython provides various advanced
     3 features that the vanilla Python interpreter does not. We have shown some of these
     3 features that the vanilla Python interpreter does not. We have seen some of these
     4 features in the previous tutorials. In this tutorial we shall look at a few more
     4 features in the previous tutorials. In this tutorial we shall recall them and 
     5 of them.
     5 look at a few more new ones.
     6 
     6 
     7 
     7 
       
     8 
       
     9