Wxpython is a good GUI library, the underlying C + + library is encapsulated, the call is very convenient, especially the operation of the front UI interface and background multi-threading, the two are very convenient to do GUI program is the most difficult to write interface especially layout.
About WxPython, the book he is using "WxPython in Action", the online translation of the Chinese version of the various controls, layout explained very detailed.
In addition, today on the Internet (Http://blog.163.com/[email protected]/blog/static/78265448201141911555919/) found a tool--wxglade, Visual programming of the GUI can be implemented, similar to the VS drag control to automatically generate layout code.
Wxglade Home: http://wxglade.sourceforge.net/index.php
: Https://sourceforge.net/projects/wxglade
Tutorials and tools--using Wxpython to write GUI programs