While Qt's API is probably cleaner than wx, it does have the license problem. What if you want to use your code for work ? Qt doesn't allow that without the payment. Besides, the wx API is mature and works well on all platforms. The Python interface (wxPython) is well-supported and wraps the library tightly, allowing you to consult the wxWidgest documentation in your Python scripts. There's also a great book - "wxPython in action". I've succeessfully used wxPython in conjunction with py2exe for creating stand-alone executables that look very professional and are fast and responsive.