Conversation
| I discovered pymongo when i was developing a small website for a project in school, and after discovering how simple it is, i've been using it for my small projects. | ||
| After going through this tutorial, I'm hoping you will feel the same. | ||
|
|
||
| <h2><b>Prerequisites</b></h2> |
There was a problem hiding this comment.
This should be ##Prerequisites (the markdown renders to a <H2>). Also the <b> is unnecessary
| ``` python | ||
| $ mongod | ||
| ``` | ||
| <h2>Set up connection with Mongoclient</h2> |
There was a problem hiding this comment.
##Set up connection with Mongoclient
| ``` | ||
|
|
||
| Now that we are done with the necessary connections, lets get into the more interesting part: | ||
| <h2> Creating a database</h2> |
There was a problem hiding this comment.
see above on using markdown headings. (should be ##Creating a database)
| about_author: <p>A software developer at Cysect Solution and loves Python. Check out <a href="https://georgekihara.github.io/">George Kihara</a> | ||
| --- | ||
|
|
||
| <img src="img/pymongo.jpeg" margin-left="30%" /> |
There was a problem hiding this comment.
markdown => 
|
|
||
|
|
||
| Thanks for going through my tutorial, I hope it will help you create better databases. | ||
| <p>For more information, you can visit <a href="http://api.mongodb.com/python/current/tutorial.html">MONGODB</a></p> |
There was a problem hiding this comment.
no need for <p>. A newline before a block of text renders paragraph
|
The image you nuked ( |
| --- | ||
| Title: Pymongo in mongoDB | ||
| Tags: pymongo, python, mongodb | ||
| Date: 2017-09-22 15:10:00 |
There was a problem hiding this comment.
Timestamp this to the date of this PR
|
I have corrected the mistakes, please let me know if there are more changes i need to make. |
A blog on PyMongo