In this talk, you'll learn how to create a cross-platform graphical user interface (GUI) using Python and the wxPython toolkit. The wxPython toolkit is a Python wrapper about the C++ based wxWidgets project.

You will learn the following in this talk:

  • An Intro to wxPython
  • The elements of a wxPython application
  • How to create an application
  • Utilities for distributing your application

This will be a code heavy talk and cover a lot of ground. However by the end of the talk, you will walk away with the knowledge of how to create your own application with Python!