What is Python's "self" Argument, Anyway?(opens in new tab)
Every Python developer is familiar with the `self` argument, which is present in every* method signature of every class. We all know how to use it, but do you _really_ know what it is, why it's there and how it ...