Chapter 5. GUI Programming

GUI stuff is supposed to be hard. It builds character.

—Jim Ahlstrom, May 1995(verbally at Python Workshop)

In this chapter...

Introduction

Tkinter and Python Programming

Tkinter Examples

A Brief Tour of Other GUIs

Related Modules and Other GUIs

In this chapter, we will give you a brief introduction to the subject of graphical user interface (GUI) programming. If you are somewhat new to this area or want to learn more about it, or if you want to see how it is done in Python, then this chapter is for you. We cannot show you everything about GUI application development in this one chapter, but we will give you a very solid introduction to it. The primary GUI toolkit we will be using is Tk, Python’s default GUI. ...

Get Core Python Applications Programming, 3rd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.