Excellent video! I definitely recommend this series-far more than any other I've seen-to anyone who wants to learn Tkinter. This is how all video tutorials should be done. You're a natural teacher. My hat is off to you.
You have made some of the most useful learning videos on Python. I’ve watched many other people’s videos and you have explained things, especially with packing, that others have not. Thank you for all of your work on these videos. One question - you did not touch on the “anchor” parameter in this. Is it not needed or used ever?
This a very informative tutorial, Thank you so much. Can you also please create a tutorial that every values will be added or provide a preview to an entry box or label. eg: two entry box that has string value will be added to a label or entry box. Thank you in advance
I have a question..! At 8.24 focus on code from line no 32-35 why are they placed in center left next to each other despite specifying the side as left I assume it should stick to west edge of the window. Isn't it?
I got my doubt cleared it is happening because by default frames are not configured to fill the horizontal space. so width of the frame is the total width of the widgets inside in this case and all widgets by default pack to the center in containing frame.
tysm, now I understand more how to use the pack method for creating more complex layouts
Excellent video! I definitely recommend this series-far more than any other I've seen-to anyone who wants to learn Tkinter. This is how all video tutorials should be done. You're a natural teacher. My hat is off to you.
I said, 'you know? I'm gonna make that by myself' , and I did it. Good series of videos 👍
You have made some of the most useful learning videos on Python. I’ve watched many other people’s videos and you have explained things, especially with packing, that others have not. Thank you for all of your work on these videos. One question - you did not touch on the “anchor” parameter in this. Is it not needed or used ever?
thanks sir and keep it like this :)
This a very informative tutorial, Thank you so much. Can you also please create a tutorial that every values will be added or provide a preview to an entry box or label. eg: two entry box that has string value will be added to a label or entry box. Thank you in advance
Following your videos - very well explained. How do you select two lines and edit both at the same time?
He's likely using either Visual Studio Code or NotePad++. Both have multi-line editing mode.
at visual studio code, select desire lines by mouse while press ( alt ) key
I have a question..! At 8.24 focus on code from line no 32-35 why are they placed in center left next to each other despite specifying the side as left I assume it should stick to west edge of the window. Isn't it?
I got my doubt cleared it is happening because by default frames are not configured to fill the horizontal space. so width of the frame is the total width of the widgets inside in this case and all widgets by default pack to the center in containing frame.
شكرا لك وبارك الله فيه