All the information about Python for Lunch (i.e., prior and upcoming talks, contributing instructions, and extra resources) is visible on the Python for Lunch website.
This website codebase uses uv and zensical. To get started (assuming you have uv installed):
- clone this repo and
cdinto it - run
uv run zensical serveto set up the environment and run the development server - run
uv run zensical buildto build the site for production
This project also uses pre-commit which you can optionally run locally (though not required as it's run in the cloud anyway).