Create a Python Application using MySQL

Por: Coursera . en: ,

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. MySQL is one of the most popular relational databases and is backed by the Oracle corporation as well. This provides the developer with a variety of online resources.
The popularity of MySQL combined with the popularity of Python has resulted in the development of an API that makes the interface between Python and MySQL almost seamless.

In this course, you will create a Python application using Python’s MySQL Connector that creates a MySQL database containing words and their definitions. You will then retrieve words and definitions from the database table, update a definition in the database table, 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.

Plataforma