Hi Streamlit Community
,
I’ve started a step-by-step tutorial series on YouTube where I build projects using Streamlit, aimed at beginners who want to get hands-on with Python and Streamlit.
Part-1: [Link to Part-1]
-
Created a Bio Data Form using
st.form -
Collected user input (Name, Age, Father’s Name, etc.)
-
Saved the entries for further use
Part-2: [Link to Part-2]
-
Enhanced the form by formatting the Date column
-
Added a Submit button for better workflow
-
Displayed the collected data neatly in a table using
st.table()
This series is all about making learning practical and beginner-friendly
.
I’ll continue building on this project in upcoming parts (e.g., storing data, styling tables, and more advanced Streamlit features).
I’d love to hear your feedback, suggestions, and ideas on what features you’d like to see next.
Thanks,