Ubuntu Forums Archive Viewer

[wxPython] Helper Functions

Archived thread 1001238 from Programming Talk. Markdown source: Programming_Talk/thread_1001238_[wxPython]_Helper_Functions.md

Original URL About this archive
#1

Where can I find a list of helper functions in wxPython to attach events to methods.

#2

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!