Python Modules Intro 20091123
神奇的 PyMOTW 模組…
PyMOTW 是 PYthon Module Of The Week 的簡寫。為什麼說它神奇呢,因為這算是個教學的模組,你不能拿它直接寫/用 Python 程式,可是你可以經由它學習如何寫 Python。它的簡介是這麼說的:
The Python Module of the Week series, or PyMOTW, is a tour of the Python standard library through short examples.
換中文說,就是讓你由範例中學習 Python 的標準函式庫。當然,它也有網頁版(我不確定這樣講對不對 :p),最近幾期的內容集中在 sys 這個 module,目前(20091123)內容是 Modules and Imports。
不過就我個人而言,用 RSS 訂比 d/l 下來看(compile? :p)還來得方便。


