day20.模块和包
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了day20.模块和包相关的知识,希望对你有一定的参考价值。
阅读目录
一 模块
3.1 import
3.2 from ... import...
3.3 把模块当做脚本执行
3.4 模块搜索路径
3.5 编译python文件
二 包
2.2 import
2.3 from ... import ...
2.4 __init__.py文件
2.5 from glance.api import *
2.6 绝对导入和相对导入
2.7 单独导入包
以上是关于day20.模块和包的主要内容,如果未能解决你的问题,请参考以下文章
python's twenty eithth day for me 模块和包