m-spangenberg / CS50P

CS50's Introduction to Programming with Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

CS50's Introduction to Programming with Python.


Languages

Language:Python 100.0%