From 1b4911c2214e4aaccafbabf4a7e278484485a6c1 Mon Sep 17 00:00:00 2001 From: Santosh G. Vattam Date: Mon, 12 Apr 2010 20:47:38 +0530 Subject: Added ipython-tut.txt --- ipython-tut.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ipython-tut.txt diff --git a/ipython-tut.txt b/ipython-tut.txt new file mode 100644 index 0000000..67a1930 --- /dev/null +++ b/ipython-tut.txt @@ -0,0 +1,5 @@ +Hello friends and welcome to this tutorial on IPython and its features. IPython +is an enhanced interactive Python interpreter. IPython provides various advanced +features that the vanilla Python interpreter does not. We have shown some of these +features in the previous tutorials. In this tutorial we shall look at a few more +of them. -- cgit