App Engine for Python Concepts
- 
  
    An Overview of App EngineAn explanation of App Engine services, the building blocks of App Engine applications 
- 
  
    The Python Runtime EnvironmentA description of the Python standard environment for App Engine and how it works. 
- 
  
    How Requests are HandledHow requests to your application are understood and handled within App Engine. 
- 
  
    How Requests are RoutedHow HTTP requests from users and other applications can be routed using dispatch files. 
- 
  
    How Instances are ManagedA description of how App Engine instances are managed and scale dynamically to meet demand. 
- 
  
    Access ControlSet access control using roles at the project level. 
- 
  
    Application SecuritySteps you should take to identify vulnerabilities and protect your application. 
Microservices on App Engine
- 
  
    Microservices ArchitectureAn explanation of App Engine application architecture for building a microservices-based application. 
- 
  
    Developer EnvironmentCreating QA, test, dev, and prod environments with microservices. 
- 
  
    Contracts, Addressing, and APIsConnecting microservices to each other in App Engine. 
- 
  
    Best Practices for PerformanceStructuring your microservice application for peak performance and reduced latency. 
- 
  
    Migrate an Existing AppMigrating an existing monolithic app to a microservices architecture. 
Cloud Storage
Datastore Features on App Engine
- 
  
    OverviewA description of the NDB Client Library for App Engine. 
- 
  
    Entities and KeysUnderstanding entities and keys in App Engine. 
- 
  
    QueriesStructuring queries for the NDB Client Library 
- 
  
    PropertiesUnderstanding properties in Datastore. 
- 
  
    Writing Property SubclassesStructuring property subclasses for the Datastore. 
- 
  
    Projection QueriesUnderstanding projection queries in Cloud Datastore. 
- 
  
    TransactionsAtomic operations in Datastore. 
- 
  
    AdministrationAdministering and managing Datastore from the Cloud console. 
- 
  
    Asynchronous OperationPerforming asynchronous operations using Async APIs. 
- 
  
    CachingUnderstanding how the NDB Client Library caches data for your application.