The DE Zoomcamp UI project was born out of the need for a more accessible and organized learning experience for the DE Zoomcamp Course by DataTalksClub. As a student eager to dive into data engineering and learn modern technologies like Google Cloud, Docker, Terraform, Prefect, Spark, Kafka and more, I found it tiring to navigate through the course materials on GitHub and YouTube. Inspired by the clean and intuitive UI of CS50, I decided to create a simplified interface that brings together all the course resources in one place. This streamlit app aims to provide a user-friendly and streamlined experience, making it easier for learners like me to explore the course, answer homework questions directly in the app, and gain hands-on experience with data engineering technologies. By sharing this project, I hope to help others on their journey to becoming skilled data engineers.
- Easy navigation: Access course materials, READMEs, YouTube videos, and homework assignments with a simple and intuitive interface.
- Interactive learning: Experiment with code examples, answer homework questions, and check their answers directly from the web app.
- Clean and inspired design: UI inspiration from the popular CS50 course, the UI provides a clean and enjoyable learning experience.
This UI is created by a student as a personal project to facilitate personal learning and is not officially affiliated with DataTalksClub or the DE Zoomcamp course. All course materials and resources belong to their respective owners.
Special thanks to DataTalksClub for providing the DE Zoomcamp course and inspiring this UI project.
This simple UI was built using Streamlit.
- Clone the repository:
git clone https://github.com/hamagistral/de-zoomcamp-ui.git
- Install the required dependencies:
pip install -r requirements.txt
- Run the app:
streamlit run 01_π¨βπ§_DE_Zoomcamp_2023.py
- Access the app in your browser at http://localhost:8501