All Harvard Python course exercises
This repository contains solutions to all exercises from Harvard's CS50P (Introduction to Programming with Python) course.
I am Farnoosh Soltani, a computer science graduate with a strong passion for programming and technology. I have been programming for the past three years, focusing on Python as my primary language. These projects are part of my online postgraduate course at Harvard University, where I continue to expand my knowledge in computer science and software development.
This repository is based on Harvard's CS50P (Introduction to Programming with Python) course. You can find more details about the course here:
🔗 CS50P on Harvard's Website
This repository includes solutions to various exercises from CS50P, covering topics such as:
- Variables and Data Types
- Conditionals and Loops
- Functions and Recursion
- File Handling
- Object-Oriented Programming
- Testing and Debugging
- Web Scraping and APIs
To run the exercises, follow these steps:
Make sure you have Python installed. You can download it from:
🔗 Python Official Website
Open a terminal or command prompt and run:
git clone https://github.com/your-username/CS50P-Exercise-Answers.git
cd CS50P-Exercise-Answers Execute any Python script with:
python exercise_name.py This repository is primarily for personal learning, but feedback and suggestions are always welcome!
This project is for educational purposes only and follows fair use guidelines.