App Engine's Python standard runtime connects to Cloud Datastore using the NDB Client Library. The NDB Client Library provides persistent storage in a schemaless object datastore. It supports automatic caching, sophisticated queries, and atomic transactions.
You cannot use the Cloud Datastore client library with Python applications in the App Engine standard environment. You may look for more details in the "Cloud Datastore Overview" online document, as well as Using Cloud Datastore.