[Tutor] tkinter or python

Glen Wheeler wheelege@tsn.cc
Sat, 28 Apr 2001 17:09:17 +1000


> for a newbie programmer which is easier learn tkinter
> or wxpython
>

  Tkinter is definitely easier to learn for a newbie programer - as to which
one is 'better' to learn, that is still up for debate.
  You will *need* to get some understanding of Object Oriented programming
before you start with tkinter.  I recommend going through Alan Gaulds
tutorial (here : http://www.crosswinds.net/~agauld) with particular regard
to the Object Oriented Programming section and the tkinter section.

  Glen.