A Template for Python Programming in VSCode
We recommend miniforge to set up your python environment.
Then uv can be used to install the project dependencies:
conda create -n $YOUR_ENV_NAME python=3.12
conda activate $YOUR_ENV_NAME
uv pip install -r requirements.txt
pre-commit install