Top Categories

Python OOP Tutorial 5: Special (Magic/Dunder) Methods
  • Category: Information Technology
  • Sub Category: Web Development
  • Python Magic Methods
  • classes
  • Python Standard Library
  • python classes
  • Dunder
  • Standard Library
  • Python Double Underscores
  • Python OOP
  • Operator Overloading
  • Python Tutorial
No Views
In this Python Object-Oriented Tutorial, we will be learning about special methods. These are also called magic or dunder methods. These methods allow us to emulate built-in types or implement operator overloading. These can be extremely powerful if used correctly. We will start by writing a few spe

Comments

You Might Be Interested In