Boston Python workshop 2/Saturday lecture: Difference between revisions

no edit summary
imported>Jesstess
No edit summary
imported>Jesstess
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 4:
 
# review printing and Python as a calculator from Friday evening
# conditionalsbooleans and flow control: booleanstruthiness, if, ==,equality and !=comparing, in
# lists
# loops and more flow control: for, while, break, continue
# dictionaries and tuples
# functions
# classes
Line 15:
 
* [http://mit.edu/jesstess/www/BostonPythonWorkshop2/data_types.txt summary sheet] for Python data types.
* [http://mit.edu/jesstess/www/BostonPythonWorkshopBostonPythonWorkshop2/SaturdayExercises hands-on exercises] to practice Python.
* A Python script explaining [[Boston_Python_workshop_2/Python_classes | Python classes]].
* A [[BPWGlossary|glossary]] of terms used during the lecture.
 
For extra practice, see Python's [http://docs.python.org/tutorial/ official tutorial].
Anonymous user