15 lines
748 B
Markdown
15 lines
748 B
Markdown
|
|
# Python 101 -导入模块(视频)
|
|||
|
|
|
|||
|
|
> 原文:<https://www.blog.pythonlibrary.org/2021/09/17/python-101-importing-video/>
|
|||
|
|
|
|||
|
|
在这个视频教程中,你将学习如何使用 **import** 和 **from** 关键字导入模块
|
|||
|
|
|
|||
|
|
[https://www.youtube.com/embed/ff_0hypwIPA?feature=oembed](https://www.youtube.com/embed/ff_0hypwIPA?feature=oembed)
|
|||
|
|
|
|||
|
|
## 相关教程
|
|||
|
|
|
|||
|
|
* Python 101: [关于导入的一切](https://www.blog.pythonlibrary.org/2016/03/01/python-101-all-about-imports/)
|
|||
|
|
|
|||
|
|
* [用 wxPython 创建一个简单的向导(视频)](https://www.blog.pythonlibrary.org/2021/09/10/creating-a-simple-wizard-with-wxpython-video/)
|
|||
|
|
|
|||
|
|
* [Python 101–处理文件(视频)](https://www.blog.pythonlibrary.org/2021/09/03/python-101-working-with-files-video/)
|