Turning folders into web pages with Python: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 April 2026

11 February 2026

10 February 2026

5 February 2026

2 February 2026

  • curprev 17:3517:35, 2 February 2026Manetta talk contribs 471 bytes +471 Created page with "''For the prototyping class on 10 February 2026 in the context of SI29.'' ==1. Install uv== (if you don't have uv already) https://docs.astral.sh/uv/getting-started/installation/ $ curl -LsSf https://astral.sh/uv/install.sh | sh ==2. Initialize project== $ uv init gallery ==3. Prepare an assets folder== $ mkdir assets ==4. Put some files in the assets folder== Just copy and paste! ==5. Run the script== $ uv run main.py"