Welcome to our workshop! There will be a couple of optional tasks both centred around data analysis and implementation.
In task A you will be asked to recreate the implementation of a data frame from scratch.
In task B you have the opportunity to do some data analysis on the 2025 stackoverflow developer survey.
Both tasks are written in python on jupyter notebooks.
If run in Google colab, they should download the necessary dependencies when
run. Otherwise you can find the environment.yml file to set up a conda/mamba
environment. You can use the command conda env create -f environment.yml in order to do this (or replace conda with mamba).
We would love to see what solutions you come up with! Please send us your answers by midnight on Sunday 12th October for a chance to win some exclusive prizes. No need to be perfect or complete both tasks!