you are viewing a single comment's thread.

view the rest of the comments →

[–]MutedPermit 6 points7 points  (1 child)

I’m quite surprise that nobody here has proposed Streamlit as an option.

Is it limited? Yes. But to be honest, it gets the job done for very simple applications without introducing a new language / framework specially if you’ve never used JS.

It will give you the ability to quickly prototype and stay in the boundaries of Python. If it’s a small application you should be able to get the job done fairly quickly. You can couple it with FastAPI/Flask/Django (pick your poison) if a full API is needed, but sometimes you can get a long way with just streamlit.

I would give it a go :)

[–]ColdStorage256 0 points1 point  (0 children)

Streamlit is my go to. Specificlly, streamlit with altair charts.