- most notably they use two spaces for indentation instead of 4.
- The CamelCase style for functions and methods instead of the camel_case style.
Asked
Active
Viewed 4,588 times
2

Ramses Alexander Coraspe
- 69
- 1
- 9
-
1This may have been the case at the time of posting. But it's probably worth noting that in today's Google Style guide the recommendation is 4 spaces. And it doesn't look like CamelCasing is a thing with the functions anymore See indentation here: https://google.github.io/styleguide/pyguide.html#34-indentation See functions here: https://google.github.io/styleguide/pyguide.html#383-functions-and-methods – Hofbr Mar 16 '22 at 17:28