Problem Set 7: C$50 Finance

tl;dr

  1. Watch Week 8’s lecture.

  2. Implement a stock-trading website.

  3. Submit your code.

Getting Started

update50
mkdir ~/workspace/pset7/
cd ~/workspace/pset7/

Problems

Implement C$50 Finance in pset7/finance/.

Hints

  • Be sure to use Python 3, not Python 2. The former is installed by default on CS50 IDE, but if Google leads you to Python’s official documentation, be sure the URLs begin with https://docs.python.org/3/, not https://docs.python.org/2/.

  • Insofar as a goal of this problem set is to teach you how to teach yourself a new language, keep in mind that these acts are not only reasonable, per the syllabus, but encouraged toward that end:

    • Incorporating a few lines of code that you find online or elsewhere into your own code, provided that those lines are not themselves solutions to assigned problems and that you cite the lines' origins.

    • Turning to the web or elsewhere for instruction beyond the course’s own, for references, and for solutions to technical difficulties, but not for outright solutions to problem set’s problems or your own final project.

How to Submit

update50
cd ~/workspace/pset7/finance/
submit50 cs50/2018/x/finance