From 157cd5dd2fbc0e7248565b25f56ce2101e5dfac0 Mon Sep 17 00:00:00 2001 From: kiran? <207713602+kir-an-n@users.noreply.github.com> Date: Tue, 10 Mar 2026 21:39:09 +0530 Subject: [PATCH] add Streamlit project tutorial section --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9f3119b7..949be192 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Rust](#rust) - [Scala](#scala) - [Swift](#swift) +- [Streamlit](#streamlit) - [Additional resources](#additional-resources) ## C/C++: @@ -655,6 +656,12 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Hacking with Swift - Learn Swift by doing 39 projects](https://www.hackingwithswift.com/read) - [Retro first-person shooter from scratch](https://github.com/nicklockwood/RetroRampage) +## Streamlit: + +- [Master Streamlit in one course - 4 Real Projects Included](https://youtu.be/eAgONwZ_dKM?si=NhmhJqSMWw9NJo1C) +- [Complete Streamlit Python Course](https://youtu.be/RjiqbTLW9_E?si=TDOQjfGhGHHc26Iu) + + ## Additional Resources - [React Redux Links](https://github.com/markerikson/react-redux-links)