Best Practice Python

screenshot of Best Practice Python
mkdocs

常常有人问,在大型项目上,Python是个烂语言吗?这本书回答了使用Python构建大型应用所需要的软件工程相关的知识,即如何使用lint,type hint, unit test, CI,git以及如何构建文档。

mkdocs
MkDocs

MkDocs is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file.