Skip to Content
Intuitive Python
book

Intuitive Python

by David Muller
May 2021
Intermediate to advanced
142 pages
3h 37m
English
Pragmatic Bookshelf
Content preview from Intuitive Python

Using Python’s Built-In Database with sqlite3

A fully featured SQL database called SQLite comes bundled with your Python programming language install. In case you haven’t used SQLite before, it’s a SQL database engine that stores all your table and row data in a single file. SQLite pervades software today: it comes with every Android and iOS phone, all the major web browsers, inside PHP, all Macs, and so forth.[58]

You can use Python’s sqlite3 standard library module to create a SQLite database, connect to it, and write and read contents from it.

What Does SQLite Do Well?

images/aside-icons/note.png

SQLite pervades software for good reason: its backing file format is fully ...

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

Pythonic Programming

Pythonic Programming

Dmitry Zinoviev
Python for Geeks

Python for Geeks

Muhammad Asif

Publisher Resources

ISBN: 9781680508635Errata Page