But, it worked on my laptop!

Reproducible research
Python
R
Community building
Research Software Engineering
Bradford
UK
Talk at PyData Bradford, March 2026
Author

Saranjeet Kaur Bhogal

Published

March 23, 2026

Slides

This session was presented at the one year (in-person) anniversary celebration meetup of PyData Bradford in Bradford, UK, March 2026.

Abstract

Imagine two researchers (A and B) collaborating together to create an analysis workflow. Researcher A writes an initial data preprocessing script on their laptop and gets the expected output. They then share this script with Researcher B. However, when Researcher B tries to run the script on their own laptop, using the same dataset, they start seeing errors such as “module not found”. Researcher A is surprised and exclaims, “but, it worked on my laptop!”. This situation is an example of a non-reproducible workflow.

In this talk, we will explore practical ways to avoid ending up in such situations. We will discuss good software engineering practices that make research code easier to reproduce, share, and maintain.

Who is this talk for?

This talk is intended for data science professionals and researchers who write code as a part of their work. Basic familiarity with programming languages such as Python and R is expected.