This repository contains class lessons and code examples, organized week-wise in subdirectories. Each week folder contains one or more Python projects related to the lessons covered during that week.
week_01/week_02/imdb-semantic-analysis/intro/
- ...
Each subdirectory inside a week contains its own Python project, code, and resources.
-
Navigate to the desired week folder:
cd week_02/imdb-semantic-analysis -
Explore the project files:
- Read the
README.md(if available) for project-specific instructions. - Open and run Python scripts or Jupyter notebooks as needed.
- Read the
-
Install dependencies:
- If a
requirements.txtis present, install dependencies with:pip install -r requirements.txt
- If a
-
Repeat for other weeks/projects as needed.
Feel free to explore each week's folder to find the lessons and code for that week. Contributions and questions are welcome!