python-anti-patterns
Coding flaws
A collection of common Python coding mistakes and poor practices
An open collection of Python anti-patterns and worst practices.
2k stars
55 watching
249 forks
Language: HTML
last commit: over 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
quantifiedcode/quantifiedcode | A code analysis and automation platform | 111 |
sobolevn/python-code-disasters | A collection of intentionally poor coding examples to illustrate common pitfalls and mistakes. | 156 |
megantosh/fairness_measures_code | This repository contains implementations of measures to quantify discrimination in data | 38 |
programminghero1/100-plus-python-coding-problems-with-solutions | A collection of 100+ Python coding problems with solutions to practice and improve programming skills | 852 |
klen/pylama | Automates code quality checks for Python programs | 1,050 |
davified/clean-code-ml | Adapting clean code principles to machine learning and data science in Python | 713 |
atodorov/mutation-testing-in-patterns | Exploring practical examples and software patterns related to mutation testing in various programming languages | 23 |
erikrhanson/problem-solving-with-algorithms-and-data-structures-using-python | Solving problems with algorithms and data structures using Python | 323 |
mrphrazer/obfuscation_detection | Automatically detects obfuscated code and other complex code constructs in binaries to aid reverse engineering. | 575 |
laurentluce/python-algorithms | A collection of algorithms implemented in Python | 279 |
owasp/serverless-goat | A proof-of-concept demonstration of common serverless security flaws and weaknesses | 320 |
oca/pylint-odoo | Enforces coding standards and detects potential issues in Python code used in Odoo modules. | 143 |
and-semakin/flake8-pytestrail | Analyze Python code for missing or incorrectly formatted test identifiers for a testing framework. | 10 |
guilatrova/tryceratops | A tool to detect and prevent exception handling antipatterns in Python code | 432 |
arieljt/vtcodesimilarity-yaragen | Automatically generates Yara rules to hunt for similar code samples based on VirusTotal's code similarity feature. | 96 |