geekdoc-python-zh/docs/pythonlibrary/python-101-importing-video.md

15 lines
748 B
Markdown
Raw Normal View History

2024-10-20 12:24:46 +08:00
# 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/)