Boston Python Workshop 3/Saturday lecture: Difference between revisions

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


# review printing and Python as a calculator from Friday evening
# review Friday material
# booleans and flow control: truthiness, if, equality and comparing, in
# lists
# lists
# loops and more flow control: for, while, break, continue
# loops and more flow control: for, while, break
# dictionaries
# dictionaries
# functions
# modules
# modules



Revision as of 12:36, 9 July 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 Friday material
  2. lists
  3. loops and more flow control: for, while, break
  4. dictionaries
  5. modules

Resources

For extra practice, see Python's official tutorial.

« Back to the Workshop home page