Analysis of a WhatsApp chat log

Posted on Sun 25 October 2020 in Analysis • Tagged with Qantified-Self, WhatsAppLeave a comment

Analysing a WhatsApp chat log to understand the communication patterns as well as the grammatical and linguistic preferences of participants in a private or group chat.

Continue reading

An analysis of board games: Part III - Mapping the board game landscape

Posted on Fri 04 September 2020 in Analysis • Tagged with Board gamesLeave a comment

Using the correlation of game ratings at an individual user-level, we can find games that share a common core appeal and use this to create a map of the board games landscape

Continue reading

Making aesthetically pleasing dot density Venn diagrams

Posted on Sun 14 April 2019 in Visualisation • Tagged with PythonLeave a comment

Using Voronoi diagrams and Lloyd’s algorithm to create dot density Venn diagrams with uniformly distributed pseudo-random point sampling

Continue reading

An analysis of board games: Part II - Complexity bias in BGG

Posted on Sat 08 December 2018 in Analysis • Tagged with Board gamesLeave a comment

An analysis of the BGG top 100 and complexity bias in BGG

Continue reading

An analysis of board games: Part I - Introduction and general trends

Posted on Mon 05 March 2018 in Analysis • Tagged with Board gamesLeave a comment

An analysis of general trends in the release rate ratings, complexity, mechanics and themes of board games using BoardGameGeek data

Continue reading

TV show episode ratings

Posted on Sat 28 May 2016 in Visualisation • Tagged with Python, TVLeave a comment

Visualising the progression of TV show ratings by episode using Trakt.tv episode ratings

Continue reading

A Song of Ice and Fire : Chapter ratings

Posted on Sun 10 April 2016 in Analysis • Tagged with Python, Game of ThronesLeave a comment

An analysis of chapter ratings in the series of books “A Song of Ice and Fire”

Continue reading

Solving the 8 Queens problem with python

Posted on Mon 28 March 2016 in Problem solving • Tagged with Python, PuzzlesLeave a comment

This is my approach to solving the 8 Queens puzzle with Python.

Continue reading