This repository contains my solutions and the final project for CS50's Introduction to Programming with Python, offered by Harvard University.
CS50's Introduction to Programming with Python: CS50 Python
This repository is organized by problem set, with each set having its own directory containing solution files. The final project also has its own dedicated directory.
- psets/ - Solutions for each week's Problem Sets
- final_project/ - Final Project solution
To clone this repository, use the following command:
git clone https://github.com/almorshidi0/cs50p.git
Feel free to use these solutions as a reference for your own learning. However, it's always recommended to attempt solving problems yourself before consulting external resources.
I am grateful to Harvard University and the CS50 team for providing an excellent learning experience with their comprehensive course and engaging problem sets.