realTristan / CS50P

My Solutions to the Harvard CS50P Problem Sets

Home Page:https://realtristan.github.io/CS50P/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS50P 2022 Stars Watchers

Untitled-2

About CS50P

CS50P is Harvard University's introduction to programming using a language called Python. Learn how to read and write code as well as how to test and “debug” it. Designed for students with or without prior programming experience who’d like to learn Python specifically. Learn about functions, arguments, and return values (oh my!); variables and types; conditionals and Boolean expressions; and loops. Learn how to handle exceptions, find and fix bugs, and write unit tests; use third-party libraries; validate and extract data with regular expressions; model real-world entities with classes, objects, methods, and properties; and read and write files. Hands-on opportunities for lots of practice. Exercises inspired by real-world programming problems. No software required except for a web browser, or you can write code on your own PC or Mac.

Environment

To quickly set up a local working environment containing style50, check50, and submit50, open a terminal in your working directory and run pipenv install check50 submit50 style50. This will create a virtual environment which you can access using: pipenv shell. If you don't have pipenv installed, simply run pip3 install pipenv.

Problem Sets - 2022

Problem Set 0

Problem Set 1

Problem Set 2

Problem Set 3

Problem Set 4

Problem Set 5

Problem Set 6

Problem Set 7

Problem Set 8

Concerns

I like to share my progress which also helps motivate me to finish the course faster. Although if any directors of the course want me to take this down I will gladly do so, just shoot me a message via heytristaann@gmail.com

About

My Solutions to the Harvard CS50P Problem Sets

https://realtristan.github.io/CS50P/

License:MIT License


Languages

Language:Python 100.0%