How-to articles, tricks, and solutions about REPR
What is the difference between __str__ and __repr__?
__str__ and __repr__ are two special methods in Python classes.