Welcome to my journey through the 100 Days of Code by Angela Yu. This repository serves as a digital diary of my progress, from Python basics to advanced real-world applications.
π’ Beginner's days (1-14)
| Day | Name of the project | Theme | Link |
|---|---|---|---|
| 01 | Band Name Generator | Variables in Python | Code here |
| 02 | Tip Calculator | Data Types | Code here |
| 03 | Treasure Island | Control Flow & Logical Operators | Code here |
| 04 | Rock Paper Scissors | Randomisation & Python Lists | Code here |
| 05 | Password Generator | Python Loops | Code here |
| 06 | Reeborg's Escaping The Maze | Functions & While Loops | Code here |
| 07 | Hangman Game | While & For Loops, ASCII Art | Code here |
| 08 | Caesar Cipher | Functions with Parameters & Input Validation | Code here |
- Language:
- Newest Python (Python 3.14.3)
- Environment:
- PyCharm / VS Code
- Modules & Libraries:
random(Standard Library)