Using the Python help function to assist with inheritance

preview_player
Показать описание
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:

Рекомендации по теме
Комментарии
Автор

Thank you for your valuable advices sir ❤️.

samiadel
Автор

Whew. Think I should listen to this one in the morning when my brain is less subject to the lockup. It makes sense but better suited for morning review when I am fresh.

MaxGoddur
Автор

Thank you very much for the tremendous help to develop program and wish you live long

nirbhaiuppal
Автор

At 5:01 you started to desctibe cnf={} and ** kw parameters in __init__ method and you said that for thath time being your videos did not covered the information required to fully understand these parameters. Have you prapare any other video about it or where can I find explanation of it? Using an occasion, I would like to thank for high quality lessons that help to improve and develop our skills and ourselves.

gringoordie
Автор

thanks for the effort, you are the best
(we always say in my country the man that i learned from is my master and i am his slave :)..), thanks again

learnfun
Автор

I couldn't understand the necessity to put the master value in Frame initialization differently. Is it just for ensuring?

hellobro
Автор

The printing of manual(help) of a widget is quite long and I would like to get it into a file. I don't see it's working by assigning the help(Frame) to a variable and writing that into a file using filehandling. Could you please help with this?

subramaniantr
Автор

Thank you Phil for the awesome videos. Please I want to know the difference between super().__init__() which you have been using and this new Frame.__init__(self, master = the_window), why was the arguments 'self' and 'master = the_window' not supplied at the earlier method but were supplied at the later? Last but not the least, is there any one that is advised over the other?. Thanks.

Paul
Автор

The importance of how a beginner can and should find his way around the help facilities available in Python Tkinter cannot be overemphasized. Not only because it is invaluable in problem determination situations, but also because it helps in avoiding falling into them; and since the stock Tkinter documentation is so poor, anything that helps dispensing with it is even more valuable. Thks, JPJ.

vascoalmeida
Автор

Thanks for putting your efforrs and sharing useful python videos .
can you please mention ordering number of all python videos to help us in better manner.. Many thanks in advance .

RajivKumar-hkiz
welcome to shbcf.ru