Il giorno venerdì 23 ottobre 2020 alle 18:55:53 UTC+2 john... ha scritto:
> On 23/10/2020 05:47, Grant Edwards wrote:
> >
> >> I think that commercial desktop applications with a python
> >> compatible GUI would likely use QT or a Python binding thereof.
> > Agreed. If you want to improve you "
Peter J. Holzer wrote at 2020-10-25 20:48 +0100:
>On 2020-10-22 23:35:21 -0700, Julio Di Egidio wrote:
> ...
>> and the whole lot, indeed why even subclass ABC?
You often have the case that a base class can implement
a lot of functionality based on a few methods defined
by derived classes.
An exa
Hi
I would to like to say that Python is a very good language with a vast area of
application and an easy way to start for the beginner. I am also a beginner and
I am very much comfortable with syntax of Python.
Now coming to my problem. Say for example if I have created a n HTML file and
want
On 23.10.2020 18:52, John Pote wrote:
I've used tkinter and wxPython occasionally in the past for 1 off test
tasks (and interest). What's the advantage of Qt?
Qt does support mobile and touch oriented user interfaces. Also, it does
support GUI programs on microcontrollers now on bare-metal.