https://prefect.io logo
Title
o

Octopus

08/03/2022, 9:24 AM
Hello, is anybody know good resources about python code convention (const, function names) I would like to follow a good python convention while coding. The same as airbnb rules for ecmascript for example. Maybe https://google.github.io/styleguide/pyguide.html should be enough ?
p

Pim Claessens

08/03/2022, 10:02 AM
PEP 8 โ€“ Style Guide for Python Code | peps.python.org
๐Ÿ™ 1
a

Anna Geller

08/03/2022, 10:14 AM
import this
๐Ÿ™Œ 1
๐Ÿ˜† 1
:upvote: 2
j

Jeff Hale

08/03/2022, 3:05 PM
Maybe not exactly what youโ€™re looking for, but part of a solution: black autoformatter is awesome and very popular.