Tuesday, 16th November 2021
TIL
Planning parallel downloads with TopologicalSorter
— For [complicated reasons](https://github.com/simonw/datasette/issues/878) I found myself wanting to write Python code to resolve a graph of dependencies and produce a plan for efficiently executing them, in parallel where possible.