Skip to Content
Tkinter GUI Programming by Example
book

Tkinter GUI Programming by Example

by David Love
April 2018
Beginner content levelBeginner
340 pages
7h 54m
English
Packt Publishing
Content preview from Tkinter GUI Programming by Example

The sqlite3 module

SQLite is a database technology which comes included with Python, via the sqlite3 module. It works by creating a file on the user's filesystem which is then altered using basic SQL syntax.

Since data stored in a SQLite database is stored on disk, it can be used as a form of permanent storage for web and GUI applications.

Using sqlite in Python is as easy as importing the built-in sqlite3 module and then sending it several SQL queries.

We will be using sqlite to store some data about our chat application on the server. Let's have an introduction to sqlite by creating data storage for the users of our chat application.

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Tkinter GUI Application Development Blueprints, Second Edition - Second Edition

Tkinter GUI Application Development Blueprints, Second Edition - Second Edition

Bhaskar Chaudhary

Publisher Resources

ISBN: 9781788627481Supplemental Content