tutorial.eyehunts.com
Print Python object
Print Python objects can be achieved by using __repr__ or __str__ methods. __repr__ is used if we need detailed information for debugging..
Rohit