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