Real Python: MySQL Databases and Python
MySQLis one of the most populardatabase management systems (DBMSs)on the market today. It ranked second only to theOracle DBMSin this year’sDB-Engines Ranking. As most software applications need to interact with data in some form, programming languages like Python provide tools for storing and accessing these data sources.
Using the techniques discussed in this video course, you’ll be able to efficiently integrate a MySQL database with a Python application. You’ll develop a small MySQL database for a movie rating system and learn how to query it directly from your Python code.
By the end of this video course, you’ll be able to:
- Identify unique features ofMySQL
- Connect your applicationto a MySQL database
- Query the database tofetch required data
- Handle exceptionsthat occur while accessing the database
- Usebest practiceswhile building database applications
[ Improve Your Python With 🐍 Python Tricks 💌 – Get a short & sweet Python Trick delivered to your inbox every couple of days.>> Click here to learn more and see examples]