1. 程式人生 > >python 13 常用模組

python 13 常用模組

一.time模組

1.time.time()獲取當前時間戳,返回長整型

2.time.localtime() 獲取當地結構化時間,time.gmtime()獲取格林尼治時間  

 

 一圖需要傳入匹配格式,二圖不需要傳入匹配格式

  • 二[].random模組

choice([])列表中陣列隨機

sample(),陣列中只選指定個數

uniform()1到3,隨機

shuffle()打亂順序

  • 三.os模組

1.os.path.dirname()獲取該檔案/資料夾所在資料夾的路徑

2.os.path.abspath()獲取該檔案的絕對路徑

3.__file__該檔案的物件