This repository goes along with the medium post Beginner’s guide to pymongo using Spotify Top50 2019 songs.
Anyone working with databases should know the process of Create/Insert, Read/Query, Update and Delete (CRUD for short). For mongodb database, this could now be done using python with the help of a library called pymongo.
The post aims to explain the same and the code for the entire post is contained in this repo.