# When we use an operator on user-defined objects, Python doesn’t know how to handle it. To make operators work with custom classes, Python provides special methods (also called magic methods).
How can monads help in Python? originally appeared on Quora: the place to gain and share knowledge, empowering people to learn from others and better understand the world. Answer by Dan Piponi, ...