How to prepare for the workshop

The workshop contains both interactive and lecture-like sessions. The first part of the workshop will be focused on concepts and its interactive experience does not require any prior knowledge. In the second part of the workshop, you will go through the main concepts of exploratory data analysis, with data analysis being performed via programming (specifically Python). As this is not a programming workshop and it is open to all researchers (independent of their programming background), we will do our best to explain what the programming does and how it works, but we will not teach you how to program, focusing more on the data analysis concepts and fundamental steps. With that in mind, you can decide to follow the class in three different ways:

Running the analysis locally on your own computer

Installing Python

  1. Install python and jupyter notebook. For installation and setup we point at the “Introduction to Python & Data” Installation & Setup page;

Downloading data and analysis code

  1. Check the available Dataset in Resources, choose the one you are interested in, and follow the instructions in their pages for the download;

  2. Extract the content of the zip file (in case the downloaded file is a zip file):

    • If you are working on Windows, you can right-click on the zip file and, from the context menu, click on “Extract All”. A dialog box will appear asking where you want to extract the files. You can either use the default folder (same location as the ZIP file) or click “Browse” to select a different folder. We recomend to create a new folder called “cultural_data_explorative_analysis” and extract your files there;
    • If your are working on macOS, you just need to double click on the zip file. Your computer will automatically create an unzipped directoray with the same name of the zip file. We recomend to rename this directory “cultural_data_explorative_analysis”;

Start Google Colab

  1. Put the unzipped downloaded file containing your data in a Google Drive folder;
  2. Click on the folder in the navigation panel on the left and click on the button “New” on top of the navigation panel;
  3. From the drop down menu, select first “More” and then “Google Collaboratory”. A collaborative notebook will open and you are set up for using Python.

(alternative) Open Jupyter notebook

  1. Open Anaconda Navigator from the Start Menu (Windows Users) or from the Applications folder or Launchpad (macOS Users);
  2. Click on “Launch” under Jupyter Notebook. This will open a web browser;
  3. Navigate to the folder containing your downloaded unzipped data;
  4. Click on the notebook file (.ipynb) to open it.