Understanding self in Python OOP: A Beginner Friendly Guide
https://www.youtube.com/watch?v=FPuoJmL6LTg
One of the biggest "roadblocks" for Python beginners is the self keyword. You see it in almost every class, it’s the first argument in every method, and yet, we don't seem to pass any value to it when we ...
blog.hasab.tech3 min read