Problem Set 8: Mashup

tl;dr

  1. Watch Week 10’s lecture.

  2. Implement a news map.

  3. Submit a form.

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

Step 1 of 2

update50
cd ~/workspace/pset8/mashup/
submit50 2017/spring/pset8

Step 2 of 2

This was Problem Set 8, your last!