Changes between Version 1 and Version 2 of wxDocs


Ignore:
Timestamp:
Jul 31, 2014, 3:45:17 PM (11 years ago)
Author:
Eric Pettersen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • wxDocs

    v1 v2  
    1 placeholder
     1To prepare for implementing the Chimera2 UI, I read through various materials to get me up to speed on wxPython programming.  I found these useful:
     2
     3[http://zetcode.com/wxpython/ wxPython tutorial]
     4        The author's first language isn't English, but the few places where that shows through are still pretty clear.  Covers a lot of ground pretty thoroughly, but doesn't cover ''everything''.  For instance, neither the Grid class (principal widget for MAV2) nor the AUI class (the class that implements all the fancy features I demoed) are covered.  But very good for getting a grip on basic concepts like how to layout widgets and handle events and so forth.
     5
     6[http://wiki.wxpython.org/Getting%20Started Getting Started - wxPyWiki]
     7        An incomplete tutorial, but the parts that are complete are thorough and clear.  Covers less ground than the preceding tutorial, but takes a slightly different tack on some explanations, which might make some things clearer -- particularly if you read both.
     8
     9There are also three books, which have their strengths and weaknesses which you can read about in their reviews:
     10
     11[http://www.amazon.com/wxPython-2-8-Application-Development-Cookbook/dp/1849511780/ref=cm_cr_pr_sims_t wxPython 2.8 Application Development Cookbook: Cody Precord: 9781849511780: Amazon.com: Books]
     12
     13[http://www.amazon.com/Wxpython-Action-Noel-Rappin/dp/1932394621/ref=pd_sim_b_1?ie=UTF8&refRID=1W95MJ224QW7FC2HZASM Wxpython in Action: Noel Rappin, Robin Dunn: 9781932394627: Amazon.com: Books]
     14
     15[http://www.amazon.com/Cross-Platform-Programming-wxWidgets-Julian-Smart/dp/0131473816/ref=sr_1_5?s=books&ie=UTF8&qid=1406846023&sr=1-5&keywords=wxpython Cross-Platform GUI Programming with wxWidgets: Julian Smart, Kevin Hock with, Stefan Csomor: 9780131473812: Amazon.com: Books]
     16
     17I personally wouldn't want any of these books myself, since none of them are reference manuals which is principally what I use books for.  Also, none of them cover wxPython 3.