Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.
/ cs50-python Public archive

Welcome to my Harvard CS50 "Introduction to Computer Science with Python" Problem Set Solution Repository!

License

Notifications You must be signed in to change notification settings

aryanranderiya/cs50-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Harvard CS50 Python Problem Sets

Welcome to the Harvard CS50 Python Problem Sets repository! This repository contains my solutions to the problem sets for CS50's Introduction to Computer Science using Python. This course is offered by Harvard University through edX.

Table of Contents

Course Information

Problem Sets

This repository contains my solutions to the problem sets for each week of the course. Here's a list of the problem sets available:

Usage

To use this repository, follow these steps:

  1. Clone the repository to your local machine using the following command:

git clone https://github.com/aryanranderiya/cs50-python

  1. Navigate to the specific problem set folder you're interested in, e.g., week0, week1, etc.

  2. Review the Python code and any accompanying documentation to understand the solution.

  3. Feel free to use the code as a reference, but remember the CS50 academic honesty policy if you are currently enrolled in the course.

License

This repository is licensed under the MIT License. Feel free to use, modify, and distribute the code as long as you include the original license file and provide appropriate attribution.