How to Audit the Quality of Your Python Code: A Step-by-Step Guide (Checklist Inside)

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • mccabe

    McCabe complexity checker for Python

  • Mccabe—a Python complexity checker;

  • black

    The uncompromising Python code formatter

  • Black—a Python code formatter;

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • isort

    Discontinued A Python utility / library to sort imports. [Moved to: https://github.com/PyCQA/isort] (by timothycrosley)

  • Isort—a Python utility/library to sort imports;

  • yapf

    A formatter for Python files

  • Yapf—a Python formatter.

  • pyflakes

    A simple program which checks Python source files for errors

  • PyFlakes—another bug checker (it only checks for logical errors, not for style, but it works faster);

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts