1. Home
  2. Computing & Technology
  3. Python

An Introduction to Programming wxPython

From , former About.com Guide

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

Holiday Central

What to eat, where to go, fun things to do and how to save money on the perfect gifts. More >

Family Tech Center

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. 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.