Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 392 Bytes

File metadata and controls

12 lines (9 loc) · 392 Bytes

SQL-Python

MySQL with Python

In this tutorial you will learn about mysql with python and be familiar with queries.

  1. connect to mysql server
  2. interact with database through query
  3. implement classes to choose between different database management systems like mysql and sqlite
  4. copy tables between mysql and sqlite and vice versa.