Due before the final hits your desk. 1) Find a table on the web. It should have some HTML formatting. Any reasonable wikipedia table will work. An example: https://en.wikipedia.org/wiki/List_of_countries_and_dependencies_by_area It will make your life easier if you find a page with only one table. SHOW ME 2) Scrape the data from the table into Python. You will need to write a regex for this. Example code: http://euclid.nmu.edu/~rappleto/Classes/CS295.Python/parse-nations.py 3) Insert the data into an SQL table. Example code: https://www.w3schools.com/python/python_mysql_insert.asp 4) Query the SQL to answer some question I give you. 5) Dance the happy dance.