You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: all.html
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9072,6 +9072,9 @@ <h1>MongoDB</h1>
9072
9072
<div class="well see-also">MongoDB is an implementation of the <a href="/no-sql-datastore.html">NoSQL database</a> concept. Learn more in the <a href="/data.html">data</a> chapter or view the <a href="/table-of-contents.html">table of contents</a> for all topics.</div>
9073
9073
9074
9074
<h3>Introduction to MongoDB tutorials</h3>
9075
+
<p>MongoDB is straightforward to use in a Python application when a driver
9076
+
such as PyMongo is installed. The following tutorials show how to install,
9077
+
configure and start using MongoDB with Python.</p>
9075
9078
<ul>
9076
9079
<li>
9077
9080
<p><a href="https://realpython.com/blog/python/introduction-to-mongodb-and-python/">Introduction to MongoDB and Python</a>
@@ -9082,6 +9085,11 @@ <h3>Introduction to MongoDB tutorials</h3>
9082
9085
goes over the basics for creating, querying, updating and deleting data
9083
9086
in MongoDB.</p>
9084
9087
</li>
9088
+
<li>
9089
+
<p>A <a href="http://altons.github.io/python/2013/01/21/gentle-introduction-to-mongodb-using-pymongo/">Gentle Introduction to MongoDB using Pymongo</a>
9090
+
reviews a connection configuration file, the basics for data insertion,
Copy file name to clipboardExpand all lines: mongodb.html
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,9 @@ <h1>MongoDB</h1>
44
44
<divclass="well see-also">MongoDB is an implementation of the <ahref="/no-sql-datastore.html">NoSQL database</a> concept. Learn more in the <ahref="/data.html">data</a> chapter or view the <ahref="/table-of-contents.html">table of contents</a> for all topics.</div>
45
45
46
46
<h3>Introduction to MongoDB tutorials</h3>
47
+
<p>MongoDB is straightforward to use in a Python application when a driver
48
+
such as PyMongo is installed. The following tutorials show how to install,
49
+
configure and start using MongoDB with Python.</p>
47
50
<ul>
48
51
<li>
49
52
<p><ahref="https://realpython.com/blog/python/introduction-to-mongodb-and-python/">Introduction to MongoDB and Python</a>
@@ -54,6 +57,11 @@ <h3>Introduction to MongoDB tutorials</h3>
54
57
goes over the basics for creating, querying, updating and deleting data
55
58
in MongoDB.</p>
56
59
</li>
60
+
<li>
61
+
<p>A <ahref="http://altons.github.io/python/2013/01/21/gentle-introduction-to-mongodb-using-pymongo/">Gentle Introduction to MongoDB using Pymongo</a>
62
+
reviews a connection configuration file, the basics for data insertion,
0 commit comments