MongoDB and Python in action


Overview

As a part of this article, we will learn basics of connecting to MongoDB using a python stand-alone script to make sure that we can push data into our locally setup MongoDB. We will focus on the following areas:

Downloading and installing MongoDB Setting up MongoDB locally Writing a python script to connect to MongoDB Introduction

MongoDB is one of the most popular NoSQL databases. It is flexible, fast, and perfect for modern applications. In this article, we’ll walk through the complete setup and usage of MongoDB on a local (Windows) system, and how to interact with