PythonByteSize
Home
Video Index
1. The Basics
2. Python Program Structures
3. Python Operators
4. Python Functions
5. Introduction to Classes and Objects
6. Python Strings
7. User Defined Functions
8. Classes and Objects
9. Python Dictionaries
10. Python tkinter
11. Python Lists
12. Python Namespaces
13. Turtle Graphics
14. Python Tips
Exercise Index
1. The Basics Exercises
2. Python Program Structures Exercises
3. Python Operators Exercises
4. Python Functions Exercises
Educators
Donate
Contact
Computing Topics
Mathematics
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 >>