diff -r 037b06baf7d3 -r 57d145c18ccd getting-started-with-lists/script.rst --- a/getting-started-with-lists/script.rst Thu Oct 28 15:15:28 2010 +0530 +++ b/getting-started-with-lists/script.rst Thu Oct 28 15:36:15 2010 +0530 @@ -1,3 +1,31 @@ +.. Objectives +.. ---------- + +.. By the end of this tutorial, you will be able to + +.. Create Lists. +.. Access List elements. +.. Append elemets to list +.. Delete list elemets + +.. 1. getting started with ipython + + + +.. Prerequisites +.. ------------- + +.. 1. getting started with strings +.. #. getting started with lists +.. #. basic datatypes + +.. Author : Puneeth + Internal Reviewer : Amit + External Reviewer : + Checklist OK? : [2010-10-05] + +Script +------ Hello friends and welcome to the tutorial on getting started with lists.