Intermediate Problems
A few more complex Python problems using regex, unittest, json and some web interaction.
Consecutive Runs
Given a list of positive integers, return the starting indeces of a "run," in which consecutive numbers are either
increasing or decreasing.
Json Unittest
Given a pattern of keys and descriptions, return the description of each entered key as json.
Web Scraper
Tailored to cnn.com. Returns the title, link, category and alt text of every article when available.