Learnmonkey Learnmonkey Logo
× Warning:

The tutorial you are reading is currently a work in-progress.

Introduction to PyMongo

What is MongoDB?

Before we can understand what PyMongo is, we need to understand what MongoDB is. MongoDB is a database where you can store your JSON documents without any schema, which makes it very flexible and scalable.

MongoDB's Logo

What is PyMongo?

PyMongo is a Python module which allows us to connect to MongoDB and use it in our Python applications.