Overloaded Overloading
by redsymbol on 7/22/2026, 11:44:30 AM
https://powerfulpython.com/blog/overloaded-overloading/
Comments
by: rf15
Good introduction to the space in Python (although a lot of languages have it, and just as many disallow it). I'm still on the fence regarding how useful or confusing it is. without (or even with) good variable names, "a + b" is an absolute mystery, especially when handling objects that come from classes you have no detailed internal understanding of.
7/26/2026, 9:48:12 AM