Jump to ratings and reviews
Rate this book

MongoDB and Python: Patterns and processes for the popular document-oriented database

Rate this book
Learn how to leverage MongoDB with your Python applications, using the hands-on recipes in this book. You get complete code samples for tasks such as making fast geo queries for location-based apps, efficiently indexing your user documents for social-graph lookups, and many other scenarios. This guide explains the basics of the document-oriented database and shows you how to set up a Python environment with it. Learn how to read and write to MongoDB, apply idiomatic MongoDB and Python patterns, and use the database with several popular Python web frameworks. You’ll discover how to model your data, write effective queries, and avoid concurrency problems such as race conditions and deadlocks. The recipes will help you:

64 pages, Paperback

First published September 16, 2011

6 people are currently reading
35 people want to read

About the author

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
1 (2%)
4 stars
21 (51%)
3 stars
13 (31%)
2 stars
5 (12%)
1 star
1 (2%)
Displaying 1 - 5 of 5 reviews
3 reviews
May 10, 2016
Clean, clear and concise explanation on the concepts. His ideas in words are pretty clear supported by code.
4 reviews
May 25, 2016
1. Atomic Execution(findAndModify, update modifiers), 2. Indexing 3. Geo Spatial query are explained good in simple manner
Profile Image for Jack Challis.
92 reviews2 followers
April 17, 2017
Nice review of how to link Python to MongoDB, and the strength of document-oriented databases more generally.
Displaying 1 - 5 of 5 reviews

Can't find what you're looking for?

Get help and learn more about the design.