What is the difference between the following class methods?
Is it that one is static and the other is not?
class Test(object): def method_one(self)
Please read this docs from the Guido First Class everything Clearly explained how Unbound, Bound methods are born.