From 17970f350e34bae9e7c39bb7483039b1a99d0734 Mon Sep 17 00:00:00 2001 From: Serdar Tumgoren Date: Wed, 8 May 2024 09:21:50 -0700 Subject: [PATCH] Add links to Day 12 --- lessons/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lessons/README.md b/lessons/README.md index 26d7672..f19596c 100644 --- a/lessons/README.md +++ b/lessons/README.md @@ -133,6 +133,8 @@ Hands-on work for sports charities analysis, and closing the loop on `clean-scra ### Day 12 - Sports Charity Dashboards -- Design a multipage Streamlit app for the Sports Charity investigation -- Ramp up on Streamlit, as needed -- Begin implementing your Streamlit pages for the Sports Charity project \ No newline at end of file +- Design a [multipage Streamlit app](https://docs.streamlit.io/develop/concepts/multipage-apps) for the Sports Charity investigation +- Ramp up on Streamlit, as needed: + - [Streamlit Basic Concepts](https://docs.streamlit.io/get-started/fundamentals/main-concepts) + - [Tutorial: Census population streamlit tutorial](https://blog.streamlit.io/crafting-a-dashboard-app-in-python-using-streamlit/) +- Begin implementing your Streamlit pages for the Sports Charity project (due next week; see Canvas) \ No newline at end of file