Basics
- Installation on Ubuntu
- Tutorials: zetcode.com/wxpython
Images
Creating a scrolling panel in wxPython
Auto word-wrapped StaticText
- re-setting the text when the parent component is resized
- newlines should be placed into the text using the wx.lib.wordwrap.wordwrap function
- tutorial on wxpython.org