Skip to content

Instantly share code, notes, and snippets.

@oddjobz
Created March 28, 2020 02:19
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 oddjobz/b4b8e1d1bdeba869833b5dfebf8d5ad5 to your computer and use it in GitHub Desktop.
Save oddjobz/b4b8e1d1bdeba869833b5dfebf8d5ad5 to your computer and use it in GitHub Desktop.
>>> for doc in people.find():
... print(doc)
...
{'_id': b'58ed69161839fc5e5a57bc35', 'name': 'Fred Bloggs', 'age': 21}
{'_id': b'58ed69211839fc5e5a57bc36', 'name': 'Joe Smith', 'age': 22}
{'_id': b'58ed69301839fc5e5a57bc37', 'name': 'John Doe', 'age': 19}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment