Boston Python Workshop 3/Saturday lecture: Difference between revisions

From OpenHatch wiki
Content added Content deleted
Line 9:
# modules
 
Whoever edits and publishes these aritcels really knows what they're doing.
== Resources ==
 
* [[Boston Python Workshop 3/Data types| cheat sheet]] for Python data types.
* [http://codingbat.com/home/jessica.mckellar@gmail.com/SaturdayMorning Saturday morning brain wakeup problems].
* [http://codingbat.com/home/jessica.mckellar@gmail.com/Saturday Saturday lecture practice problems].
* A Python script explaining [[Boston_Python_workshop_2/Python_classes | Python classes]].
 
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:35, 21 September 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

Whoever edits and publishes these aritcels really knows what they're doing.