Tutorials
Read all latest tutorial posts

The Best of Both Worlds: Saving Costs and Time When Using OpenAI's API
When working with OpenAI’s API for large language models (LLMs) in research projects, there are two techniques that can help save both time and costs.
read more
NetCBS: creating network measures using CBS networks (POPNET) in the RA
Registry data from the Central Bureau of Statistics (CBS) in the Netherlands contains information on the social context of individuals: family, friends, schoolmates, neighbors, housemates and colleagues.
read more
Detecting communities in signed networks with Python
In this tutorial, we will guide you through applying two popular community detection algorithms to signed networks, using Python.
read more
Generating synthetic data in a safe way with metasyn
In this post, we show how to create synthetic data in an auditable, transparent way with the software package metasyn.
read more
How to manage your IP address in python
Author: Flavio Hafner. Post photo from Glenn Carstens-Peters on Unsplash
read more
Training a fastText model from scratch using Python
In this tutorial, we explain how to train a natural language processing model using fastText
read more
Visualizing international flows with Geoflow visualizer
In this tutorial we present Geoflow, a newly created tool designed to visualize international flows in an interactive way.
read more
Wrangling interval data using lubridate
One common issue we encounter in helping researchers work with the housing register data of Statistics Netherlands is its transactional nature: each row in the housing register table contains data on when someone registered and deregistered at an address (more info in Dutch here).
read more
Collecting online platforms data for science: an example using WhatsApp
In this tutorial, we use data donation and the Port software to get access to WhatsApp group-chat data in a way that completely preserves privacy of research participants.
read more
ArtScraper: A Python library to scrape online artworks
ArtScraper is a Python library to download images and metadata for artworks available on WikiArt and Google Arts & Culture.
read more
How to share your research code
With the increasing popularity of open science practices, it is now more and more common to openly share code along with more traditional scientific objects such as papers.
read more