Python OOP is just different enough from Java's syntax that it's
driving me crazy, but I'm still having fun. Honestly I always looked
at OOP as having a different set of "scopes" as functional Programming
but the more I've been using OOP the more I see it's just the same
scope and access paradigm. You need to either receive or create data,
do something with it, and possibly pass data back to something else.
This unit is going to be an exercise in patience for me because I see
a lot of framework building before actually getting to the result that
I want.