一、導(dǎo)入模塊
importmodule
frommodule.xximportxx
frommodule.xximportxxasrename
frommodule.xximport*
二、開源模塊
yum、pip、apt-get
源碼編譯安裝:Pythonsetup.pybuildPythonsetupinstall
三、常用模塊
os模塊#用作系統(tǒng)級別的工作
sys模塊#提供解釋器相關(guān)操作
hashlib模塊#用于加密相關(guān)的操作
json和pickle模塊#用于序列化數(shù)據(jù)
subprocess模塊
shuit模塊#文件的復(fù)制移動
logging模塊#格式化記錄日志
random模塊用于取隨機(jī)數(shù)
timedatetime模塊時間模塊
re模塊正則匹配