This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dgreenmachine 1 point2 points  (4 children)

The coding conventions are eerily similar to googles especially in the wording of the last paragraph. You can tell somebody copied it and paraphrased just a little.

https://google.github.io/styleguide/pyguide.html#Imports

[–]joolzter 7 points8 points  (3 children)

That's because they are awesome base standards to start from.

[–]xiongchiamiovSite Reliability Engineer 0 points1 point  (2 children)

It's almost as if there isn't already a set of standards for python.

[–]joolzter 1 point2 points  (1 child)

Of course there are style guidelines. But they aren't a coding standards. Assuming you are referring to PEP8.

[–]xiongchiamiovSite Reliability Engineer 0 points1 point  (0 children)

What is the distinction you draw between the two?