Can anyone tell where I would find free sample projects for wxPython?
+2
A:
The two best places to look are:
SourceForge: http://sourceforge.net/search/?type_of_search=soft&words=wxpython
The Python Package Index: http://pypi.python.org/pypi?%3Aaction=search&term=wxpython&submit=search.
RichieHindle
2009-06-22 12:48:05
+4
A:
Download the "Docs, Demos and Samples" from here:
http://www.wxpython.org/download.php
Run the demo app. It's full of dozens of individual demos, each with their own source code visible.
FogleBird
2009-06-23 02:53:17
+1
A:
You can find a good wxPython tutorial at zetcode.com:
It covers Menus and Toolbars, Layout Management, Events, Dialogs, Widgets, Drag and Drop, in18, Databases, Custom widgets, Using xml resource files, GDI,