I read the Python 2 docs and noticed the id() function:
id()
Return the “identity” of an object. This is an integer (or long integer) which is
The answer is pretty much never. IDs are mainly used internally to Python.
The average Python programmer will probably never need to use id() in their code.