Hello, is anybody know good resources about python...
# random
o
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
PEP 8 โ€“ Style Guide for Python Code | peps.python.org
๐Ÿ™ 1
a
Copy code
import this
๐Ÿ™Œ 1
๐Ÿ˜† 1
upvote 2
j
Maybe not exactly what youโ€™re looking for, but part of a solution: black autoformatter is awesome and very popular.