The Python tutorial seems to be a suitable candidate for the study material
http://docs.python.org/tutorial/
Based on the Python tutorial the 5 lab sessions could be split as shown
below:
Lab 1: Basic Types and Flow Control
Lab 2: Data Structures and Modules
Lab 3: IO and Exceptions
Lab 4: Classes
Lab 5: Standard Library
Comment #4 on issue 12 by vijayku...@bravegnu.org: Running Python
http://code.google.com/p/foss-lab-manual/issues/detail?id=12
Attached the contents for Python Lab - 1. Please review and send in your
feedback.
Attachments:
python-1.txt 5.3 KB
Thanks vijay.
Examples in python are clear and fine.
I had added python session 2 to the repo.
http://code.google.com/p/foss-lab-manual/source/browse/trunk/lab-manual/python-2.txt
Added Python session 3 to the repo.
http://code.google.com/p/foss-lab-manual/source/browse/trunk/lab-manual/python-3.txt
Added python sessions 4 and 5.
http://code.google.com/p/foss-lab-manual/source/browse/trunk/lab-manual/python-4.txt
http://code.google.com/p/foss-lab-manual/source/browse/trunk/lab-manual/python-5.txt
Added Object Orient Programming in Python session.
http://code.google.com/p/foss-lab-manual/source/browse/trunk/lab-manual/python-6.txt