Errors:
ArithmeticError, AssertionError, AttributeError, BlockingIOError,
BrokenPipeError, BufferError, ChildProcessError, ConnectionAbortedError,
ConnectionError, ConnectionRefusedError, ConnectionResetError, EOFError,
EnvironmentError, FileExistsError, FileNotFoundError, FloatingPointError,
IOError, ImportError, IndentationError, IndexError, InterruptedError,
IsADirectoryError, KeyError, LookupError, MemoryError, ModuleNotFoundError,
NameError, NotADirectoryError, NotImplementedError, OSError, OverflowError,
PermissionError, ProcessLookupError, RecursionError, ReferenceError,
RuntimeError, SyntaxError, SystemError, TabError, TimeoutError, TypeError,
UnboundLocalError, UnicodeDecodeError, UnicodeEncodeError, UnicodeError,
UnicodeTranslateError, ValueError, WindowsError, ZeroDivisionError
Warnings:
Warning, BytesWarning, DeprecationWarning, FutureWarning, ImportWarning,
PendingDeprecationWarning, ResourceWarning, RuntimeWarning, SyntaxWarning,
UnicodeWarning, UserWarning
Other
classmethod
enumerate
filter
object : Base class of all (class?) objects
type : Type of some built-in types and the meta-type for the concept of a class
property
reversed
slice
staticmethod
super
zip
dict
list, tuple, range
set, frozenset
map
str, bytes, bytearray, memoryview
bool, int, float, complex
None
NotImplemented
False
True
Ellipsis