Gary Wessle wrote: > Hi > > I am about to order 2 books, and thought I should talk to you first. > I am getting Python Cookbook by Alex Martelli, David Ascher, Anna > Martelli Ravenscroft, Anna Martelli Ravenscroft, since Bruce Eckel's > Thinking in Python is not finished and didn't have any new revisions > since some time in 2001, having owned his Thinking in C++ v1 and v2 I > am used to learning from him. any way, the second book is gui one, I > notices there are 3 flavors according to > http://wiki.python.org/moin/GuiBooks, wxPython, Qt, and Tkinter.I am > not sure what package is best for and would like to know before I > order one of those three.
I don't which is "better", but wxPython is still the best choice IMHO if you worry about portability and licencing issues. But what don't you take the time to at least have a look at tutorials and example code ? -- bruno desthuilliers python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for p in '[EMAIL PROTECTED]'.split('@')])" -- http://mail.python.org/mailman/listinfo/python-list