# HG changeset patch # User Santosh G. Vattam # Date 1271149613 -19800 # Node ID 2c4e318741cfc410ecbc6125f14f9a75f78610e2 # Parent 8eb98721a5af6d9a9ad36eded0c2ca5fcaa3811e# Parent 3d2c2c0bc3e29b57890551b8118422a78aac6f57 Branches merged. diff -r 3d2c2c0bc3e2 -r 2c4e318741cf 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.