This is the source code for the Python For The Lab website. It is built using Pelican, a static site generator written in Python.
Python For The Lab provides resources, courses, and books for scientists and engineers who want to learn how to use Python for controlling experiments and data analysis.
This project uses uv for dependency management.
uv venv --python 3.13
uv pip install -r requirements.txtTo build the site locally:
uv run makeThe output will be generated in the output/ directory.
Created by Aquiles Carattino.
See the LICENSE file for more details.