ITS 128 9.3 Instance Methods

preview_player
Показать описание
In this video we are looking at Chapter 9.3 "Instance Methods" from zyBook's online book titled "Programming in Python 3" for our course "ITS 128: Introduction to Problem Solving and the Programming Process". In this lesson we discuss instance methods and how we should not omit the self parameter because it is automatically supplied to the method as an invisible first argument. We also discuss special instance methods such as __init__ whose names begin with double underscore(known as "dunder").
Рекомендации по теме