[wxPython-users] Do you guys recommend anything before learning
wxPython.
Christopher Barker
Chris.Barker at noaa.gov
Mon Apr 16 22:42:49 PDT 2007
python at uni-code.com wrote:
> I'm quite a bit new to wxPython and I couldn't access my email because all
> the emails where messed up. Anyhow I'm learning wxPython and I written a
> tutorial to help me remember how wxPython
> works(http://uni-code.com/python/wxpython-1.html) does anyone else
> recommend anything to get better @ coding with wxPython?
http://wiki.wxpython.org/index.cgi/How_to_Learn_wxPython
In particular, you won't get far if you don't understand Object oriented
programming on Python. Start with any number of books or online
tutorials about python -- I found the "Learning Python" book, and "Dive
into Python" (both in print and on line) very helpful when I was getting
started -- there are many others.
Once you've done that, re-do your little example in an OO style --
create your own Frame class, subclassed from wx.Frame, etc.
The wxPyWiki has a lot of examples, and a style guide that's a good way
to get you started on the right foot:
http://wiki.wxpython.org/index.cgi/wxPython_Style_Guide
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
NOAA/OR&R/HAZMAT (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
More information about the wxpython-users
mailing list