Problem
Using Python and Django:
Create .url "get_xkcd" and view that renders random xkcd comic from: xkcd .com /json .html.
Add template with form using Jinja that allows user to enter comic id. On post return page with updated url for comic with id like: xkcd .com /614 /info .0. json
Create . url "get_dog" and view that renders a random dog image from "dog ceo" API.
Create template with form to collect dog breed and subreed and render images like: dog. ceo /api /breed /hound /afghan /images
Create . url "generate_qr_code" and view that renders a qr code: documentation .image-charts .com /qr-codes/
Create Jinja template with form to accept qr code height, width, and value and render the qr code: dog. ceo /api /breed /hound /afghan /images