Build a Simple CRUD Blog with Streamlit and Python
In this tutorial we will see how to use streamlit to build a simple CRUD blog app. CRUD stands for Create, Read,Update and Delete. In our case we will be building a CRD app, we will leave the Update for another time. Streamlit is quite young as compared to other popular frameworks like Flask,Django,Pyramid, etc. …
Build a Simple CRUD Blog with Streamlit and Python Read More »