wxPython tutorial
This is wxPython tutorial. In this tutorial, you will learn the basics of GUI programming in wxPython. The tutorial is suitable for beginners and intermediate programmers.
Table of contents
- Introduction
- First steps
- Menus and toolbars
- Layout management
- Events
- Dialogs
- Widgets
- Advanced widgets
- Drag and Drop
- in18
- Skeletons
- GDI
- Custom widgets
- Tips and tricks
- Gripts
- The Tetris game
wxPython
wxPython is a cross platform toolkit for creating desktop GUI applications. With wxPython developers can create applications on Windows, Mac and on various Unix systems. wxPython is a wrapper around wxWidgets, which is a mature cross platform C++ library.
E-book
A unique e-book covering advanced
features of wxPython:
Advanced wxPython tutorial
Similar tutorials
There is a full Python tutorial on ZetCode. Tutorials for other Python bindings include PyQt4 tutorial, PySide tutorial, PyGTK tutorial and Tkinter tutorial.