This a repo to practice python exercises. The exercises are those from Practical Python Programming. This was made using a miniconda environment with the following packages and versions
- python 3.9
- pytest 6.2.4
- pre-commit 2.13.0
Tested with miniconda 4.9.2.
To create and activate the environment, run
conda env create -f environment.yml && conda activate practical_python
Link to this repo: https://github.com/l-mizrahi/Practical-Python-Exercises