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 3 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
piotrplenik/clean-code-phpA 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-javascriptGuides software developers in writing readable and maintainable JavaScript code based on clean coding principles.91,944
labs42io/clean-code-typescriptAdapts clean code principles from Robert C. Martin's book Clean Code to TypeScript for software development guidance.9,336
davified/clean-code-mlAdapting clean code principles to machine learning and data science in Python714
amontalenti/elements-of-python-styleA style guide for writing Python code that emphasizes readability and follows best practices beyond PEP83,460
pungyeon/clean-go-articleA resource for writing clean and maintainable Go code2,964
pyjanitor-devs/pyjanitorA 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-phpA collection of coding principles and guidelines aimed at improving the maintainability, readability, and performance of PHP codebases3
dry-python/classesEnables typed polymorphism and type-safe business logic in Python without inheritance or interfaces.678
danielgtaylor/python-betterprotoGenerates idiomatic modern Python code from Protobuf 3 and gRPC wire format1,567
python-attrs/attrsRelieves developers from boilerplate code when defining classes with attributes5,327
jakevdp/pythondatasciencehandbookAn online guide and set of executable Jupyter notebooks providing an introduction to core libraries for data science in Python.43,422
dry-python/returnsA 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-uncompyle6Decomposes Python bytecode back into equivalent source code3,836
jorenham/scipy-stubsProvides type hints and auto-completion support for SciPy libraries without requiring additional configuration or static type-checker plugins.23