Day 2 - Coding environment & practices¶
Teachers: Vincent Pollet
Overview¶
This lecture covers how to set-up a reproducible environment for software project. Starting from the pkoffee experiment, we will add dependency and virtual environment management using pixi and demonstrate how to leverage IDEs features within these environments. Next, we briefly discuss good code practice and what modifications should be made in our example project. Finaly, we will complete our intial set-up by structuring the repository as a python and conda package project managed with pixi, to serve a basis for the rest of the school.