First Summer 2006


Lecture Notes Twelve: Getting started with the review for the midterm exam.
Reading the book is key.

Chapter One introduces Python.

There are two programs it develops:

Things shown: the print command, getting raw input and basic string syntax.

Chapter Two discusses types, variables and simple I/O.

The programs developed in this chapter:

Page numbers listed above are minimal references, so please read the book carefully.

Chapter 3 discusses branching and introduces while loops.

Programs developed in chapter 3:

Chapter 4 discusses for loops, strings and tuples.

Programs developed in this chapter:

Chapter 5 discusses lists and dictionaries.

The programs developed in this chapter are:

Chapter 6 discusses functions and develops these programs:

Programs developed in this chapter:

That's everything, as far as reviewing goes, from the book.


Last updated: May 26, 2006 by Adrian German for A201/A597