Presentation and template used for the "Python in a Click" lightning talk for PyCon APAC 2025
This repository contains a .devcontainer specification that loads the entire development environment in one click.
You can try this out on GitHub Codespaces by pressing the green Code button above, selecting the Codespaces tab, then clicking on Create codespace on main
Should you prefer a local experience, install both Docker Desktop and the VSCode Dev Containers extension and use the Dev Containers: Clone Repository in Container Volume... command.
From the presentation directory, execute the mise run present command. You should see a localhost URL to view the presentation.
Alternatively, a deck.pdf file is available in the directory as well.
cd to the template directory, then run mise run dev to launch a demo FastAPI server.