Page 94 - Python Tutorial
P. 94
Python Tutorial, Release 3.7.0
• The sqlite3 module is a wrapper for the SQLite database library, providing a persistent database
that can be updated and accessed using slightly nonstandard SQL syntax.
• Internationalization is supported by a number of modules including gettext, locale, and the codecs
package.
88 Chapter 10. Brief Tour of the Standard Library