catbug88@home:~$

  • Why Do I Create Free Data Science and Machine Learning Educational Content - For Revenge

    Why do I spend so much creating freely accessible educational content on data science? Many reasons. The most immediate are my professional development (teaching others is the best way to learn “for me”), to showcase my skills to potential employers, and because I just like it. But there is another...

  • Introduction to the UNIX Shell (Bash)

    TL;DR sections: What is the UNIX shel Why to use the UNIX shell A curated list of basic shell commands The rest of the content is really useful, but not strictly required to use the shell. NOTE 1: Apologies for typos and misspelled words in advance. This document has not...

  • Introduction to Jupyter Notebooks - set-up, user-guide, and best practices

    Notes: This tutorial contains video-lessons at the end of each section The Jupyter Notebook version can be found in my GitHub here IDEs: Integrated Development Environments There are several ways in which we can interact with Python: Via the terminal in Python interactive mode Via the terminal by running Python...