Skip to content

100 Days of Code - Python Bootcamp by AppBrewery - Last Updated by February 2024

Notifications You must be signed in to change notification settings

mahmouddello/100-days-of-code

Repository files navigation

100-days-of-code

Introduction

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.

Things to know

  • 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.

Access repository files on your local machine

  1. Clone the repository via git clone https://github.com/mahmouddello/100-days-of-code.git
  2. Change your directory to go inside repo's location cd path/to/repository.
  3. Install the required models and packages via pip install -r requirements.txt
  4. Use your favourite IDE to view the files; e.g., Pycharm pycharm ./, VSCode code ./.

Happy Coding 💻🎉