Boston Python workshop 2/Saturday lecture: Difference between revisions

From OpenHatch wiki
Content added Content deleted
imported>Jesstess
No edit summary
Line 3: Line 3:
== Lecture outline ==
== Lecture outline ==


# Review printing and Python as a calculator from Friday evening
# review printing and Python as a calculator from Friday evening
# lists
# Other useful data types: lists, dictionaries, and tuples
# Flow control: if, for, while, break, continue
# flow control: if, for, while, break, continue
# Exceptions and debugging
# dictionaries and tuples
# functions
# Functions
# Classes
# classes
# Modules
# modules


== Resources ==
== Resources ==

Revision as of 10:52, 14 May 2011

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. lists
  3. flow control: if, for, while, break, continue
  4. dictionaries and tuples
  5. functions
  6. classes
  7. modules

Resources

For extra practice, see Python's official tutorial.