Of course you can. Just prep env and settings and then
from google.cloud import datastore def create_client(project_id): return datastore.Client(project_id)
There should be datastore api tutorial that will guide you.