In this video I look at how the Python help() function can assist in outlining the internal structure of tkinter classes. This technique is also useful for looking at the internal structure of all defined Python classes. This video also recommends that you consider watching the a couple of other videos the links to these videos are shown below:
• Python Keyword Arguments for functions
• Python Default Arguments for functions