Boston Python workshop 2/Saturday lecture: Difference between revisions

no edit summary
imported>Jesstess
No edit summary
imported>Jesstess
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 4:
 
# review printing and Python as a calculator from Friday evening
# booleans and flow control: truthiness, if, equality and comparing, in
# lists
# loops and more flow control: if, for, while, break, continue
# booleans
# dictionaries and tuples
# flow control: if, for, while, break, continue
# dictionaries and tuples
# functions
# classes
Line 14:
== Resources ==
 
* [http://mit.edu/jesstess/www/BostonPythonWorkshopBostonPythonWorkshop2/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