This tutorial series shows you how to use MySQL Connector/Python to access MySQL databases from Python programs.
What you’ll learn:
- Connect to MySQL server from a Python program
- Insert, Select, Update, and Delete data in the database in Python.
- Call MySQL stored procedures from Python
- Writing / Reading BLOB data in MySQL database from Python.
Prerequisites
- Python Programming
- Basic MySQL
- MySQL stored procedures