Understanding Best Practice Python Tooling by Comparing Popular Project Templates
A look at well-known and up-and-coming Python tools
Target audience: Intermediate Python programmers.
TL;DR: Use Flake8, pytest, and Sphinx in your current Python project. Also evaluate pre-commit, Black, and Pylint. For your next project, consider adding Poetry and…