📘 This repository contains my personal solutions and learning notes from the CS50’s Introduction to Programming with Python course by Harvard.
Each folder corresponds to a problem set:
week_0/
: Functions, conditions, loopsweek_1/
: Pythonic thinking and data typesweek_2/
: Conditionals and logicweek_3/
: Exceptions and error handling- (Add more as you go)
- Core Python syntax
- Best practices
- Problem-solving patterns
- Clean code and structure
Clone this repo and run any file with:
python filename.py