python 包和模块

内置包

  os

  sys

  time    (python时间模块)

  datetime (python时间模块)

  random  (python随机模块)

  re   (python正则表达式)

  subprocess (python执行Linux/shell commands)

  logging

  hashlib

  argparse(参数解释)

第三方包

  openpyxl(excel表格处理)

  pyexcel    (excel表格处理)

  paramiko(remote execute Linux/shell commands.)

自定义包

 

 
posted @ 2020-03-30 16:52  zhuang6  阅读(101)  评论(0)    收藏  举报