What is SaaS (Software as a Service)? Everything You Need to Know
This definition explains software as a service (SaaS), a common cloud computing model in which a third-party provider hosts applications that customers can access via the Internet, and its advantages and disadvantages.
Patterns for scalable and resilient apps | Solutions | Google Cloud
Patterns for scalable and resilient apps | Solutions | Google Cloud
Migrating SQL data to Google Sheets using the new Google Sheets API
NOTE: The code covered in this post are also available in a video walkthrough. UPDATE (Sep 2016): Removed use of argparse module & flags (effective as of Feb 2016). Introduction In this post, we're going to demonstrate how to use the latest generation Google Sheets API. Launched at Google I/O 2016 (full talk here), the Sheets API v4 can do much more than previous versions, bringing it to near-parity with what you can do with the Google Sheets UI (user interface) on desktop and mobile. Below…
Launchpad Online: Introducing the Google Sheets API v4
The Google Sheets team is proud to announce their next generation API, which is easier to use and includes many features not found in previous releases. With...
Accessing Google APIs: Common code walkthrough
When accessing Google APIs, you'll be using either public API access or authorized API access. This episode briefly walks you through the boilerplate code us...
googleapis/google-api-python-client
🐍 The official Python client library for Google's discovery based APIs. - googleapis/google-api-python-client
A non-magical introduction to Pip and Virtualenv for Python beginners
Blog Post by Jamie Matthews