clean-code-python

Code standards

A set of guidelines and best practices for writing readable, maintainable, and efficient Python code.

bathtub Clean Code concepts adapted for Python

GitHub

4k stars
165 watching
783 forks
Language: Python
last commit: over 1 year ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
piotrplenik/clean-code-php A guide to producing readable, reusable, and refactorable PHP software following best practices from Robert C. Martin's book Clean Code. 12,302
ryanmcdermott/clean-code-javascript Guides software developers in writing readable and maintainable JavaScript code based on clean coding principles. 91,944
labs42io/clean-code-typescript Adapts clean code principles from Robert C. Martin's book Clean Code to TypeScript for software development guidance. 9,336
davified/clean-code-ml Adapting clean code principles to machine learning and data science in Python 714
amontalenti/elements-of-python-style A style guide for writing Python code that emphasizes readability and follows best practices beyond PEP8 3,460
pungyeon/clean-go-article A resource for writing clean and maintainable Go code 2,964
pyjanitor-devs/pyjanitor A Python library providing a clean and expressive API for data cleaning by chaining multiple operations together in a logical order. 1,371
nayeemdev/clean-code-php A collection of coding principles and guidelines aimed at improving the maintainability, readability, and performance of PHP codebases 3
dry-python/classes Enables typed polymorphism and type-safe business logic in Python without inheritance or interfaces. 678
danielgtaylor/python-betterproto Generates idiomatic modern Python code from Protobuf 3 and gRPC wire format 1,567
python-attrs/attrs Relieves developers from boilerplate code when defining classes with attributes 5,327
jakevdp/pythondatasciencehandbook An online guide and set of executable Jupyter notebooks providing an introduction to core libraries for data science in Python. 43,422
dry-python/returns A tool to write safer and more readable Python code by providing primitives and helpers for functional programming and type-safe interfaces. 3,687
rocky/python-uncompyle6 Decomposes Python bytecode back into equivalent source code 3,836
jorenham/scipy-stubs Provides type hints and auto-completion support for SciPy libraries without requiring additional configuration or static type-checker plugins. 23