diff options
author | Santosh G. Vattam | 2010-04-12 20:47:38 +0530 |
---|---|---|
committer | Santosh G. Vattam | 2010-04-12 20:47:38 +0530 |
commit | 1b4911c2214e4aaccafbabf4a7e278484485a6c1 (patch) | |
tree | 6aeb89c3e6e6965653fa7a5410a6632524906844 | |
parent | 18d918364ff3de38e7a4a028d136c17caeff15e3 (diff) | |
download | st-scripts-1b4911c2214e4aaccafbabf4a7e278484485a6c1.tar.gz st-scripts-1b4911c2214e4aaccafbabf4a7e278484485a6c1.tar.bz2 st-scripts-1b4911c2214e4aaccafbabf4a7e278484485a6c1.zip |
Added ipython-tut.txt
-rw-r--r-- | ipython-tut.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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. |