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 ?