Ideas for Helping Out
- Go through the entire Wiki and test, update, and modernize the sample code for the latest release wxPython.
Create a comprehensive series of screencasts and tutorial documents that can be used to guide a newbie through their first steps with wxPython, including how to use the demo as a teaching tool. From there the screencasts/tutorials should teach how sizers work and how to use them, how to use wx.DC and/or wx.GraphicsContext for custom drawing, using a wide variety of different kinds of widgets including some from the wx.lib package, etc. etc. Ideally the screencasts and tutorials would be organized as a series of lessons that guide the viewer through the design and implementation of a useful sample application (not just a toy or a useless example) that can be added to wxPython's samples folder.