Results for "__repr__"
3 / 3 posts
Search: __repr__
Python
Magic (Dunder) Methods in Python
Magic methods (also known as dunder methods , short for double underscore ) in Python are special methods that have double underscores before and after the…
double underscore Dunder Magic method
Match in tagsMatch in content
Mar 19, 2026 2 min read
Python
The Ultimate Python Basics Guide: From Zero to Confident Developer
Master Python basics from scratch — variables, data types, operators, strings, loops, functions, and more. A complete beginner-to-advanced guide with real-wo...
Python basics Python tutorial Python for beginners
Match in content
Mar 19, 2026 41 min read
Python
Advance Python Concept
The @property decorator in Python is used to make a method behave like an attribute . It allows you to define getters, setters, and deleters in an elegant …
Decorators property Python
Match in content
Mar 19, 2026 6 min read