Python for MySQL / MariaDB Databases with XAMPP | Zebracode |



Python for MySQL / MariaDB Databases with XAMPP | Zebracode |

Python for MySQL / MariaDB Databases with XAMPP | Zebracode |

This video teaches you how to connect and use Python with MySQL / MariaDB databases. In the process, you will learn how to work with XAMPP, CMD and PHPMYADMIN.

Python for MySQL / MariaDB Databases with XAMPP | Zebracode |

Timestamp
00:00:00 – Introduction
00:00:50 – Databases supported by Python
00:01:20 – Python and MySQL Connector Modules
00:03:03 – Starting the MySQL Server and logging in
00:06:10 – Installing the MySQL Connector Python module
00:09:10 – Connecting to the MySQL Server
00:16:20 – Creating a database
00:20:37 – Creating a table
00:28:06 – Inserting values (single value) into a table
00:40:30 – Adding multiple values into a table
00:53:45 – Deleting records from a database
01:03:10 – Updating records in a table
01:07:52 – Viewing a database content with the PHPMYADMIN Web GUI

Comments are closed.