What you'll learn Basics of the Python programming language Requirements There…
Learn MongoDB with Python and mongoengine. In this short, free course, we will build an AirBnB knock-off using Python and MongoDB. You will learn enough to get up and running with MongoDB for your next project.
According the to 2017 StackOverflow developer survey, MongoDB is one of the most loved and is by far the most wanted databases of 2017. You will learn many of the skills necessary to build MongoDB backed applications.
We will primarily focus on accessing MongoDB from the ODM mongoengine. While you can use the lower-level pymongo package, you’ll see that mongoengine adds powerful additional features not natively found in MongoDB such as required fields and default values.
You will learn
Development, MongoDB, Programming, Python