At the recent @pycon, @cheukting_ho gave a talk on free threading, which was great BTW. She mentioned PEP 8, calling it the “King of PEPs” 👑
Giving it a read over. I’ve probably skim-read it at best — just doing what flake8 told me for years. 🫡
That the opening bit is “A Foolish Consistency is the Hobgoblin of Little Minds” is just lovely. 🥰
I wonder if “this style guide evolves over time” will mean that the 79 chars line length will be revisited? 🤔
https://peps.python.org/pep-0008/#a-foolish-consistency-is-the-hobgoblin-of-little-minds #PEP8 #Python

PEP 8 – Style Guide for Python Code | peps.python.org
This document gives coding conventions for the Python code comprising the standard library in the main Python distribution. Please see the companion informational PEP describing style guidelines for the C code in the C implementation of Python.

