Boston Python Workshop 5/Saturday lecture
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
- review Friday material
- lists
- loops and more flow control: for, while, break
- dictionaries
- modules
Resources
- cheat sheet for Python data types.
- state_capitals.py -- the state capitals example.
- Saturday morning CodingBat review.
- Saturday lecture CodingBat practice.
For extra practice, see Python's official tutorial.