abseil / Abseil Python Docs are Here !

/20180831-python-docs

  • Abseil Python Docs are Here!
    https://abseil.io/blog/20180831-python-docs

    By Junjay Tan

    Abseil Python now includes a documentation set on abseil.io!

    Abseil Python provides various libraries for building Python applications. This code is collected from Google’s internal Python code base and has been extensively tested and used in production. They provide features for application startup, distributed command line flags, custom logging, and testing.

    Until now, the only documentation for Abseil Python has been in the source code. This was comprehensive but did not always provide information for new users in an easy-to-read format.

    We’re happy to announce an Abseil Python Quickstart Guide and module-specific programming guides similar to those for Abseil C++. These guides are patterned after those used internally at Google to onboard new Googlers (nooglers), and (...)