Just out of curiosity, aside from their respective sites, have any of you guys found a better resource for figuring out wxPython/wxGlade?
I figured I'd ask while I'm chewing on something else, I plan on using those tools to create a GUI for the project I've started.
wxGlade: http://wiki.wxpython.org/WxGladeTutorial
A video tutorial for wxGlade: http://showmedo.com/videotutorials/video?name=7850030&fromSeriesID=785
wxPython in general: http://www.wxpython.org/tutorial.php
Another wxPython tutorial: http://www.zetcode.com/wxpython/
It is also a good idea to study the code samples in wxPython's Demo application (installed with its documentation package) for the widgets you want to use.
Warning: There're bugs in wxPython have left unfixed for a long time. For example the wxAuiNotebook and such complex widgets have such bugs and deficiencies.