The Python tkinter StringVar set() method

preview_player
Показать описание
This video is a part summary of the work done to date on the label. It looks at how text in a label can be altered using two approaches. One uses the set() method and the other the key/value pairs approach.
Рекомендации по теме
Комментарии
Автор

I am coming in the middle of 2020, thanks Mr .John Philip. i spend time here to study with your videos

ibrahimali
Автор

All your videos are well-detailed and well-explained. Thank you so much for your efforts.

eturkoz
Автор

Thank you for your efforts sir... cheers from Iraq

durgam_sumerian
Автор

This whole "Tkinter for Python-only programmers, and not all that advanced even at that" theme is really pretty unique, making this playlist very important. There are other sources of tkinter info, but they are mostly NOT accessible to your audience, so this is brilliant!

jvsnyc
Автор

Hi Sir..I am from India and I'm a huge fan of yours. The way you explain concepts is really amazing, so simple and in depth that anyone can understand easily. I have a request..could you please make videos on data structure and algorithms also. It will help many students across the world to understand both Python programming and data structure which will enable all of us to become a complete programmer. Once again thanks a ton for all the incredible educational videos yo make. Will be eagerly waiting for you videos on data structure and algorithms :)

KundanKumar-uuws
Автор

Yes, prefer the "set" method as the approach using the key/value pair could be easily forgotten over time.
Does this code follow top to bottom when it runs? What would be the results if print statements were used to follow the steps of this program?

MaxGoddur