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. Click on this link, this will open a window in your browser with a green page and a single empty bar. Copy the address “https://github.com/CentreForDigitalHumanities/det_cultural_data/tree/main/playground” (without double quotes), paste it inside the bar and press ENTER. As soon as your press ENTER, your computer will start to download a zip file;

  2. Extract the content of the 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”;

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 “cultural_data_explorative_analysis” folder;
  4. Click on the notebook file (.ipynb) to open it.