nov 3
finish hash from last time
- discuss count_word.py, below
object oriented example
- I've been looking at homeworks; lots of questions about objects
- so let's do something like the 'convert a program' assignment
- ... with count_word.py
- what should the 'objects' be?
- perhaps
- think about a top-level program, and what methods you need to do the job.
- look at the subroutines required (like the sorting thing), and think of them as methods attached to something.
after class
Uploaded what I typed into the terminal and our preliminary attempt to write an objec oriented version.