Operators
Arithmetic, shortcut, and precedence applied to scientific and financial formulas.
Lesson 04 · Operators — Level II · Guide
May 28, 2026 · Bridge Academy Python Program
Learning goals
- Apply the full arithmetic operator set (+ - / // % ) to scientific and financial problems. - Build multi-operator expressions that respect Python's precedence rules. - Use shortcut operators (+=, =, **=, //=, %=) to update state cleanly. - Handle the int / float coercion rules when mixing numeric types. - Recognize floor-division edge cases (negative operands round toward negative infinity).
This lesson covers PCEP-30-02 objective 1.4.
Preview truncated — download the notebook to see the full lesson.