User:Jules/pymongo: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

22 November 2015

  • curprev 11:3611:36, 22 November 2015Jules talk contribs 561 bytes +561 Created page with "<source lang="python"> import pymongo, sys from math import sqrt from pymongo import MongoClient client = MongoClient() #client = MongoClient('localhost',27017) db = client.p..."