In Python, a method is a function that is available for a given object because of the object’s type . For example, if you create my_list = [1, 2, 3] , the append method can be applied to my_list because it’s a Python list: my_list. append(4) .24 Eyl 2010