Tematický okruh
The Python programming language
Druh
Talk
Úroveň
beginner
Jazyk
English
Místnost
Main Stream
Začátek
2025-12-06T05:50:00Z
Konec
2025-12-06T06:10:00Z
Čas trvání
20 minut
When we define our own classes in Python, they often don’t behave like built-in types especially when we try to use operators like +. In this short talk, we’ll look at how to fix that by using Python’s special methods. With a hands-on example using \_\_add\_\_ , we’ll see how to make our objects work the way we expect, and why this improves code readability and maintainability. A useful tool in your Python toolkit, even if you're not writing mathematical code.