Let's meet Black: Python Code Formatting

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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. toml

    Tom's Obvious, Minimal Language

    Black uses by default the pyproject.toml file. This file contains a section for each different tool we want to use. The use of a configuration file like pyproject.toml is quite a good choice and helps the contributors to use the same tools and configurations you're using.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. black

    The uncompromising Python code formatter

    In the realm of Python development, there is a multitude of code formatters that adhere to PEP 8 guidelines. Today, we will briefly discuss how to install and utilize black.

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

  • Seokar: Unleashing the Power of Advanced On-Page SEO Analysis in Python

    3 projects | dev.to | 23 May 2025
  • Enhancing Code Quality: Adding Formatters and Linters to Code-Formatter-Advisor

    1 project | dev.to | 1 Nov 2024
  • Black – The uncompromising Python code formatter

    1 project | news.ycombinator.com | 11 Oct 2024
  • GitHub Is Down?

    1 project | news.ycombinator.com | 14 Aug 2024
  • Black: The uncompromising Python code formatter

    1 project | news.ycombinator.com | 21 Jul 2024

Did you know that Python is
the 2nd most popular programming language
based on number of references?