Special Methods (__str__ and __repr__)

Learn the difference between __str__ and __repr__ and why they are used.

Chirpy is becoming stronger and more powerful day by day! So far, we’ve built a rich ecosystem where users can create posts, interact through likes and comments, and even have verified accounts. But as our platform grows, we run into a small but important issue!

How do we display objects in a meaningful way?

Right now, when we print a User or Post object:

Get hands-on with 1400+ tech skills courses.