# HG changeset patch # User Santosh G. Vattam # Date 1271142540 -19800 # Node ID 8eb98721a5af6d9a9ad36eded0c2ca5fcaa3811e # Parent 32d854e62be9c4a1060fa33b0523c3abcf6ebf3a Minor edits. diff -r 32d854e62be9 -r 8eb98721a5af statistics.txt --- a/statistics.txt Tue Apr 13 12:24:44 2010 +0530 +++ b/statistics.txt Tue Apr 13 12:39:00 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.