Skip to content

Instantly share code, notes, and snippets.

@prakashthegyan
Last active February 12, 2020 05:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prakashthegyan/b803c0e65e24b1b61ee894c789bcb28a to your computer and use it in GitHub Desktop.
Save prakashthegyan/b803c0e65e24b1b61ee894c789bcb28a to your computer and use it in GitHub Desktop.
import pymongo
import pprint
mongo_uri = "mongodb://localhost:27017/"
client = pymongo.MongoClient(mongo_uri)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment