Programming Google App Engine with Python: Build and Run Scalable Python Apps on Google's Infrastructure 1st Edition
| Dan Sanderson (Author) Find all the books, read about the author, and more. See search results for this author |
Use the Amazon App to scan ISBNs and compare prices.
This practical guide shows intermediate and advanced web and mobile app developers how to build highly scalable Python applications in the cloud with Google App Engine. The flagship of Google's Cloud Platform, App Engine hosts your app on infrastructure that grows automatically with your traffic, minimizing up-front costs and accommodating unexpected visitors. You’ll learn hands-on how to perform common development tasks with App Engine services and development tools, including deployment and maintenance.
App Engine's Python support includes a fast Python 2.7 interpreter, the standard library, and a WSGI-based runtime environment. Choose from many popular web application frameworks, including Django and Flask.
- Get a hands-on introduction to App Engine's tools and features, using an example application
- Simulate App Engine on your development machine with tools from Google Cloud SDK
- Structure your app into individually addressable modules, each with its own scaling configuration
- Exploit the power of the scalable Cloud Datastore, using queries, transactions, and data modeling with the ndb library
- Use Cloud SQL for standard relational databases with App Engine applications
- Learn how to deploy, manage, and inspect your application on Google infrastructure
Customers who viewed this item also viewed
Editorial Reviews
About the Author
Dan Sanderson is a technical writer and software engineer at Google Inc. He has worked in the web industry for over 10 years as a software engineer and technical writer for Google, Amazon.com, and the Walt Disney Internet Group. He lives in Seattle, Washington. For more information about Dan, visit his website at http://www.dansanderson.com.
Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.
Product details
- Publisher : O'Reilly Media; 1st edition (July 21, 2015)
- Language : English
- Paperback : 464 pages
- ISBN-10 : 1491900253
- ISBN-13 : 978-1491900253
- Item Weight : 1.72 pounds
- Dimensions : 7 x 1.05 x 9.19 inches
- Best Sellers Rank: #2,140,924 in Books (See Top 100 in Books)
- #736 in Web Services
- #1,302 in Mobile App Development & Programming
- #1,629 in Cloud Computing (Books)
- Customer Reviews:
About the author

Discover more of the author’s books, see similar authors, read author blogs and more
Customer reviews
Customer Reviews, including Product Star Ratings help customers to learn more about the product and decide whether it is the right product for them.
To calculate the overall star rating and percentage breakdown by star, we don’t use a simple average. Instead, our system considers things like how recent a review is and if the reviewer bought the item on Amazon. It also analyzed reviews to verify trustworthiness.
Learn more how customers reviews work on AmazonTop reviews from the United States
There was a problem filtering reviews right now. Please try again later.
If you're like me, you look for books that will take you through entire projects (either one per chapter, or one that grows throughout the book, or a combination of both). This book is very clumsy when it comes to examples, and laborious when it comes to explanations.
The expanded coverage about the Datastore is alone, worth this purchase, and underscores the difference in depth between a book and online documentation. This edition presents the most comprehensive coverage of App Engine for Python and the author's growth in authorship is apparent from edition to edition. Four thumbs up.
Top reviews from other countries
A word of caution though - the book is a few years old now and GAE moves on rapidly, the book desperately needs an update. For example, the book uses the 'appcfg' command syntax for deploying applications which is now deprecated in favour of 'gcloud'.
Overall there isn't much not covered in this book, it would just benefit from a new revision and some additional examples, perhaps with each chapter having its own examples available on GitHub.

