Boston Python Workshop 5/Saturday lecture: Difference between revisions

From OpenHatch wiki
Content added Content deleted
imported>Jesstess3
(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>Jesstess3
No edit summary
 
Line 11: Line 11:
== Resources ==
== Resources ==


* [[Boston Python Workshop 4/Data types| cheat sheet]] for Python data types.
* [[Boston Python Workshop 5/Data types| cheat sheet]] for Python data types.
* [http://mit.edu/jesstess/www/BostonPythonWorkshop5/state_capitals.py state_capitals.py] -- the state capitals example.
* [http://mit.edu/jesstess/www/BostonPythonWorkshop5/state_capitals.py state_capitals.py] -- the state capitals example.
* [http://codingbat.com/home/jessica.mckellar@gmail.com/SaturdayMorning Saturday morning brain wakeup problems].
* [http://codingbat.com/home/bostonpythonworkshop@gmail.com/SaturdayMorning Saturday morning CodingBat review].
* [http://codingbat.com/home/jessica.mckellar@gmail.com/Saturday Saturday lecture practice problems].
* [http://codingbat.com/home/bostonpythonworkshop@gmail.com/Saturday Saturday lecture CodingBat practice].


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].

Latest revision as of 19:03, 26 November 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