標準類庫學習筆記

1. operating system
        os, shutil
        dir(), help()

2. command and input output
        sys
        sys.argv, sys.stderr, sys.stdout

3. String Pattern Matching
        re

4. Mathematics
        math, random

5. Internet
        urllib2, smtplib

6. date and time
        datetime

7. Data Compression
        zlib

8. Performance Measurement
        timeit
        Timer

9. Quality Control
        doctest, unittest

       

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章