Boston Python Workshop 3/Saturday lecture: Difference between revisions

From OpenHatch wiki
Content added Content deleted
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…')
 
imported>Jesstess
No edit summary
Line 19: Line 19:


For extra practice, see Python's [http://docs.python.org/tutorial/ official tutorial].
For extra practice, see Python's [http://docs.python.org/tutorial/ official tutorial].

[[Boston Python Workshop 3|« Back to the Workshop home page]]

Revision as of 02:58, 12 June 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. booleans and flow control: truthiness, if, equality and comparing, in
  3. lists
  4. loops and more flow control: for, while, break, continue
  5. dictionaries
  6. functions
  7. classes
  8. modules

Resources

For extra practice, see Python's official tutorial.

« Back to the Workshop home page