Branches merged.
authorSantosh G. Vattam <vattam.santosh@gmail.com>
Tue, 13 Apr 2010 14:36:53 +0530
changeset 58 2c4e318741cf
parent 57 8eb98721a5af (diff)
parent 53 3d2c2c0bc3e2 (current diff)
child 59 b62177acce71
Branches merged.
statistics.txt
--- a/statistics.txt	Tue Apr 13 14:32:38 2010 +0530
+++ b/statistics.txt	Tue Apr 13 14:36:53 2010 +0530
@@ -38,6 +38,10 @@
 Dictionaries - we shall be introducing the concept of dictionaries here.
 And finally plotting - which we have been doing all along.
 
+Let's get started, by opening the IPython prompt by typing, 
+
+ipython -pylab
+
 Let's first start off with dictionaries.
 
 We earlier used lists briefly. Back then we just created lists and appended items into them.