Basic Data Types in Python
Basic Data Types in Python
• Numeric Types
• Boolean Type
• Sequence Types
• Set Types
• Mapping Type
• None Type
• Given on the next slide are the names of actual data types
belonging to the above mentioned categories
Basic Data Types In Python
complex bytes
bytearray
tuple
range
Some Very Important Points
Another important
observation we can
make is that in Python
all the data types are
implementted as
classes and all
variables are object
Some Very Important Points