summaryrefslogtreecommitdiff
path: root/dictionaries
diff options
context:
space:
mode:
authorAnoop Jacob Thomas2010-10-13 14:00:33 +0530
committerAnoop Jacob Thomas2010-10-13 14:00:33 +0530
commit900a0f4d3fefd4bf05bab44d5ae4d561b8af8660 (patch)
tree6a381b8ae77e0452a27a26d1e0edea96d6090b24 /dictionaries
parent562e575b92d19f8550227e291fcc94ab0372c96a (diff)
downloadst-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.rst37
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: