Webinar 3 — Structure
Webinar recording:
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:
- whm_3.sql: solutions for the hw_3.md;
- ws_3.pdf: introduction to design theory slide;
- wsc_3.sql: webinar 3 sql script.
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.
