2-9 of 2,700,000 results
Open links in new tab
  1. Google Python Style Guide

    Google Python Style Guide 1 Background Python is the main dynamic language used at Google. This style guide is a list of dos and don'ts for Python programs. To help you format code …

  2. Google Style Guides | styleguide

    This project (google/styleguide) links to the style guidelines we use for Google code. If you are modifying a project that originated at Google, you may be pointed to this page to see the style …

  3. styleguide/pyguide.md at gh-pages · google/styleguide · GitHub

    1 Background Python is the main dynamic language used at Google. This style guide is a list of dos and don'ts for Python programs. To help you format code correctly, we've created a …

  4. Google Python Style Guide

    Google Python Style Guide 1 Background 2 Python Language Rules 2.1 Lint 2.2 Imports 2.3 Packages 2.4 Exceptions 2.5 Mutable Global State 2.6 Nested/Local/Inner Classes and …

  5. Google Python Style Guide

    Background Python is the main scripting language used at Google. This style guide is a list of do s and don't s for Python programs. To help you format code correctly, we've created a settings …

  6. Code samples | Google developer documentation style guide ...

    Oct 10, 2025 · Code style guides The following public Google coding-style guides are available on GitHub: C++ style guide. HTML/CSS style guide. Java style guide. JavaScript style guide. …

  7. Style guides for Google-originated open-source projects

    Java Style Guide JSON Style Guide Markdown Style Guide Objective-C Style Guide Python Style Guide R Style Guide Shell Style Guide Swift Style Guide TypeScript Style Guide Vim script …

  8. Google Python Style Guide: A Comprehensive Guide - CodeRivers

    Jan 23, 2025 · Python is a widely used programming language known for its readability and versatility. The Google Python Style Guide provides a set of conventions and best practices to …