wxPython tutorial

P

Peter Hansen

chris said:
Is there any good wxPython tutorial besides the one on the man site?

"Good" is a matter of opinion, and you haven't indicated
why you don't like the one mentioned above (if indeed you don't
like it), so it's pretty hard to guess what you mean by "good".
 
P

Piet

chris said:
Is there any good wxPython tutorial besides the one on the man site?
I have started to program in wxPython six months ago and I can still
remember the first few weeks. The lack of documentation is, in my
opinion, a real drawback. THere are some tutorials available on the
wxpython.wiki, but these do not go really far. What I missed (and
still miss) is some kind of reference that does not only describe the
syntax and options for the widget constructors and the different
methods available for each widget (this information can be retrieved
from the wxWidgets documentation and the sample programs) but a more
detailed reference explaining how all these things work together (e.g.
how one can link a data object to a cell of a wxGrid and when this is
useful/necessary). I just bought the german book "python ajd gui
toolkits", but 100 p. for wxPython (version 2.3) does not seem to be
appropriate. It might be good to decide what GUI toolkit you want, but
not enough to master ist when you have made your decision.
At the very beginning, it would have even helped me to know that the
samples from the main "demo" program can not be simply executed by
copying the source code to another file, but that the sample scripts
are available in a "stand-alone" version in the "demo"-directory in
the wxPython installation directory.
Maybe someone will write a book on that topic...
Piet
 
A

Andy Todd

Piet said:
I have started to program in wxPython six months ago and I can still
remember the first few weeks. The lack of documentation is, in my
opinion, a real drawback. THere are some tutorials available on the
wxpython.wiki, but these do not go really far. What I missed (and
still miss) is some kind of reference that does not only describe the
syntax and options for the widget constructors and the different
methods available for each widget (this information can be retrieved
from the wxWidgets documentation and the sample programs) but a more
detailed reference explaining how all these things work together (e.g.
how one can link a data object to a cell of a wxGrid and when this is
useful/necessary). I just bought the german book "python ajd gui
toolkits", but 100 p. for wxPython (version 2.3) does not seem to be
appropriate. It might be good to decide what GUI toolkit you want, but
not enough to master ist when you have made your decision.
At the very beginning, it would have even helped me to know that the
samples from the main "demo" program can not be simply executed by
copying the source code to another file, but that the sample scripts
are available in a "stand-alone" version in the "demo"-directory in
the wxPython installation directory.
Maybe someone will write a book on that topic...
Piet

It's a work in progress, but Joey deVilla is posting a series of
articles aimed at the wxPython beginner on his blog. Take a look at;

http://farm.tucows.com/blog/Python/wxPython

Regards,
Andy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,202
Messages
2,571,057
Members
47,665
Latest member
salkete

Latest Threads

Top