Streamlit Tutorial Series (Part-1 & Part-2): Building a Bio Data Form and Displaying it in a Table

Hi Streamlit Community :waving_hand:,

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.

:pushpin: 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

:pushpin: 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 :bullseye:.
I’ll continue building on this project in upcoming parts (e.g., storing data, styling tables, and more advanced Streamlit features).

:backhand_index_pointing_right: I’d love to hear your feedback, suggestions, and ideas on what features you’d like to see next.

Thanks,

2 Likes