Fundamental Data Types: Numbers (Integers, Floats)
Was this section helpful?
Numeric Types - int, float, complex, Python Software Foundation, 2024 - Official documentation for Python's built-in numeric types, detailing their characteristics, behavior, and arbitrary precision for integers.
Learning Python, Mark Lutz, 2013 (O'Reilly Media) - A comprehensive guide to the Python language, covering fundamental data types like integers and floats in detail.