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.<p>If just want to port simple shell interactive interface to web gui, can check <a href="https://github.com/pywebio/PyWebIO" rel="nofollow">https://github.com/pywebio/PyWebIO</a><p>If want to get a production level dashboard by using Python, <a href="https://wave.h2o.ai/" rel="nofollow">https://wave.h2o.ai/</a> <<Realtime Web Apps and Dashboards for Python and R>>
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?