Skip to content
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 1.1 KB

README.md

File metadata and controls

15 lines (8 loc) · 1.1 KB

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

Quick Setup: Working Environment

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.

Important Note: Academic Honesty Policy

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.