[160] An Introduction to Tkinter (1/2)
in series: An Introduction to Tkinter
video tutorial by Shawn O
Our authors tell us that feedback from you is a big motivator. Please take a few moments to let them know what you think of their work.
In this tutorial, I will be teaching you how to make a simple Tkinter program, that has a window and text to display. Although not much, it is the basis for which you will build larger, better applications on.
Uploaded on 6th February 2007, running time 5 minutes.
Video Tutorials related by tag:
Got any questions?
Get answers in the ShowMeDo Learners Google Group.
Video statistics:
- Video's rank shown in the most popular listing
- Video plays: 3217 (since July 30th)
- Plays in last week: 20
- Published: 35 months ago
Thank-yous, questions and comments
If this video tutorial was helpful please take some time to say thank-you to the authors for their hard work. Feel free to ask questions. Let the author know why their video tutorial was useful - what are you learning about? Did the video tutorial save you time? Would you like to see more?
You may also want to see our ShowMeDo Google Group to speak to our active users and authors.
thanks
Could have used some details on exactly what is happens when this code is executed. Seeing the result is not good enough. For example, what does Frame(application) really do? Why does it require the argument "application." And also, how could we jump from this tutorial to creating the web browser you mentioned.
thanks, nice.
good basic example
Thanks
very nice video .
very helpfull . It helped me to understand basic about programming
Thanks
very good
Very instructive for a beginner!
Thank you very much for making the effort.
It tastes for more.
gr, hp
Good. But too short.
very good. easy to understand thanks
good tute man
Very cool and useful, thanks!
Your tutorial was OK. The "Hello World!" tutorial has been done before. I was looking for something that hasn't been done by everyone else.
Nice one! It's much easier to learn that way. Maybe a bit more explanation should be useful for newbies (that application.pack()'s first part is the name of the program etc. just that they don't do it the same every time, no matter the name of the application.
Otherwise, great job!!!
Great Tutorial.
To the point and clear enough for a newbee.
Very nice video tutorials. I'm looking forward
to your next tutorial.
Nice video, keep up the good work, I'd love to see more!
Very good!
Tk is the best GUI toolkit. It's easy to create a window, add widgets and create the application in very few lines. And it's very portable.
Also it exists for Tcl (the original language it was created for), Python (known as Tkinter), Perl, Ruby and even C++.
I like your videos. Keep up the good work!
I'd like to see something about the powerfull canvas widget.
Hi Shawn, this is a great start to the series. I'd never used Tkinter, I only got to try it by following your example - it had never occured to me that a Python GUI was only a few lines of code away using IPython on an otherwise-default install! Good stuff.
If anyone is looking for written introductions, you might find these two sites useful:
*<a href="http://wiki.python.org/moin/TkInter">wiki.python.org/moin/TkInter</a>
*<a href="http://www.pythonware.com/library/tkinter/introduction/">www.pythonware.com/library/tkinter/introduction/</a>
Ian.




