Skip to content

Instantly share code, notes, and snippets.

@kent
Created February 14, 2013 15:18
Show Gist options
  • Save kent/4953484 to your computer and use it in GitHub Desktop.
Save kent/4953484 to your computer and use it in GitHub Desktop.
from pymongo import MongoClient
connection = MongoClient('173.255.248.42', 27017)
db = connection.eventish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment