Curso MasterClass de Python.
Contenido desde lo Básico a Master.
https://github.com/DanyZambrano/Python
python3 -m venv env
source env/bin/activate
pip install pytest
pip install coverage
coverage run -m pytest
coverage run -m unittest
coverage report -m
coverage html
python3 -m http.server