7 lines
498 B
Markdown
7 lines
498 B
Markdown
# Python 101:第 18 集 sqlite 模块
|
|
|
|
> 原文:<https://www.blog.pythonlibrary.org/2018/08/02/python-101-episode-18-the-sqlite-module/>
|
|
|
|
[https://www.youtube.com/embed/vXrRextJjfs?feature=oembed](https://www.youtube.com/embed/vXrRextJjfs?feature=oembed)
|
|
|
|
在这个截屏中,我们将学习 Python 的内置 [sqlite 模块](https://docs.python.org/3/library/sqlite3.html)。这一集是根据 Python 101 的第 18 章改编的,你可以在这里读到:【http://python101.pythonlibrary.org/T2 |