Jack McKewSimulate Virus Outbreak with JavascriptThis post will and simulate how viruses can spread throughout a community and implement a variety of different parameters to see how these…Apr 8, 2020Apr 8, 2020
Jack McKewPelican and Javascript — Bouncing Balls in CanvasToday let’s look into building a visualisation of some bouncing balls with Javascript. The inspiration for building this comes from Harry…Apr 1, 2020Apr 1, 2020
Jack McKewPackaging Python Packages with PoetryBuilding upon a previous post on “How many words have I written in this blog?”, let’s dive into how to share this code with other on PyPI…Mar 24, 2020Mar 24, 2020
Jack McKewCounting Words with PythonRecursively counting words in markdown within a folderMar 18, 2020Mar 18, 2020
Jack McKewBook Review: Courage To Be DislikedThe courage to be disliked is a book around the work of a 19th century psychologist who determined that happiness lies within the…Mar 3, 2020Mar 3, 2020
Jack McKew3D Gradient Descent in PythonBuilding upon our terrain generator from the blog post: https://jackmckew.dev/3d-terrain-in-python.html, today we will implement a…Feb 25, 2020Feb 25, 2020
Jack McKewBook Review: The Power Of HabitsPower of Habits by Charles Duhigg was one of the most useful books I have read. While it doesn’t explicitly step the reader through how to…Feb 12, 2020Feb 12, 2020
Jack McKewAutomatically Generate Documentation with SphinxThis post goes into how to generate documentation for your python projects automatically with Sphinx!Feb 2, 2020Feb 2, 2020
Jack McKew3D Terrain in PythonToday, let’s put together a 3D visualisation of randomly generated ‘terrain’ with Python. Data visualisation is an absolutely key skill in…Jan 23, 2020Jan 23, 2020