What does this tell about this industry when after several decades of web programming a tool to display the most basics UI elements can still be featured on HN?
To write web gui in Python, there are some other open source alternatives.
If just want to port simple shell interactive interface to web gui, can check https://github.com/pywebio/PyWebIO
If want to get a production level dashboard by using Python, https://wave.h2o.ai/ <<Realtime Web Apps and Dashboards for Python and R>>
Really ugly imo - it's that very early 2010s style - way-too-flat, not enough hinting and too many animations.
I searched a couple minutes and couldn't see a list of supported platforms. Should I assume that since it's HTML based it would work on all of them, including iOS and Android?
Pretty GUI, feels awful to use. Maybe client side reactions with corrections would be better?
Amazing python to website framework. It is just what I was looking for!
undefined
It's so slow. Why does it take seconds to update a toggle? And it seems to keep overriding itself (not debounced? racing the input?)