There are 13 repositories under pep8 topic.
It's not just a linter that annoys you!
Simple Python style checker in one Python file
flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.
Goes beyond PEP8 to discuss what makes Python code feel great. A Strunk & White for Python.
A GitHub :octocat: app to automatically review Python code style over Pull Requests
Naming Convention checker for Python
Git pre-commit hook that checks for Python PEP8 style compliance.
Ultimate VIM for Python & Django development. Get the most productivity with autocomplete, linter, pep8 checker and many features to support your Django development
Python 代码风格指南 & 编程规范
A GitHub action for autopep8, a tool that automatically formats Python code to conform to the PEP 8 style guide.
Python Scripts on Multithreading. This repo shows us various usage of Python's threading module with different sets of requirements.
How to make your code shine with isort, Black, Flake8, and Pylint. Guidelines and best practice suggestions on how to write Python code.
☂️ All Python Enhancement Proposals written in short easy-to-grasp form
This project is intended to help developers to code better using Python best practices
List of text strings for suppressing inspections in PyCharm
Python FMT is a python linter/formatter/checker for TextMate.
Alpine-based multistage-build version of pylint for reproducible usage in CI
Course: "Base of Programming" by BestPractice School https://bestpracs.ru/
Python 3 (PEP 8) version of design patterns for humans: https://github.com/kamranahmedse/design-patterns-for-humans
A Vim indent plugin for Python which complies with PEP 8
🧬 Here you'll find OOP exercises, exams, notes, and environment setup instructions relevant to the curriculum covered in class.
The list of the python projects which I made during learning python with Jetbrains Academy.
The fitness tracker module. OOP paradigms are used.