An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Python-100 days of code journey




![Python_Bootcamp](https://github.com/user-attachments/assets/824df764-7e4c-475e-b36e-c74c2e61d707)

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)