:orphan: .. _notes_session13: ############################ Notes for Quarter 2, class 3 ############################ Decorating methods ------------------ You need to have self passed through -- but you can use it! Let's take a look at johnnzz's mailroom.... Floating point range -------------------- Doing a floating point range() -- and how to slice it??? This works! -- ``range(10)[1:-1]`` Lot of ways... Let's look at my fancy-pants solution :-) Review Trapz ------------ On to Context Managers ----------------------