Lots of the BigQuery examples begin with:
import gcp.bigquery as bq
But I get ImportError: No module named gcp.bigquery whenev
ImportError: No module named gcp.bigquery
You should try a simple:
$ pip install --upgrade google-api-python-client
as discussed in the documentation.
Furthermore, gcp.bigquery is part of Google Cloud DataLab, so you should try from that angle if you are still interested.
gcp.bigquery