My solutions to the problem sets presented in CS50's Introduction to Programming with Python.
For more information on this course, see: EDx HarvardX CS50P & Harvard OpenCourseWare CS50P
To quickly set up a local working environment containing style50
, check50
, and submit50
simply 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
. From there you can issue all necessary *50 commands. If you don't have pipenv
installed, simply run pip3 install pipenv
.
Please see Pipenv's Documentation for more info.
Please do not try to submit my answers as your own.
Note that CS50’s staff audits submissions to CS50P. Students found to be in violation of the Academic Honesty policy will be removed from the course and deemed ineligible for a certificate.