Read about my latest projects, tutorials and useful tips I've picked up on data, software development and more!
✨ FEATURED ARTICLE
/ DATA SCIENCE / INTERVIEWS / JOB APPLICATIONS /
Applying for jobs can be a time-consuming process, in this article I've pulled together 8 things that I've learnt during my job application process.
8 MIN READ
/ PYTHON / PANDAS / DATA SCIENCE /
Get started with pandas by exploring the Palmer Penguin dataset in the first of a multipart series!
13 MIN READ
/ PYTHON / PROGRAMMING /
Are you wanting to learn to code but unsure where to start? Get started on your coding journey and decide if python is right for you.
10 MIN READ
/ COMMUNITY / MENTAL HEALTH /
Reflections on self-isolating including resources and tips on working from home, managing your mental health and helping within your community during the coronavirus outbreak.
4 MIN READ
/ PRODUCTIVITY / BOOK REVIEW /
One sentence to summarise the key points from each chapter of Atomic Habits by James Clear.
/ PRODUCTIVITY /
Follow this quick start guide to build a weekly planning dashboard in Notion to track your tasks, meetings and monitor your progress.
7 MIN READ
/ WEB DEVELOPMENT /
Quick tips to create a favicon for your website from an image file on a mac.
1 MIN READ
/ GIT /
Git commit histories can be revised to better organise repos and to easily find details on why choices were made. These simple commands can be used to edit your git history.
/ DATA SCIENCE / TECHNOMADS /
The focus of TechNomads November meetup was Data Science, where we were joined by guest speakers Joseph Allen and John Carney who gave us an introduction to Data Science followed by a Q&A.
3 MIN READ
/ PYTHON / DATA VISUALISATION /
During an NLP project I created word clouds to visualise frequent words in a document. This got me thinking how this could apply to other datasets including visualising the most frequent words from characters of Game of Thrones.
/ PYTHON / DATA SCIENCE /
Web pages that use javascript can be more difficult to scrape. This tutorial introduces different techniques and an example of web scraping javascript using python.
11 MIN READ
Gathering data from websites can be simply done using python. This tutorial introduces web scraping using python and how to get started.
9 MIN READ