Fun with the Ulam Spiral
Following an Advent of Code, we're examing the Ulam spiral and its implementation and end up with some nice GIFs.
Following an Advent of Code, we're examing the Ulam spiral and its implementation and end up with some nice GIFs.
In this post, we apply the Durand-Kerner method to a degree 3 polynomial and plot the resulting "trajectory".
In this short Friday science blog post, we're cooking an egg using a special "Mathy" method and running a little advertisement for the Harvard cooking and physics MOOC.
Since I'm looking for a new appartment these days, what better project than to scrape a website with a lot of appartment data and plot some maps?
A recent article on Medium prompted me to investigate how difficult it is to train a convolutional neural network for face keypoint detection. Spoiler alert: it's not too difficult!
Dans ce billet, nous créons un flux RSS pour l'émission Sur les épaules de Darwin, basé sur le site de Clément Grimal.
Dans ce billet, nous construisons un flux RSS pour le podcast archivé de l'émission Rendez-vous avec X.
Since taking singing classes, I've been fascinated by how singing works. One key component to that is the vocal tract with its well known vocal folds. To better visualize what the vocal folds are doing, we will start with a YouTube video that shows them in action and superimpose a well known visualization known as a spectrogram using matplotlib and moviepy.
Dans ce billet, nous nous intéressons au jeu des bâtonnets de Fort Boyard et proposons une solution en Python.
In this post, we're doing practical optimization using Cython and speeding up a function for parallel execution involving C++, complex numbers and exponentials.