This repository contains my solutions to Harvard’s CS50P course, completed in 2025.
It includes all my homework files and my final project.
Some of the files included in this repository:
hello.py
→ First programmario.py
→ Printing pyramidsreadability.py
→ Text readability calculatorcaesar.py
→ Caesar cipher implementationfuel.py
→ Fraction to fuel gaugetaqueria.py
→ Menu ordering programproject/
→ My final project (see its own README)
The final project has its own README with a full description and instructions.
👉 Check it out here: Final Project
I successfully completed the CS50P course in 2025.
Here’s my certificate of completion:
- Python 3
- Standard libraries (
math
,random
,csv
,random
,json
,statistics
,re
,pytest
.) - External libraries (as required in final project)
This repository is part of my programming journey and interest in Data Analysis, given that Python is one the most important languages in Data Science.
It showcases my progress in Python fundamentals, algorithms, and problem-solving skills.