|
Second Summer 2008 |
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, for the time being.