Spyder IDE: Numeric Datatypes (int, bool, float, Fraction, complex, Decimal classes)

preview_player
Показать описание
In the Python builtins module, there are three fundamental numeric datatypes, the int, bool and float classes.

There is also the complex, Fraction and Decimal classes and the latter two are compartmentalised into their own modules.

This video looks at the Python Datamodel and explores how it works for numeric datatypes and how the numeric datatypes are designed for interoperability. The int class is also designed for interoperability for the byte text datatype (for more details about the byte class, different numeric bases and encoding confer with my previous video on Text Datatypes).

Spyder IDE playlist:

#python #spyder #int #bool #float #IEEE #complex #Fraction #Decimal
Рекомендации по теме