Skip to content

Commit 56a8ace

Browse files
authored
Update README.md
1 parent 6cd277b commit 56a8ace

File tree

1 file changed

+32
-15
lines changed

1 file changed

+32
-15
lines changed

README.md

Lines changed: 32 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,46 @@
11
# CS50 Python Problem Sets
22

3-
This repository contains my solutions to the problem sets for CS50's Introduction to Programming with Python course.
3+
This repository contains my solutions to the problem sets for CS50's Introduction to Programming with Python course. Each problem set is a collection of programming assignments that cover various concepts and topics in Python.
44

5-
## Installation
5+
## Table of Contents
66

7-
To install this repository, you will need to have the following installed:
7+
- [Introduction](#introduction)
8+
- [Course Information](#course-information)
9+
- [Installation](#installation)
10+
- [Usage](#usage)
11+
- [Contributing](#contributing)
12+
- [License](#license)
813

9-
* Python 3.6 or later
10-
* Pip
14+
## Introduction
1115

12-
Once you have those installed, you can fork this repository and view the solutions
16+
This repository serves as a collection of my solutions to the problem sets for CS50's Introduction to Programming with Python course. Each problem set presents a set of programming assignments that allowed me to practice and demonstrate my understanding of different Python concepts and techniques.
1317

14-
## Contributing
15-
If you would like to contribute to this repository, you can do so by submitting bug reports, feature requests, or code changes.
18+
## Course Information
19+
20+
CS50's Introduction to Programming with Python is an online course offered by Harvard University. It covers fundamental concepts of computer programming using the Python programming language. For more information about the course, please refer to the [official CS50 website](https://cs50.harvard.edu/python/2022/).
21+
22+
## Installation
1623

17-
* To submit a bug report, please open an issue on the project's GitHub page.
18-
* To submit a feature request, please open an issue on the project's GitHub page and explain what feature you would like to see added.
19-
* To submit a code change, please fork the project on GitHub and submit a pull request.
24+
To run the problem sets locally or review the solutions, follow these steps:
2025

26+
1. Clone the repository to your local machine.
27+
2. Navigate to the specific problem set folder you want to explore.
28+
3. Review the problem statement and requirements in the provided README or PDF file.
29+
4. Examine the solution code files to understand the implementation.
2130

31+
## Usage
2232

23-
## Assignments
24-
This repository contains the following assignments from CS50's Introduction to Programming with Python course:
33+
To use the solutions provided in this repository, you can follow these steps:
2534

26-
**To be added**
35+
1. Clone the repository to your local machine.
36+
2. Navigate to the specific problem set folder you are interested in.
37+
3. Review the problem statement and requirements in the provided README or PDF file.
38+
4. Examine the solution code files to understand the implementation or use them as a reference for your own work.
39+
40+
## Contributing
41+
42+
Contributions to this repository are generally not accepted, as it primarily serves as a collection of personal solutions to problem sets. However, if you have suggestions or improvements for the existing solutions, feel free to open an issue or submit a pull request.
2743

2844
## License
29-
This project is licensed under the MIT License.
45+
46+
This project is licensed under the [MIT License](LICENSE). Please review the license file for more information.

0 commit comments

Comments
 (0)