Wx Python From Scratch
Welcome to Wx Python from scratch: a series of short lessons designed to get you up and running with Wx Python. It assumes a working knowledge of Python.
- Introduction
 - Getting started: some definitions
 - Adding a Panel and Label
 - Text box, button and events
 - Using BoxSizers to create complex layouts
 - Check-boxes, getting and setting values, abstracting panels
 - RadioButtons and the GridBagSizer
 - The ListBox, ComboBox and spacers
 - A menu bar and status bar
 - Building a larger application
 - Dialogs
 - The Date Picker control and the ObjectListView