-
Protected: HR AI Agent with Azure AI Foundry
There is no excerpt because this is a protected post.
-
Protected: SOLID Principles with Python
There is no excerpt because this is a protected post.
-
OOP – Part 2: Magic methods with Python
Magic methods (also known as dunder methods, for “double underscore”) are special methods in Python that enable operator overloading and hook into built-in behaviors. 🔹 __init__: Object Constructor Called when an