https://github.com/martareb/python-100-days-of-code-journey
100 Days of Code - The Complete Python Pro Bootcamp: Project solutions
https://github.com/martareb/python-100-days-of-code-journey
100-days-of-code 100daysofpython python
Last synced: about 2 months ago
JSON representation
100 Days of Code - The Complete Python Pro Bootcamp: Project solutions
- Host: GitHub
- URL: https://github.com/martareb/python-100-days-of-code-journey
- Owner: MartaReb
- Created: 2025-10-18T10:26:19.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-12-11T18:33:35.000Z (7 months ago)
- Last Synced: 2025-12-12T23:10:23.423Z (7 months ago)
- Topics: 100-days-of-code, 100daysofpython, python
- Language: Python
- Homepage: https://www.udemy.com/course/100-days-of-code/
- Size: 138 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Python-100 days of code journey

This repository contains all the projects from the [**100 Days of Code: The Complete Python Pro Bootcamp**](https://www.udemy.com/course/100-days-of-code/) by Dr. Angela Yu.
The goal of this repo is to document my learning journey by building **100 Python projects in 100 days** — from beginner to professional level.
### 🎯 Goals
- Strengthen my Python skills through hands-on projects
- Learn automation, data science, web development, games, and app creation
### 📚 Beginner
- [x] [Day 1](https://github.com/MartaReb/Python-100days-Of-Code-Journey/tree/main/Day%2001) - Working With Variables In Python To Manage Data
- [x] [Day 2](https://github.com/MartaReb/Python-100days-Of-Code-Journey/tree/main/Day%2002) - Understanding Data Types And How To Manipulate String
- [x] [Day 3](https://github.com/MartaReb/Python-100days-Of-Code-Journey/tree/main/Day%2003) - Control Flow And Logical Operators
- [x] [Day 4](https://github.com/MartaReb/Python-100days-Of-Code-Journey/tree/main/Day%2004) - Randomisation And Python lists
- [x] [Day 5](https://github.com/MartaReb/Python-100days-Of-Code-Journey/tree/main/Day%2005) - Python Loops
- [x] [Day 6](https://github.com/MartaReb/Python-100days-Of-Code-Journey/tree/main/Day%2006) - Python Functions & Karel
- [x] [Day 7](https://github.com/MartaReb/Python-100days-Of-Code-Journey/tree/main/Day%2007) - Hangman Project
- [x] [Day 8](https://github.com/MartaReb/Python-100-Days-Of-Code-Journey/tree/main/Day%2008) - Function Parameters & Caesar Cipher
- [x] [Day 9](https://github.com/MartaReb/Python-100-Days-Of-Code-Journey/tree/main/Day%2009) - Dictionaries, Nesting And The Secret Auction
- [x] [Day 10](https://github.com/MartaReb/Python-100-Days-Of-Code-Journey/tree/main/Day%2010) - Functions With Outputs
- [x] [Day 11](https://github.com/MartaReb/Python-100-Days-Of-Code-Journey/tree/main/Day%2011) - The Blackjack Capstone Project
- [x] [Day 12](https://github.com/MartaReb/Python-100-Days-Of-Code-Journey/tree/main/Day%2012) - Scope & Number Guessing Game
- [x] [Day 13](https://github.com/MartaReb/Python-100-Days-Of-Code-Journey/tree/main/Day%2013) - Debugging: How To Find And Fix Errors In Your Code
- [x] [Day 14](https://github.com/MartaReb/Python-100-Days-Of-Code-Journey/tree/main/Day%2014) - Higher Lower Game
### 📚 Intermediate
- [x] [Day 15](https://github.com/MartaReb/Python-100-Days-Of-Code-Journey/tree/main/Day%2015) - The Coffee Machine Project
- [x] [Day 16](https://github.com/MartaReb/Python-100-Days-Of-Code-Journey/tree/main/Day%2016) - Object Oriented Programming (OOP)