1. Home
  2. Computing & Technology
  3. Python

An Introduction to Programming wxPython

From Al Lukaszewski, for About.com

1 of 6

Introducing WXPython

WXPython is a very powerful and easy-to-use graphical user interface (GUI) toolkit. Because it is as cross-platform as Python, you can develop an application with it and not have to worry about porting issues.

Graphical User Interfaces (GUIs) rely heavily on object-oriented programming. wxPython is no different. You first instantiate an object and then work with that object's attributes and methods. In this guide, we will look at the rudiments of a very simple program that prints "Hello, World!" to a window on your desktop.

Explore Python
About.com Special Features

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

Easy ways to connect two computers for networking purposes. More >

  1. Home
  2. Computing & Technology
  3. Python
  4. Advanced Python
  5. Python Graphic Interface - wxPython - Programming wxPython - Python GUI Programming

©2009 About.com, a part of The New York Times Company.

All rights reserved.