Book Image

Python GUI Programming Cookbook

By : Burkhard Meier
Book Image

Python GUI Programming Cookbook

By: Burkhard Meier

Overview of this book

Table of Contents (18 chapters)
Python GUI Programming Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 7. Storing Data in Our MySQL Database via Our GUI

In this chapter we will enhance our Python GUI by connecting to a MySQL database.

  • Connecting to a MySQL database from Python

  • Configuring the MySQL connection

  • Designing the Python GUI database

  • Using the SQL INSERT command

  • Using the SQL UPDATE command

  • Using the SQL DELETE command

  • Storing and retrieving data from our MySQL database