18 lines
898 B
Markdown
18 lines
898 B
Markdown
|
|
# Python 101:第 30 集 configobj 包
|
||
|
|
|
||
|
|
> 原文:<https://www.blog.pythonlibrary.org/2018/10/24/python-101-episode-30-the-configobj-package/>
|
||
|
|
|
||
|
|
在这一集里,你将学习如何使用 configobj 包。这是一个第三方包,我认为它比 Python 内置的 configparser 模块更好用,也更容易使用。
|
||
|
|
|
||
|
|
[https://www.youtube.com/embed/CvtKvxspJmo?feature=oembed](https://www.youtube.com/embed/CvtKvxspJmo?feature=oembed)
|
||
|
|
|
||
|
|
你也可以在这里阅读本视频所依据的章节,或者在 [Leanpub](https://leanpub.com/python_101) 上找到这本书
|
||
|
|
|
||
|
|
[]( https://leanpub.com/python_101)
|
||
|
|
|
||
|
|
* * *
|
||
|
|
|
||
|
|
### 相关阅读
|
||
|
|
|
||
|
|
* 简要 [ConfigObj 教程](https://www.blog.pythonlibrary.org/2010/01/01/a-brief-configobj-tutorial/)
|
||
|
|
* [ConfigObj + wxPython =极客快乐](https://www.blog.pythonlibrary.org/2010/01/17/configobj-wxpython-geek-happiness/)
|