Notes

Pandas Library Notes

20 minute read

This is a summary of the most useful pandas features and is based on some of the techniques discussed in Ted Petrou’s Minimally Sufficient Pandas article.

Docker Notes

4 minute read

Notes on how to install Docker on Microsoft Windows and how to make it work if you also run VirtualBox on the same computer.

R Language Notes

8 minute read

Notes on how to install and use the R statistical language.

VirtualBox Linux Guest Notes

6 minute read

Notes on how to configure Linux as a guest operating system in a VirtualBox virtual machine.

Linux Notes

10 minute read

Notes on how to do common tasks through the Linux shell.

Git Notes

14 minute read

Notes on how to use Git, such as, initialising or cloning a repository, adding files to the staging area and committing staged files.