This repository contains the code and resources for the "Especializacion En Desarrollo de Software" from the Universidad del Magdalena.
git clone https://github.com/miguepoloc/especializacion_ds
cd especializacion_ds
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt