tags:

views:

621

answers:

3

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
+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
+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,