Python: if __name__ == "__main__"
Concept 1: Dunder-methods
In Python, everything is an object with meta properties. These meta properties are called “dunder”-methods, because they have leading and trailing double underscores. Even scripts themselves have dunder-methods.
Below is my_...
bexli.hashnode.dev2 min read
Justin W
Very helpful, thank you Josh 🤗