Boston Python workshop 2/Saturday lecture: Difference between revisions

Content added Content deleted
imported>Jesstess
No edit summary
imported>Jesstess
Line 4: Line 4:


# review printing and Python as a calculator from Friday evening
# review printing and Python as a calculator from Friday evening
# conditionals: booleans, if, ==, !=, in
# booleans and flow control: truthiness, if, equality, in
# lists
# lists
# loops and flow control: for, while, break, continue
# loops and more flow control: for, while, break, continue
# dictionaries and tuples
# dictionaries and tuples
# functions
# functions