Ever wondered how to make ==
work on your objects? Ever wanted to make your own list/dict-like object?
Join this chat to learn how operator overloading can help make your Python objects feel more native.
During this chat we'll discuss:
- what operators you can overload
- why you would want to overload operators
- when operator overloading is a good idea