Homework 3 - scrapeta Module

Introduction

In this assignment you’ll practice

General Instructions

This is an individual assignment.

Collaboration at a reasonable level will not result in substantially similar code. Students may only collaborate with fellow students currently taking this course, the TA’s and the lecturer. Collaboration means talking through problems, assisting with debugging, explaining a concept, etc. You should not exchange code or write code for others.

Notes:

Problem Description

You’re a CS 2316 and CS 4400 student and you need to get attraction information and put it into a database.

Solution Description

Here’s a skeleton scrapeta.py to get you started: scrapeta.py

Fill in all the parts with YOUR CODE HERE comments. Read all the comments, which provide a great deal of help. The framework of the script is already written. You only have to write code to:

You’ll need a database. Here’s a database schema script: attraction-schema.sql

Tips, Considerations and Food for Thought

Turn-in Procedure

Submit your scrapeta.py file on Canvas as an attachment. When you’re ready, double-check that you have submitted and not just saved a draft.