The Definitive Guide to MongoDB: The NoSQL Database for Cloud and Desktop Computing
by Eelco Plugge, Peter Membrey, Tim Hawkins
Chapter 7. Python and MongoDB
Python is by far one of the easier programming languages to learn and master. It's an especially great language to start with if you are relatively new to programming. And you'll pick it up that much more quickly if you're already quite familiar with programming.
Python can be used to quickly develop an application while ensuring the code itself remains perfectly readable. With that in mind, this chapter will show you how to write simple yet elegant, clear, and powerful code that works with MongoDB through the Python driver (AKA, the PyMongo driver).
First, you'll look at the Connection() function, which enables you to establish a connection to the database. Second, you'll learn how to write documents, or dictionaries ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access