[Cialug] Python - GUI questions

Jerry Heiselman jerry at heiselman.com
Wed Dec 31 07:37:28 CST 2008


On Wed, Dec 31, 2008 at 1:28 AM, Dave Crouse <crouse at usalug.net> wrote:

> Any reasons I should just start with wxpython vs messing with
> Tkinter ??
>
>
The only reason that I would just start with wxPython is because the
programming styles and layout models differ quite a bit between wxPython and
Tkinter.  wxPython really shows its C++ background while Tkinter tends to be
a bit more Python-eque in my opinion.  wxPython also allows for a bit more
sophisticated layout of the widgets, so I prefer it.  Then you can use Glade
for a visual form builder!

-- 
Jerry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://cialug.org/pipermail/cialug/attachments/20081231/71261533/attachment.htm


More information about the Cialug mailing list