Real Python Tutorials

When Should You Use .__repr__() vs .__str__() in Python?
NEW

When to Use .__repr__() vs .__str__() in Python

In this video course, you'll learn the difference between the string representations returned by .__repr__() vs .__str__() and understand how to use them effectively in classes that you define.

Sep 10, 2024 intermediate best-practices