Desarrollar código limpio de Python

Posted on dom 15 noviembre 2020 in Tutorial de Python • Tagged with Python, pydocstyle, bandit, Black, pylint, pre-commit, pyupgrade, flake8, pep8-naming, pycodestyle, isort, mypy, wily, streamlit • 14 min read

Este artículo explica el uso de varias herramientas de aseguramiento de la calidad y como usarlas antes de hacer un commit con pre-commit.


Continue reading

Herramientas de Python para desarrollar código seguro y de calidad.

Posted on sáb 14 marzo 2020 in Tutorial de Python • Tagged with Python, Flask, Quality Code, Secure, Pipenv, Safety, Bandit, Black, Mypy • 4 min read

Herramientas de python para asegurar y tener código de calidad


Continue reading