Python y base de datos MySQL: una introducción práctica - Real Python
https://realpython.com/python-mysql/
https://realpython.com/python-mysql/
Realpython
Python and MySQL Database: A Practical Introduction – Real Python
In this tutorial, you'll learn how to connect your Python application with a MySQL database. You'll design a movie rating system and perform some common queries on it. You'll also see best practices and tips to prevent SQL injection attacks.