This repository documents a hands-on learning journey through the 100 Days of Code: The Complete Python Pro Bootcamp course, featuring daily coding challenges and practical exercises designed to build real-world Python skills. The python-projects branch contains solutions and progress from the bootcamp, serving as a comprehensive reference for learners.
Additionally, the repository includes beginner-friendly Python projects, like a band name generator, a tip calculator, a treasure island game, rock-paper-scissors, and a password generator. Each project is organised in its own branch with numbered prefixes (e.g., 1-band-name-generator, 2-tip-calculator) to indicate its order and help users navigate them sequentially from basic to more advanced concepts.
python-projects/
β
βββ main # Default branch
βββ 1-band-name-generator # Project: Band Name Generator
βββ 2-tip-calculator # Project: Tip Calculator
βββ 3-treasure-island-game # Project: Treasure Island Game
βββ 4-rock-paper-scissors-game # Project: Rock-Paper-Scissors Game
βββ 5-password-generator # Project: Password Generator