Streamlit
Source: 14-Streamlit/streamlit.ipynb
Start here — no coding background needed
What you will learn
Build simple data apps in pure Python — no HTML needed.
In simple words
Streamlit turns scripts into shareable web dashboards quickly.
Quick dashboards and demos — great for showing data without HTML/CSS.
Easy example — run this first. Change values and press Run again.
Runs in your browser via Pyodide — no server. First run may take a few seconds.
Reference notes (from full bootcamp)
Optional — deeper detail for when you are ready
Introduction to Streamlit
Streamlit is an open-source app framework for Machine Learning and Data Science projects. It allows you to create beautiful web applications for your machine learning and data science projects with simple Python scripts.
Practice test — try yourself
Write code, press Check. Wrong answer shows the correct code to copy & run.
You learned "Streamlit". Use print() to show: Done: Streamlit
Hint: Use one print() with the exact text.