summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantosh G. Vattam2010-04-12 20:47:38 +0530
committerSantosh G. Vattam2010-04-12 20:47:38 +0530
commit1b4911c2214e4aaccafbabf4a7e278484485a6c1 (patch)
tree6aeb89c3e6e6965653fa7a5410a6632524906844
parent18d918364ff3de38e7a4a028d136c17caeff15e3 (diff)
downloadst-scripts-1b4911c2214e4aaccafbabf4a7e278484485a6c1.tar.gz
st-scripts-1b4911c2214e4aaccafbabf4a7e278484485a6c1.tar.bz2
st-scripts-1b4911c2214e4aaccafbabf4a7e278484485a6c1.zip
Added ipython-tut.txt
-rw-r--r--ipython-tut.txt5
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.