diff options
author | Anoop Jacob Thomas | 2010-10-13 14:00:33 +0530 |
---|---|---|
committer | Anoop Jacob Thomas | 2010-10-13 14:00:33 +0530 |
commit | 900a0f4d3fefd4bf05bab44d5ae4d561b8af8660 (patch) | |
tree | 6a381b8ae77e0452a27a26d1e0edea96d6090b24 /dictionaries | |
parent | 562e575b92d19f8550227e291fcc94ab0372c96a (diff) | |
download | st-scripts-900a0f4d3fefd4bf05bab44d5ae4d561b8af8660.tar.gz st-scripts-900a0f4d3fefd4bf05bab44d5ae4d561b8af8660.tar.bz2 st-scripts-900a0f4d3fefd4bf05bab44d5ae4d561b8af8660.zip |
changed headers of scripts(objectives and prerequisites).
Diffstat (limited to 'dictionaries')
-rw-r--r-- | dictionaries/script.rst | 37 |
1 files changed, 24 insertions, 13 deletions
diff --git a/dictionaries/script.rst b/dictionaries/script.rst index 31bc98e..1f5d102 100644 --- a/dictionaries/script.rst +++ b/dictionaries/script.rst @@ -1,11 +1,27 @@ -.. 8.4 LO: dictionaries (2) -.. ------------------------ -.. * empty -.. * filled -.. * accessing via keys -.. * .values(), .keys() -.. * in -.. * iteration +.. Objectives +.. ---------- + +.. At the end of this tutorial, you will be able to + +.. 1. Create dictionaries +.. #. Add data to dictionaries +.. #. Retrieve data +.. #. Familiarize using ``.keys()`` and ``.values()`` methods +.. #. Checking for container-ship of keys +.. #. Iterating over elements + +.. Prerequisites +.. ------------- + +.. 1. should have ``ipython`` installed. +.. #. getting started with ``ipython``. +.. #. basic datatypes. + +.. Author : Anoop Jacob Thomas <anoop@fossee.in> + Internal Reviewer : + External Reviewer : + Checklist OK? : <put date stamp here, if OK> [2010-10-05] + ============ Dictionaries @@ -176,8 +192,3 @@ iterating over the dictionaries. {{{ switch to next slide, thank you slide }}} Thank you! - -.. Author: Anoop Jacob Thomas <anoop@fossee.in> - Reviewer 1: - Reviewer 2: - External reviewer: |