Changes for page How to Use Pymongo to Store Data
Last modified by Leon Poon on 2021/03/23 13:17
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -2,7 +2,7 @@ 2 2 3 3 Make sure that your [[mongo server is running>>doc:Computing Newbies.How to connect to mongo server.WebHome]]. 4 4 5 -[[In the virtualenv, install pymongo>>doc:Computing Newbies.Python Newbies.How to add libraries to a virtualenv.WebHome]], then try out this .py file [[in the virtualenv>>doc: Computing Newbies.Python Newbies.How to Run a Python Script in a VirtualEnv.WebHome]].5 +[[In the virtualenv, install pymongo>>doc:Computing Newbies.Python Newbies.How to add libraries to a virtualenv.WebHome]], then try out this .py file [[in the virtualenv>>doc:Main.How to Run a Python Script in a VirtualEnv.WebHome]]. 6 6 7 7 {{code language="python"}} 8 8 from pymongo import MongoClient