The Python Language Reference: Expressions, Python Software Foundation, 2023 - Official documentation detailing Python's expressions, including all arithmetic operators, their specific behavior, and the rules for operator precedence.
Python Operators: The Ultimate Guide, John Sturtz, 2019 (Real Python) - A comprehensive online guide from a reputable source, providing detailed explanations and examples for all Python operators, including arithmetic, augmented assignment, and their precedence.