Quick Start
Follow these steps to quickly get up and running either creating a project from a Cookiecutter template or by creating a new project from scratch. To follow these steps, you need to have uv and git installed and available on your system.
Using the Cookiecutter template
Section titled “Using the Cookiecutter template”uvx cookiecutter https://gitlab.com/alping/python-data-science/templates/python
Creating a project from scratch
Section titled “Creating a project from scratch”uv init project-name