This document summarizes a presentation about using Python and Apache TinkerPop to work with graph databases. It discusses Gremlin, a graph traversal language, and how Gremlin has been incorporated into Python through Gremlin-Python. It provides an example of building a small web application and APIs to work with an air routes graph stored in a graph database, and deploying the application and database to the cloud.