Mike

PyCon 2010 is Coming

PyCon USA 2010 will be held in Atlanta, Georgia this year, from February 19-21. There are also tutorial and sprint days that precede and follow the conference. Last year, I was told that my employer wouldn’t pay my way next time. So this year I had to decide if I would go all on my …

PyCon 2010 is Coming Read More »

wxPython: Using ObjectListView instead of a ListCtrl

The wxPython ListCtrl is a very handy widget. Unfortunately, it can be a pain to use as well. This discovery caused Phillip Piper, missionary to Mozambique, to write ObjectListView, a wrapper for the wx.ListCtrl. ObjectListView actually adds functionality because it uses objects to create its rows and thus, it makes gettings information from multiple columns …

wxPython: Using ObjectListView instead of a ListCtrl Read More »

The “Book” Controls of wxPython (Part 1 of 2)

If you’re new to GUI programming (and wxPython in particular), you may not know what a “book” control is. It may be that other languages call this control something different too. In wxPython, a book control allows the user to switch between various panels. The most common examples are browsers and system option dialogs with …

The “Book” Controls of wxPython (Part 1 of 2) Read More »