Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bashmocha/cs50-python
CS50’s Introduction to Programming with Python
https://github.com/bashmocha/cs50-python
cs50 cs50problemsets python3
Last synced: 9 days ago
JSON representation
CS50’s Introduction to Programming with Python
- Host: GitHub
- URL: https://github.com/bashmocha/cs50-python
- Owner: BashMocha
- Created: 2022-07-18T12:11:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-26T10:18:40.000Z (over 2 years ago)
- Last Synced: 2024-12-06T09:38:40.581Z (17 days ago)
- Topics: cs50, cs50problemsets, python3
- Language: Python
- Homepage: https://cs50.harvard.edu/python/2022/
- Size: 6.58 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cs50-python
This repository contains all the problemsets I've completed for the [CS50P](https://cs50.harvard.edu/python/2022/) Course.
Here are the fundamentals that have been taught by the course:
* Functions, Variables
* Conditionals
* Loops
* Exceptions
* Libraries
* Unit Tests
* File I/O
* Regular Expressions
* Object Oriented Programming