Weekly Shaarli

All links of one week in a single page.

Week 43 (October 24, 2022)

Fetching all open GitHub issues & comments as Markdown files using "gh" CLI & jq

A useful script to work offline, in the train, to run in a local git clone of the target repository :

gh issue list --json number --jq .[].number | while read nb; do
    gh issue view $nb > $nb.md
    gh issue view $nb --comments >> $nb.md
done
Le Mathctober de El Jj

El Jj est une chaîne YouTube dédiée aux mathématiques que j'adore.

Cette année, son auteur s'est engagé dans un superbe projet : Mathctober, où il diffuse chaque jour une nouvelle micro vidéo dédiée à un sujet mathématique.

Le résultat et splendide, je vous laisse en juger : ...

PYTHON CHARTS | The definitive Python data visualization site

On this site you will learn data visualization with Python. You will find code examples of Python graphs made with matplotlib, seaborn, plotly and other packages