# Google BigQuery Samples This section contains samples for [Google BigQuery](https://cloud.google.com/bigquery). ## Running the samples 1. Your environment must be setup with [authentication information](https://developers.google.com/identity/protocols/application-default-credentials#howtheywork). If you're running in your local development environment and you have the [Google Cloud SDK](https://cloud.google.com/sdk/) installed, you can do this easily by running: $ gcloud init 2. Install dependencies in `requirements.txt`: $ pip install -r requirements.txt 3. Depending on the sample, you may also need to create resources on the [Google Developers Console](https://console.developers.google.com). Refer to the sample description and associated documentation page. ## Additional resources For more information on BigQuery you can visit: > https://developers.google.com/bigquery For more information on the BigQuery API Python library surface you can visit: > https://developers.google.com/resources/api-libraries/documentation/bigquery/v2/python/latest/ For information on the Python Client Library visit: > https://developers.google.com/api-client-library/python ## Other Samples * [Using BigQuery from Google App Engine](../appengine/bigquery).