Hacker News new | ask | show | jobs
by pqyzwbq 1307 days ago
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>>

1 comments

Is there a version of this that doesn't need server state? I've been thinking of making something like that.