Frolian's blog standing on the shoulders of PyGiants
  • About
  • Archive

Fun with the Ulam Spiral

Fri, 08 Dec 2017

Following an Advent of Code, we're examing the Ulam spiral and its implementation and end up with some nice GIFs.

Read more →
Mathematics moviepy

Testing the Durand-Kerner Method on a Degree 3 Polynomial

Fri, 10 Nov 2017

In this post, we apply the Durand-Kerner method to a degree 3 polynomial and plot the resulting "trajectory".

Read more →
Mathematics Complex Numbers

Cooking an Egg using Math

Fri, 03 Nov 2017

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.

Read more →
Food Physics

Paris Appartment Prices: Scrape and Plot!

Wed, 20 Sep 2017

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?

Read more →
Dataviz Web Scraping

A Convolutional Neural Network for Face Keypoint Detection

Thu, 14 Sep 2017

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!

Read more →
Machine Learning Image Processing Kaggle

Un flux RSS pour le podcast Sur les épaules de Darwin

08/09/2017

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.

Read more →
Podcast

Un flux RSS pour le podcast Rendez-vous avec X

11/08/2017

Dans ce billet, nous construisons un flux RSS pour le podcast archivé de l'émission Rendez-vous avec X.

Read more →
Podcast

Annotating a Vocal Folds YouTube Video with a Spectrogram using Moviepy

Thu, 03 Aug 2017

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.

Read more →
Sound moviepy

Le jeu des bâtonnets de Fort Boyard

31/07/2017

Dans ce billet, nous nous intéressons au jeu des bâtonnets de Fort Boyard et proposons une solution en Python.

Read more →
Mathematics

Optimizing a Function with Cython, Complex Numbers and Parallel Execution

Mon, 31 Jul 2017

In this post, we're doing practical optimization using Cython and speeding up a function for parallel execution involving C++, complex numbers and exponentials.

Read more →
Numerical Computing Cython Complex Numbers
← Past
Future →