Section 05 - Project 2
- Section 5.54 - Description
- Section 5.55 - Goal 1
- Section 5.56 - Goal 2
Section 06 - Generators
- Section 6.57 - Introduction
- Section 6.58 - Yielding and Generators
- Section 6.60 - Example: Fibonacci Sequence
- Section 6.61 - Making an Iterable from a Generator
- Section 6.63 - Example - Card Deck
- Section 6.64 - Generator Expressions
- Section 6.66 - Yield From