Functions and IntegersCovers functions, integers, GCD, and reasoning by recurrence, including the Euclidean algorithm and induction principle.
Priority of OperationsExplains the importance of parentheses in simplifying mathematical operations and notations.
Operations in ZCovers addition properties and operations in the set of integers Z.
Numbers and BooleansIntroduces numbers and booleans in Python, covering numeric types, arithmetic operations, logical operations, and comparisons.