八:常用模块

1.模块

内置模块:python解释器就会加载

三方模块:需要安装,然后import才可以使用

自定义模块:自己写的py文件

2.常用模块

 常用模块一、

      collocations 模块

      时间模块

      random模块

      os模块

      sys模块

      序列化模块

      re模块

  常用模块二:这些模块和面向对象有关

      hashlib模块

      configparse模块

      logging模块

猜你喜欢

转载自www.cnblogs.com/gyxpy/p/11610844.html