- Clean up the distinction between a function and a method - DONE (still a bit murky, though - methods are essentially functions in the world of OOP. i also didn't talk about scope.)
- Leave tuples, possibly take out sets (up to you, Nick)
- Remove list comps DONE by Nick
- Remove generators DONE by Nick
- name == main (https://github.com/mjhea0/thinkful-mentor/tree/master/help-main)
- Comments/Doc Strings added comments.md to the develop branch; needs to be converted to HTML and added into Class 1
- Debugging This is probably too much for just two days.
- Possibly virtualenv overview
- Modules
- Break vs. Continue DONE by Nick (I have more examples here - https://github.com/mjhea0/thinkful-mentor/tree/master/break-continue)
- Functions - arguments vs parameters DONE by Nick
- pep8, zen of Python - homework? - added brief about
>>> import this
at the end of Class 2, which I assume is the end of the first day