Python Notes A guide to understanding, reviewing, and learning Python. Intro to Comps & Python Functions Functions: A Review Review Python Code: Exercises OOP — Objected Oreinted Programming Intro to OOP — What is a class? What makes up a class? Creating Data Types Using OOP + Encapsulation + Pass by Reference Static, Instance, & Class Methods + Variables, Aggregation, & Inheritance Super(), Types Of Inheritance, MRO, & Polymorphism Iterables, Iterators, Generators Callables lambda, map, reduce, filter, & sorted pt.1