Indianapolis Python Workshop 1/Saturday lecture
Welcome to the Saturday lecture section of the Indianapolis Python Workshop! For about 2 hours, we'll work through an introduction to the Python programming language via both a lecture and hands-on exercises.
Lecture outline
- review Friday material
- lists
- loops and more flow control: for, while, break
- dictionaries
- modules
Resources
- state_capitals.py -- the state capitals example.
- Saturday morning CodingBat review.
- Saturday lecture CodingBat practice.
For extra practice, see Python's official tutorial.