A beginning beginner's question about input, output and . . .

Dan Stromberg drsalists at gmail.com
Mon Jan 11 18:52:55 EST 2021


On Mon, Jan 11, 2021 at 2:22 PM Cameron Simpson <cs at cskk.id.au> wrote:

> >I've seen some Python gui frameworks like Tkinter, PyQt, etc. but they
> >look kinda like adding a family room onto a 1986 double wide mobile
> >home, and they look even more complicated than creating a GUI from
> >scratch in C++ with a message loop, raising events . . .
>
> They aren't really. I've not use Tkinter, but I have used PyQt.
>

Maybe compared to Java or C# they are, which come with almost the only GUI
toolkit that gets used.  But there's also a version of Qt for Java.  Not
sure about C#.

I've mostly used GTK for GUI's and a little Tkinter for turtle graphics,
both in Python.  Both felt natural.


More information about the Python-list mailing list