Boston Python workshop 2/Saturday lecture

From OpenHatch wiki
Revision as of 11:09, 14 May 2011 by imported>Jesstess (→‎Lecture outline)

Welcome to the Saturday lecture section of the Boston Python Workshop! For about 2 hours, we'll work through an introduction to the Python programming language via both a lecture and hand-on exercises.

Lecture outline

  1. review printing and Python as a calculator from Friday evening
  2. booleans
  3. flow control: if, for, while, break, continue
  4. lists
  5. dictionaries and tuples
  6. functions
  7. classes
  8. modules

Resources

For extra practice, see Python's official tutorial.