Python Languaje
Description
These are the core data types that come bundled with Python 3. Extension modules (written in C, Java, or other languages, depending on the implementation) can define additional types.
38 Terms
Show in diagram
(class bool)
(class bytearray)
(class bytes)
(class complex)
(class dict)
(class float)
(class frozenset)
(class int)
(class list)
(class NoneType)
(class set)
(class str)
(class tuple)
< Functions, Methods, Classes >
Booleans
ByteArrays
Bytes
Callable
Complex
Dictionaries
Frozen sets
Immutable
Integer
Integral
Lists
Mappings
Modules
Mutable
None
Numbers
Python 3
Real
Sequences
Set types
Sets
Strings
The standard type hierarchy
Tuples