Eight: Common module

1. Module

Built-in module: python interpreter will load

Tripartite Module: the need to install, and then import before you can use

Custom modules: Write your own py file

2. Common Module

 A common module,

      collocations module

      Time Module

      random module

      os module

      sys module

      Sequencing module

      re module

  Common Module II: For these modules and object-oriented

      hashlib module

      configparse module

      logging module

 

Guess you like

Origin www.cnblogs.com/gyxpy/p/11610844.html