Create a Python Application using PyMongo and MongoDB Database
Coursera Project Network via Coursera
-
31
-
- Write review
This course may be unavailable.
Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Data plays a crucial role in application development. It plays such a crucial role that there are people called Database Administrators that specialize in just organizing the data. The traditional database used to be, and often still is, a relational database. MongoDB is more flexible than a relational database, and as such provides the developer with a database that can easily be changed during the development phase.
The increased popularity of MongoDB combined with the popularity of Python has resulted in a Python library called PyMongo, which provides an API for communicating with MongoDB.
In this course, you will create a Python application, using PyMongo, that creates a MongoDB database containing words and their definitions. You will then retrieve data from the collection and display a selected Word’s definition.
Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions.
Syllabus
- Python and MongoDB
- In this project, you will create a Python application, using PyMongo, that creates a MongoDB database containing words and their definitions. You will then retrieve data from the collection and display a selected word’s definition.
Taught by
David Dalsveen