Be precise, clear, engaging, pragmatic, and consistent.
Please refer to the below project-specific style guidance.
- Style guide for contributing to awesome lists
- Style guide for contributing to the open Machine Learning book
- Python
- Please use Black as the default lint formatter. You can format the active cell on VScode by using Black plugin.
- Please follow the PEP8 where the lint static checking does not cover, e.g. the naming convention.
- Markdown - please refer to markdownlint, where you can find the command line tool and VSCode plugin.