Python4Kids: New Tutorial - Really GUI (more on Buttons, images and handlers)
Aug 22, 2011, 16:03 (0 Talkback[s])
(Other stories by brendanscott)
[ Thanks to Brendan Scott for this
link. ]
"In the last few tutorials we have been looking at various parts
of what make up a graphical user interface. We've created labels
and buttons and have attached images to a label (and a button if
you did the homework). We have also associated an action with
pressing a button. In this tutorial we're going to put these
together to make a simple image viewer application. As with the
previous tutorials, this will only work with images which are saved
as a "gif" format. Also, a word of warning – you need to do
pretty much all of the code before any of it will work."
Complete Story
Related Stories:
- Python4Kids: New Tutorial - Using Images in the GUI(Aug 09, 2011)
- Python4Kids: New Tutorial - Tkinter tinkering (Graphical User Interfaces)(Jul 19, 2011)
- Python4Kids: New Tutorial - Format Strings and Silly Sentences(Jun 16, 2011)
- Python4Kids: New Tutorial - A Functioning Stand Alone Python Program(May 18, 2011)
- Python4Kids: New Tutorial - Baby Steps With Our Text Editor(May 09, 2011)
- Python4Kids: New Tutorial - Catching Our Breath(May 03, 2011)
- Python4Kids: New Tutorial - Keeping Code(Apr 21, 2011)
- Python4Kids: New Tutorial - Increasingly Trivial Questions(Mar 23, 2011)
- Python4Kids: New Tutorial - Time for Some Introspection(Mar 07, 2011)
- Python4Kids: New Tutorial - A Big Jar of Pickles(Feb 28, 2011)