Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work. Learn more →
Top 9 Python Styleguide Projects
-
Project mention: flake8-length: Flake8 plugin for a smart line length validation. | reddit.com/r/Python | 2022-10-04
pycodestyle linter (used in Flake8 under the hood by default) already has E501 and W505 rules to validate the line length. flake8-length provides an alternative check that is smarter and more forgiving.
-
Flake8
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.
-
Sonar
Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
Anyway, create a venv, pip install https://github.com/wemake-services/wemake-python-styleguide and Black, format your code and check it with flake8.
-
-
-
-
tryceratops
A linter to prevent exception handling antipatterns in Python (limited only for those who like dinosaurs).
Project mention: GitHub - Something we're never really taught in courses - best practises? | reddit.com/r/learnprogramming | 2022-03-26See an example from my biggest project (200+ stars) https://github.com/guilatrova/tryceratops
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
It can become tedious maintaining configurations across projects, especially since EditorConfig, pytest-cov, flake8, Mypy and pre-commit all require configuration files. Nitpick is a tool and flake8 plugin that enforces the same configurations across multiple language-independent projects, automating this tedious configuration.
-
Project mention: Blog this week, 10 Rules for HDL development - What would you add? | reddit.com/r/FPGA | 2022-08-24
Python Styleguide related posts
- How to Configure C++ Code Formatting in Visual Studio Code
- This Week In Python 🎅
- Django monolith best practices
- Where should I put code that calls external API to perform calculations on model fields?
- Como desenvolver algo mais robusto?
- 2 Static Analysis Tools to Enhance Your Productivity
- A simple randomic "Rock Paper Scissors"
-
A note from our sponsor - Sonar
www.sonarsource.com | 23 Mar 2023
Index
What are some of the best open-source Styleguide projects in Python? This list will help you:
Project | Stars | |
---|---|---|
1 | pycodestyle | 4,799 |
2 | Flake8 | 2,700 |
3 | wemake-python-styleguide | 2,164 |
4 | pytorch-styleguide | 1,475 |
5 | django-api-domains | 606 |
6 | PEP 8 Speaks | 577 |
7 | tryceratops | 374 |
8 | nitpick | 331 |
9 | vhdl-style-guide | 130 |