Menu
  • Blog
  • Archive
    • Motorcycle Safety Riding | 機車安全駕駛 | 機車防禦駕駛
    • A Day A Python Standard Library
    • IOTA
    • Opinion | 媒體投書 | 個人觀點
  • Projects
  • Album
  • Teaching
  • Signature
  • About Me

louie_lu's blog.

人生是個無盡的深淵

標籤: adayastdlib

random — 你所不知道的 Python 標準函式庫用法 02

In ADAPSL, PythonTags adayastdlib, python2017-07-272 Comments louie.lu

random – 產生偽隨機亂數 This module implements pseudo-random number generators for various distributions. 官方介紹文件:9.6. random — Generate pseudo-random numbers 如果要產生亂數密碼或是 token,請使用 secrets 模組,絕對不要使用 rand …

Continue Reading

sys — 你所不知道的 Python 標準函式庫用法 01

In ADAPSL, PythonTags adayastdlib, python2017-07-261 Comment louie.lu

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 …

Continue Reading

有關 Python 官方文件介紹以及 MOTW3 介紹之函式庫統計

In ADAPSLTags adayastdlib2017-07-25Leave a comment louie.lu

Python Documentations – The Python Standard Library 一共 247 個標準函式庫在 Python 官方文件被介紹。 [crayon-63d8f1e05e919141327369/] Python 3 Module Of The Week MOTW3 一共介紹 117 個 Python 標準函式庫。 [crayon-63d8f1e05e91 …

Continue Reading

文章導覽

1 2

Site Footer

Contact: me at louie dot lu