Python Pep8

Open-source Python projects categorized as Pep8

Top 6 Python Pep8 Projects

  1. Pylint

    It's not just a linter that annoys you!

    Project mention: From Vibe Coder to AI-Assisted Architect | dev.to | 2025-05-07

    I noticed this issue only after running a linter. Sometimes we’re not familiar with the tricky edge cases or conventions of a particular language. A convenient way to catch and fix such issues — including formatting, styling, and even some security problems — is to use linters. For example, you can use golangci-lint for Go, ESLint for JavaScript, and Pylint for Python. In fact, almost every widely used programming language has its own linter or code quality tool. Linters are especially helpful when generating code with AI — they help keep your code clean and safe, at least to some degree.

  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. pycodestyle

    Simple Python style checker in one Python file

  4. autopep8

    A tool that automatically formats Python code to conform to the PEP 8 style guide.

  5. Flake8

    flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.

    Project mention: Top Tools for Static Analysis Help in Your Python Projects | dev.to | 2025-03-18

    Flake8: This tool checks for style errors and simple programming mistakes.

  6. PEP 8 Speaks

    A GitHub :octocat: app to automatically review Python code style over Pull Requests

  7. pep8-naming

    Naming Convention checker for Python

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python Pep8 discussion

Log in or Post with

Python Pep8 related posts

  • Constraints Are Good: Python's Metadata Dilemma

    6 projects | news.ycombinator.com | 6 Dec 2024
  • Python 3.13.0 Is Released

    11 projects | news.ycombinator.com | 7 Oct 2024
  • Setting Up a Comprehensive Python Build Validation Pipeline in Azure DevOps

    2 projects | dev.to | 3 Oct 2024
  • Introducing Tapyr: Create and Deploy Enterprise-Ready PyShiny Dashboards with Ease

    5 projects | dev.to | 5 May 2024
  • Enhance Your Project Quality with These Top Python Libraries

    16 projects | dev.to | 18 Mar 2024
  • Writing and Linting Python at Scale

    4 projects | news.ycombinator.com | 22 Nov 2023
  • Using GitHub Actions with my Project

    3 projects | dev.to | 16 Nov 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 13 May 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Pep8 projects in Python? This list will help you:

# Project Stars
1 Pylint 5,456
2 pycodestyle 5,093
3 autopep8 4,611
4 Flake8 3,599
5 PEP 8 Speaks 615
6 pep8-naming 521

Sponsored
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

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