



Apr 18 · 8 min read · In Part 1 we fixed the ugly memory address problem and made our objects look nice when printed. Now it’s time to level up: let’s make them support real Python operators like +, ==, len(), and even wor
Join discussion
Apr 12 · 7 min read · So I remember the first time I printed a custom Python object. I was maybe a few weeks into learning OOP, felt pretty good about myself for writing a whole class with attributes and methods, and then
Join discussion