Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Collections

Sequences Sets Mappings


Mutable Immutable Mutable Immutable
Lists Tuples Sets Frozen Sets Dictionaries
Strings
Callables Singletons

User-Defined Functions None


Generators NotImplemented
Classes Ellipsis (…)
Instance Methods
Class Instances (__call__())
Built-in Functions (e.g. len(), open())
Built-in Methods (e.g. my_list.append(x))

You might also like