PythonByteSize
Home
Detailed Videos
1-Minute Videos
Exercises
1. The Basics Exercises
2. Python Program Structures Exercises
3. Python Operators Exercises
4. Python Functions Exercises
Donate
Computing Topics
Mathematics
Educators
Contact
About
10.39. The need for the __init__ method and self parameter when inheriting with tkinter
In this lesson I look at why you need the __init__ method and self parameter when creating an instance (object) of a subclass of the tkinter Frame class.
<< Previous Video
Next Video >>