Text type represents strings.
Numeric types include integers, floating-point numbers, and complex numbers.
Sequence types include lists, tuples, and ranges.
Mapping type represents dictionaries, which are key-value pairs.
Set types include mutable sets and immutable frozensets.
Boolean type represents true or false values.
Binary types include bytes, bytearrays, and memoryviews.
None type represents absence of value or null.