May 2008

wxPython Sizers Tutorial: Using a GridBagSizer

In this tutorial, I will take my code from the GridSizer tutorial I wrote the other day and heavily modify it to display oddly shaped widgets in a GridBagSizer. The GridBagSizer is the most complex of the sizers. It subclasses the FlexGridSizer, so you can use all of it’s parent’s methods as well as those

wxPython Sizers Tutorial: Using a GridBagSizer Read More »

What is Python?

I became a computer programmer in the real world two years ago. To mark this anniversary, I thought I’d talk about some of the things I learned during my time so far. But before we get to that, I think some background is in order. My academic life included going to Iowa State University where

What is Python? Read More »