PDA

View Full Version : [wxPython] Helper Functions



dodle
December 4th, 2008, 01:40 AM
Where can I find a list of helper functions in wxPython to attach events to methods.

Sprut1
December 4th, 2008, 10:06 PM
I am currently learning Python and working on that area as well, I found this book:

"Wxpython in Action" by Noel Rappin / Robin Dunn
ISBN10: 1932394621
ISBN13: 9781932394627

Currently at chapter 2 and there is alot too learn. It's not the best book to learn python language, I found out, but rather wxPython, so I suggest to get some other basic books as well. If you get your hands on "Wxpython in Action" the author(s) recommend a handfull of good beginners books.

And to answear your question more directly, google the Bind() method. So far I love python, and its a bit of a change for me as I come from VB.net (ye). Happy programming!