Introduction to MongoDB and Python

Python is a powerful programming language used for many different types of applications within the development community. Many know it as a flexible language that can handle just about any task.

So, what if our complex Python application needs a database that’s just as flexible as the language itself?

This is where NoSQL, and specifically MongoDB, come in to play.

Throughout this article we’ll show you how to use Python to interface with the popular MongoDB (v3.4.0) database, along with an overview of SQL vs. NoSQL, PyMongo (v3.4.0), and MongoEngine (v0.10.7), among other things.

SQL vs NoSQL

In case you aren’t familiar with it, MongoDB is a

 

 

 

To finish reading, please visit source site