Greetings all,

>         I'm as steadfastly negative about browser apps as Chris A. is
about
native executables.  :-)

        I realize this is an unpopular view, but I think the browser is a
terrible app platform.  It provides no user-configurable widget sets, so
every app looks the way the app "designer" came up with, rather than all
apps using a common look and feel.

Just a note here. Using desktop app the Qt framework for example
PyQt or PySide if you wish, provides ways of customising the render
with a simili-css language / restricted Css / undersupported Css. I've
done desktop apps which appear to be as good as browser apps. I
imitated web forms eg. by having only somewhat thick (5px) bottom borders
with white backgrounds.

As for widget sets well, many Qt elements are found to be actually composed
of other elements and as such is no different from say React components.
Though
I'm not sure Python 'applets' would have React components. Point is on
these two points
i don't really find a difference between web and desktop apps.

Kind Regards,

Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://abdur-rahmaanj.github.io/>
github <https://github.com/Abdur-RahmaanJ>
Mauritius
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/7DGGSYLZSMXMRV26H4KXLS6OVP6TF6AR/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to