https://github.com/zkan/30daysofstreamlit
30 Days of Streamlit #30DaysOfStreamlit
https://github.com/zkan/30daysofstreamlit
data-science python streamlit
Last synced: 2 months ago
JSON representation
30 Days of Streamlit #30DaysOfStreamlit
- Host: GitHub
- URL: https://github.com/zkan/30daysofstreamlit
- Owner: zkan
- Created: 2022-04-04T01:18:43.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-01T01:44:47.000Z (about 4 years ago)
- Last Synced: 2025-06-02T23:55:13.675Z (about 1 year ago)
- Topics: data-science, python, streamlit
- Language: Python
- Homepage:
- Size: 4.67 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 30 Days of Streamlit
See [30 Days of Streamlit](https://share.streamlit.io/streamlit/30days) for daily challenge details.
* [Day 1](day-1) - Setting up a local development environment
* [Day 2](day-2) - Building your first Streamlit app
* [Day 3](day-3) - `st.button`
* [Day 4](day-4) - Building Streamlit apps with Ken Jee
* [Day 5](day-5) - `st.write`
* [Day 6](day-6) - Uploading your Streamlit app to GitHub
* [Day 7](day-7) - Deploying your Streamlit app with Streamlit Cloud
* [Day 8](day-8) - `st.slider`
* [Day 9](day-9) - `st.line_chart`
* [Day 10](day-10) - `st.selectbox`
* [Day 11](day-11) - `st.multiselect`
* [Day 12](day-12) - `st.checkbox`
* [Day 13](day-13) - Spin up a cloud development environment
* [Day 14](day-14) - Streamlit Components
* [Day 15](day-15) - `st.latex`
* [Day 16](day-16) - Customizing the theme of Streamlit apps
* [Day 17](day-17) - `st.secrets`
* [Day 18](day-18) - `st.file_uploader`
* [Day 19](day-19) - How to layout your Streamlit app
* [Day 20](day-20) - Tech Twitter Space on What is Streamlit?
* [Day 21](day-21) - `st.progress`
* [Day 22](day-22) - `st.form`
* [Day 23](day-23) - `st.experimental_get_query_params`
* [Day 24](day-24) - `st.cache`
* [Day 25](day-25) - `st.session_state`
* [Day 26](day-26) - How to use API by building the Bored API app
* [Day 27](day-27) - Build a draggable and resizable dashboard with Streamlit Elements
* [Day 28](day-28) - streamlit-shap
* [Day 29](day-29) - How to make a zero-shot learning text classifier using Hugging Face and Streamlit
* [Day 30](day-30) - The Art of Creating Streamlit Apps