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

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