Python and MongDB »

My Coding > Programming language > Python > Python and SQL > Python and MongDB

Python and MongDB

MongDB is a NoSQL database for storage documents in JSON format.

For working with MongDB it is nesessay to install following modules:

  • pymongo - Python driver for MongoDB
  • dnspython - DNS toolkit for Python – useful for access MongoDB on remote cluster
  • pprint - Nice printing of JSON documents


Published: 2021-12-23 11:57:59
Updated: 2021-12-23 11:58:40

Last 10 artitles


9 popular artitles

© 2020 MyCoding.uk -My blog about coding and further learning. This blog was writen with pure Perl and front-end output was performed with TemplateToolkit.