模块分标准模块与第三方模块标准模块如:

import os #系统默认标准模块
import sys #系统默认标准模块

第三方模块如:

django或自定义的模块

自定义的模块方法: