simonw / datasette.io

The official project website for Datasette
https://datasette.io
88 stars 21 forks source link

Long tutorial: Data analysis with SQLite and Python #145

Closed simonw closed 1 year ago

simonw commented 1 year ago

From my PyCon 2h45m workshop: https://github.com/simonw/sqlite-tutorial-pycon-2023

YouTube: https://www.youtube.com/watch?v=5TdIxxBPUSI

simonw commented 1 year ago

Working on this inspired me to add a {% markdown %} tag:

simonw commented 1 year ago

I really want an inline table-of-contents on that page.

I'm going to see if I can get that working using a custom template tag.

simonw commented 1 year ago

I used ChatGPT code interpreter to write the recursive tree functions: https://chat.openai.com/share/e41efb6d-eae7-454d-9aa2-5284683ba9f9

simonw commented 1 year ago
image
simonw commented 1 year ago

TIL: https://til.simonwillison.net/datasette/syntax-highlighted-code-examples