This repository contains my progress of AppBrewery's Python Bootcamp course hosted on Udemy. All rights of topics, projects, and content are reserved to App Brewery.
Important
The codes in the repository work correctly by February 2024.
- Some days skipped due to a project's being out of date.
- The days organized by category of being "Beginner" to "Advanced" topics.
- The codes may not cover each assessment or exercise in the course.
- Clone the repository via
git clone https://github.com/mahmouddello/100-days-of-code.git
- Change your directory to go inside repo's location
cd path/to/repository
. - Install the required models and packages via
pip install -r requirements.txt
- Use your favourite IDE to view the files; e.g., Pycharm
pycharm ./
, VSCodecode ./
.
Happy Coding 💻🎉