Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aliramazanov/cs50p
Solutions of CS50’s Introduction to Programming with Python Course
https://github.com/aliramazanov/cs50p
Last synced: about 15 hours ago
JSON representation
Solutions of CS50’s Introduction to Programming with Python Course
- Host: GitHub
- URL: https://github.com/aliramazanov/cs50p
- Owner: aliramazanov
- Created: 2024-04-11T09:29:09.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-23T18:38:08.000Z (7 months ago)
- Last Synced: 2024-04-23T20:32:05.989Z (7 months ago)
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CS50 Python
This repository contains Python projects completed as part of the CS50’s Introduction to Programming with Python course offered by Harvard University.
## Description
CS50P is an introductory course that covers the fundamentals of computer science using Python. This repository contains assignments completed during the course.
## problem set 0
First problem set focuses on basics of string methods, formatting, mathematical operations, user input and functions