Boston Python workshop 2/Saturday lecture: Difference between revisions

From OpenHatch wiki
Content added Content deleted
imported>Jesstess
No edit summary
Line 15: Line 15:
* [http://mit.edu/jesstess/www/BostonPythonWorkshop/data_types.txt summary sheet] for Python data types.
* [http://mit.edu/jesstess/www/BostonPythonWorkshop/data_types.txt summary sheet] for Python data types.
* [http://mit.edu/jesstess/www/BostonPythonWorkshop/ hands-on exercises] to practice Python.
* [http://mit.edu/jesstess/www/BostonPythonWorkshop/ hands-on exercises] to practice Python.
* A [[BPWGlossary|glossary]] of terms used during the lecture.

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

Revision as of 19:05, 7 May 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. Other useful data types: lists, dictionaries, and tuples
  3. Flow control: if, for, while, break, continue
  4. Exceptions and debugging
  5. Functions
  6. Classes
  7. Modules

Resources

For extra practice, see Python's official tutorial.