Python's Magic Method __repr__ Tutorial - Automagically produce string representations of objects.

Similar Tracks
Recursion Practice & Strategies in Python: A Tutorial on Solving Recursive Problems and Algorithms
Kris Jordan
Tutorial on Operator Overloading in Python with Special Methods such as __add__ and __getitem__
Kris Jordan
Constructors in Python - Intro tutorial to the __init__ magic method for initializing new objects
Kris Jordan
Methods in Python - Tutorial on the self parameter and writing mutable vs. immutable methods
Kris Jordan
for..in loops in Python for iterating through collections of values or indices within a range
Kris Jordan
Object-oriented Programming in Python 101 - Classes, Methods, and __init__ Constructor Tutorials
Kris Jordan