Skip to content

Instantly share code, notes, and snippets.

@namlook
Created September 26, 2013 12:32
Show Gist options
  • Save namlook/6713515 to your computer and use it in GitHub Desktop.
Save namlook/6713515 to your computer and use it in GitHub Desktop.
>>> import pymongo
>>> con = pymongo.Connection()
>>> nugget = con.elkorado.nuggets.find_one({"discoverer": "namlook"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment