Languages  >>  Python

An Introduction to Tkinter

Language : English Quality : High Has Audio : true Source : showmedo Media : Flash
Shawn introduces Tkinter, the de-facto GUI toolkit for Python. It is built on top of the well-known Tcl/Tk library, works on all platforms and is supplied with Python     [SUGGEST  A  ARTICLE]

Tags: Python, Screencast, Showmedo,     [SUGGEST  A  TAG]

Resources referenced in this screencast
  • Python - Programming Language
  • An Introduction to Tkinter

    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.

    Basic Event Handling

    Next I cover Event Handling and use the Label, Button and Entry (text-input) controls.