Comparison
Table of Contents
Comparison by Types discussion
CPython implementation detail: Objects of different types except numbers are ordered by their type names; objects of the same types that don't support proper comparison are ordered by their address.