diff options
author | Santosh G. Vattam | 2010-04-13 12:39:00 +0530 |
---|---|---|
committer | Santosh G. Vattam | 2010-04-13 12:39:00 +0530 |
commit | 052cb63b9854737695bf5f59c64d6a86f6f595ec (patch) | |
tree | d6fdeb91206d1d4ac9db84e4cff40b9e24a3be5d /statistics.txt | |
parent | 8220db04ffbbc78c08de8a606ba9582b72850e47 (diff) | |
download | st-scripts-052cb63b9854737695bf5f59c64d6a86f6f595ec.tar.gz st-scripts-052cb63b9854737695bf5f59c64d6a86f6f595ec.tar.bz2 st-scripts-052cb63b9854737695bf5f59c64d6a86f6f595ec.zip |
Minor edits.
Diffstat (limited to 'statistics.txt')
-rw-r--r-- | statistics.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/statistics.txt b/statistics.txt index 2ae6f28..22ef26f 100644 --- a/statistics.txt +++ b/statistics.txt @@ -38,6 +38,10 @@ parsing - which we have looked at partially. 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. |