Session 7 - (2/11)

Icebreaker question¶
If you could magically change one annoying thing about coding forever, what would it be?
Learning objectives¶
- Review the assignments
- Review the WF micro-project
- Introduce classes
- Introduce some other upcoming Python tricks
- Discuss Exception handling
Review and Discussion¶
In class exercises¶
- micro-project hacking
Assignments¶
- Read Python tutorial chapter 8 (Exceptions): https://docs.python.org/3/tutorial/errors.html
- Read Python tutorial chapter 9 (Classes): https://docs.python.org/3/tutorial/classes.html
-
Read Python tutorial chapter 10 (standard library): https://docs.python.org/3/tutorial/stdlib.html
-
Complete tutorial 7.0-subprocess
- Complete tutorial 7.1-think
- Complete tutorial 7.2-scripting
- Complete tutorial 7.3-imports
