Python MySQL Tutorial - Setup & Basic Queries (w/ MySQL Connector)

Learn how to use MySQL and SQL with python. In this series I will show you how to use the python mysql connector to create tables, insert data and work with a MySQL database. MySQL is a relational database management system. It is a great tool to learn how to use and will allow you to demonstrate your experience with RDBMS to future employers. (Employers usually require you know SQL!!) Links: MySQL: Python Connector:
Back to Top