Boston Python workshop 2/Saturday lecture

From OpenHatch wiki
Revision as of 23:15, 23 April 2011 by imported>Jesstess (Created page with '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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

  1. Review printing and Python as a calculator, from Friday evening
  2. Useful data types: lists, dictionaries, and tuples
  3. Flow control: if, for, while, break, continue
  4. Exceptions and debugging
  5. Functions
  6. Classes
  7. Modules

Resources

For extra practice, see Python's official tutorial.