wxPython Recipes: A Problem - Solution ApproachQuickly discover solutions to common problems, learn best practices, and understand everything wxPython has to offer. This book is for anyone wanting to learn more about how to use the wxPython desktop GUI toolkit. It assumes some prior knowledge of Python and a general understanding of wxPython or GUI development, and contains more than 50 recipes covering various tasks and aspects of the toolkit. wxPython Recipes guides you step by step. The book takes you through how to create user interfaces in Python, including adding widgets, changing background images, manipulating dialogs, managing data, and much more. Examples target both Python 2.x and 3.x, and cover both wxPython 3.0 and Phoenix, offering a complete collection of ideas to improve your GUI development. What You'll Learn
Who This Book Is For People who are already familiar with the Python programming language and also have a basic understanding of wxPython. Readers who understand event loops and the basics of creating user interfaces with another Python UI toolkit, such as Tkinter or PyQt. |
What people are saying - Write a review
Contents
Introduction | 1 |
Working with Images | 6 |
Special Effects | 27 |
The PublishSubscribe Pattern | 43 |
Wizard Recipes | 51 |
Creating Simple Widgets | 70 |
Using Config Files | 97 |
Working with Events | 111 |
Fun with Panels | 180 |
Using Objects in Widgets | 189 |
XML and XRC | 201 |
Working with Sizers | 227 |
Threads and Timers | 240 |
Redirecting Text | 269 |
Grid Recipes | 283 |
Working with Your Application | 291 |