clean-code-python
Code standards
A set of guidelines and best practices for writing readable, maintainable, and efficient Python code.
Clean Code concepts adapted for Python
4k stars
165 watching
783 forks
Language: Python
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A guide to producing readable, reusable, and refactorable PHP software following best practices from Robert C. Martin's book Clean Code. | 12,302 |
| Guides software developers in writing readable and maintainable JavaScript code based on clean coding principles. | 91,944 |
| Adapts clean code principles from Robert C. Martin's book Clean Code to TypeScript for software development guidance. | 9,336 |
| Adapting clean code principles to machine learning and data science in Python | 714 |
| A style guide for writing Python code that emphasizes readability and follows best practices beyond PEP8 | 3,460 |
| A resource for writing clean and maintainable Go code | 2,964 |
| A Python library providing a clean and expressive API for data cleaning by chaining multiple operations together in a logical order. | 1,371 |
| A collection of coding principles and guidelines aimed at improving the maintainability, readability, and performance of PHP codebases | 3 |
| Enables typed polymorphism and type-safe business logic in Python without inheritance or interfaces. | 678 |
| Generates idiomatic modern Python code from Protobuf 3 and gRPC wire format | 1,567 |
| Relieves developers from boilerplate code when defining classes with attributes | 5,327 |
| An online guide and set of executable Jupyter notebooks providing an introduction to core libraries for data science in Python. | 43,422 |
| A tool to write safer and more readable Python code by providing primitives and helpers for functional programming and type-safe interfaces. | 3,687 |
| Decomposes Python bytecode back into equivalent source code | 3,836 |
| Provides type hints and auto-completion support for SciPy libraries without requiring additional configuration or static type-checker plugins. | 23 |