Recent Posts

Generating Animated Graphs

1 minute read

There are a number of ways to generate animated graphs. In this post, I will use a combination of matplotlib and ImageMagick to produce a relatively easy and...

Git For Academic Writing

1 minute read

My first article was published in an academic journal in 2012. At this time I was involved in studies that required very little coding. As such, my workflow ...

Docker For Scientific Projects

2 minute read

Docker is very useful for creating a virtual machine of sorts. This can be run on any computer and should provide the same environment making it a great tool...