random – 產生偽隨機亂數 This module implements pseudo-random number generators for various distributions. 官方介紹文件:9.6. random — Generate pseudo-random numbers 如果要產生亂數密碼或是 token,請使用 secrets 模組,絕對不要使用 rand …
標籤: adayastdlib
sys — 系統相關的參數以及函式 This module provides access to some variables used or maintained by the interpreter and to functions that interact strongly with the interpreter. It is always available. 官方介紹文件:29.1 s …
Python Documentations – The Python Standard Library 一共 247 個標準函式庫在 Python 官方文件被介紹。 [crayon-63d8f1e05e919141327369/] Python 3 Module Of The Week MOTW3 一共介紹 117 個 Python 標準函式庫。 [crayon-63d8f1e05e91 …