Connecting to MongoDB through Python


 

This article is part of Robert Sheldon’s continuing series on Mongo DB. To see all of the items in the series, click here.

This article is a bit of a departure from the previous articles in this series. Rather than focusing exclusively on MongoDB, I explain how to access MongoDB through the Python programming language. Many data-driven applications rely on MongoDB for their data, including those written in Python, and I think it’s important to understand how data can be accessed and modified from within an application. Covering this topic also helps to round out the series so you a