Tagged: Object Oriented
None
Python Property: A Guide to Managed Attributes
A property or a managed attribute allows you to create methods in your classes that behave like attributes.
26 June 2022
None
A Practical Guide to Python Decorators
A decorator is a function that takes another function as an input, wraps itself around that function to extend it to provide additional functionality without modifying the original function.
21 June 2022