Week13 - Advanced Python Concepts Generators Generators - http://slides.com/hackbulgaria/copy-of-30#/ MRO & Multiple inheritance Check materials for code samples about mixins How does Python's super() work with multiple inheritance? C3 Linearization Algorithm that Python uses to build its MRO What is a mixin, and why are they useful? Mixin from Wikipedia Python modules How modules work Metaprogramming Our presentation for Python3 Meta Difference between exec, eval and compile Python data model