Skip to the content.

Webinar 3 — Structure

Webinar recording:

webinar-3

Here you can find the structure for the third webinar.

Week (date) Agenda
3 (09-06) Recap – week 3
  Introduction to Design Theory (part two)
  Q&A
  Artworks - Tate
  — FDs and Anomalies
  — Decomposition
  — Indexes and Views
  Psycopg2
  - Basic usage
  - Homework solutions

Please review the pre-recorded material before attending this webinar.

Material

Webinar materials:

Tate Data

Tate Gallery shared data on artists and artworks up to Oct 2014. For this webinar, we are going to work with artwork_data.csv.

You can obtain data via wget, type on your terminal:

wget "https://raw.githubusercontent.com/tategallery/collection/master/artwork_data.csv"

n.b.: wget needs to be installed on your laptop.