pep8 topic
pep8-naming
Naming Convention checker for Python
pep8-git-hook
Git pre-commit hook that checks for Python PEP8 style compliance.
vim-pydjango
Ultimate VIM for Python & Django development. Get the most productivity with autocomplete, linter, pep8 checker and many features to support your Django development
ruff
An extremely fast Python linter and code formatter, written in Rust.
PEP8-Style-Guide-for-Python-Code
Python 代码风格指南 & 编程规范
pycharm-inspection-suppression-list
List of text strings for suppressing inspections in PyCharm
python_best_practices
How to make your code shine with isort, Black, Flake8, and Pylint. Guidelines and best practice suggestions on how to write Python code.
python-multithreading-examples
Python Scripts on Multithreading. This repo shows us various usage of Python's threading module with different sets of requirements.