Further reading¶
- Download wxPython Phoenix including the html documentation, demo and source archive from https://pypi.python.org/pypi/wxPython .
- Unpack the demo directory from the source archive and run demo.py .
- Get the book wxPython in Action by Noel Rappin and Robin Dunn. It’s written for the Classic wxPython version, but most of it is still applicable.
- Bookmark the wxPython Phoenix API documentation at https://wxpython.org/Phoenix/docs/html/main.html .
- Have a look at the Overview Documents at https://wxpython.org/Phoenix/docs/html/Overviews.html .
- If you have been using wxPython before already, bookmark the comparison of wxPython Phoenix vs. the older Classic version at https://wxpython.org/Phoenix/docs/html/classic_vs_phoenix.html .
Note
The demo is the most important resource for exploring the available controls!
Maybe also have a look at the samples directory.