ipython-tut.txt
changeset 50 9d60720b16b0
parent 48 c0a48af139d2
child 120 50716c7c4c0c
equal deleted inserted replaced
49:90c2d777fb0e 50:9d60720b16b0
     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 shown 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 look at a few more
     5 of them.
     5 of them.
       
     6 
       
     7