Problem Set 8: Mashup

tl;dr

  1. Watch Week 10’s lecture.

  2. Implement a news map.

  3. Submit a form.

Help

For help with Week 10 and Problem Set 8:

  • Watch Zamyla’s walkthroughs herein.

  • Start a discussion with classmates.

Getting Started

update50
mkdir ~/workspace/pset8/
cd ~/workspace/pset8/

Problems

Implement Mashup in pset8/mashup/.

Hints

  • Be sure to use Python 3, not Python 2.

  • All Python code that you write should be consistent with Style Guide for Python Code, otherwise known as PEP 8.

  • 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

Be sure you’ve signed up for a GitHub account, per Problem Set 0, and that you’ve logged into and authorized CS50.me at least once, per Problem Set 1!

Step 1 of 2

update50
cd ~/workspace/pset8/mashup/
submit50 cs50/2017/x/pset8

Step 2 of 2

Submit this form!

This was Problem Set 8, your last!