17 février 2023
Tour de France des revenus des français
A partir des données Fiscales (FiLoSoFi) fournies par l’INSEE en open data, nous avons voulus…
15 février 2023
Cartographie FiLoSoFi : données sur les revenus médians en France
Comme indiqué sur son site, l’INSEE fournit des informations socio-économiques sur près de 30…
27 décembre 2022
Dijkstra’s algorithm in Cython, part 3/3
Dijkstra's algorithm in Cython, part 3/3 Running time of Dijkstra's algorithm on DIMACS networks…
21 décembre 2022
Dijkstra’s algorithm in Cython, part 2/3
Dijkstra's algorithm in Cython, part 2/3 This post is the second part of a three-part series. In…
21 décembre 2022
Dijkstra’s algorithm in Cython, part 1/3
Dijkstra's algorithm in Cython, part 1/3 In this post, we are going to present an implementation…
23 novembre 2022
A Cython implementation of a priority queue
A Cython implementation of a priority queue Credit: Musée de…
15 novembre 2022
Visualizing some polynomial roots with Datashader
Visualizing some polynomial roots with Datashader Last week-end I found this interesting tweet by…
4 novembre 2022
Forward and reverse stars in Cython
Forward and reverse stars in Cython This notebook is the following of a previous one, where we…