wxPython tutorial
last modified January 10, 2023
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.
The tutorial covers wxPython Phoenix version 4.0.1. The sources of the examples are available at the wxPython-examples repository.
Table of contents
wxPython
wxPython is a cross platform toolkit for creating desktop GUI applications. With wxPython developers can create applications on Windows, Mac OS, 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
Related tutorials
There is a full Python tutorial on ZetCode. Tutorials for other Python bindings include PyQt5 tutorial, PySide tutorial, Python Gtk tutorial, and Tkinter tutorial.