Why Learn the Command-Line Interface?
Published: July 30, 2026.
In this blog post we outline some reasons why it is valuable to learn how to use the command line as a data scientist.
Author: Russ Hyde
Published: July 30, 2026.
In this blog post we outline some reasons why it is valuable to learn how to use the command line as a data scientist.
Author: Colin Gillespie
Published: February 5, 2026.
Explore how to optimise your Git workflow with a well-crafted .gitconfig file. From commit signing and branch management to conditional includes for work-personal separation, learn the settings that transform Git into a seamless development tool.
Author: Osheen MacOscar
Published: December 4, 2025.
"In part three of this blog series, I am going to improve the efficiency of the function written in part one using parallisation."
Author: Osheen MacOscar
Published: October 23, 2025.
"In part two of this blog series, I am going to demonstrate how to use document, test and publish a python package."
Author: Osheen MacOscar
Published: October 9, 2025.
In this two-part blog series, I am going to demonstrate how to use Poetry to create a Python package, set up testing infrastructure and install it.
Authors: Myles Mitchell & Parisa Gregg
Published: August 18, 2022.
Roll up, roll up! Most R packages contain a NEWS file which documents the changes between each release. However, there is no definitive convention for how to format this file. In this post we will share some top tips for writing NEWS files, so that by the end you will be able to tell “good” NEWS from “fake” NEWS!