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

Channel:
Subscribers:
7,760
Published on ● Video Link: https://www.youtube.com/watch?v=-_EP_zhuJjc



Duration: 0:00
158 views
2


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:
   • Spyder IDE: Scientific Python Develop...  

#python #spyder #int #bool #float #IEEE #complex #Fraction #Decimal