In this tutorial you will learn about mysql with python and be familiar with queries.
- connect to mysql server
- interact with database through query
- implement classes to choose between different database management systems like mysql and sqlite
- copy tables between mysql and sqlite and vice versa.