摘要: 23.1. cmd — Support for line-oriented command interpreters 23.2. shlex — Simple lexical analysis 阅读全文
posted @ 2016-05-16 17:33 leemiracle 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 22.1. gettext — Multilingual internationalization services 22.2. locale — Internationalization services 阅读全文
posted @ 2016-05-16 17:31 leemiracle 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 21.1. audioop — Manipulate raw audio data 21.2. imageop — Manipulate raw image data 21.3. aifc — Read and write AIFF and AIFC files 21.4. sunau — Read 阅读全文
posted @ 2016-05-16 17:30 leemiracle 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 20.1. webbrowser — Convenient Web-browser controller 20.2. cgi — Common Gateway Interface support 20.3. cgitb — Traceback manager for CGI scripts 20.4 阅读全文
posted @ 2016-05-16 17:27 leemiracle 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 19.1. HTMLParser — Simple HTML and XHTML parser 19.2. sgmllib — Simple SGML parser 19.3. htmllib — A parser for HTML documents 19.4. htmlentitydefs — 阅读全文
posted @ 2016-05-16 17:21 leemiracle 阅读(214) 评论(0) 推荐(0) 编辑
摘要: email json mailcap mailbox mhlib mimetools mimetypes MimeWriter mimify multifile rfc822 base64 binhex binascii quopri uu 阅读全文
posted @ 2016-05-16 17:17 leemiracle 阅读(227) 评论(0) 推荐(0) 编辑
摘要: subprocess:子进程管理 socket:网络接口 ssl:socket对象的tls/ssl 封装 signal:为异步事件设置handlers popen2子进程和可访问的I/O流 asyncore:异步socket的handler asynchat:异步socket的command/res 阅读全文
posted @ 2016-05-16 17:10 leemiracle 阅读(150) 评论(0) 推荐(0) 编辑
摘要: select :等待I/O实现 threading:高层次的线程接口 thread:多线程调度 dummy_threading:提供threading模块的副本接口 dummy——thread:提供thread模块的副本接口 mutiprocessing:在全局调度锁下使用子进程 mmap:内存-映 阅读全文
posted @ 2016-05-16 16:57 leemiracle 阅读(99) 评论(0) 推荐(0) 编辑
摘要: os:微型计算机操作系统接口 io:流的核心工具 time:时间的获得和转换 argparse:解析命令行的选项、参数和子命令 optparse:解析命令行的选项 getopt:解析C风格的命令行选项 logging日志 logging.config logging.handlers getpass 阅读全文
posted @ 2016-05-16 16:24 leemiracle 阅读(128) 评论(0) 推荐(0) 编辑
摘要: hashLib:hashes和信息摘要 hmac :hash键值信息签名 md5:md5信息摘要算法 sha:SHA-1信息摘要算法 阅读全文
posted @ 2016-05-16 16:09 leemiracle 阅读(152) 评论(0) 推荐(0) 编辑
摘要: csv ConfigParser:配置文件解析 robotparser:解析robots.txt netrc:netrc文件(ftp的用户配置脚本) xdrlib:编码和解析XDR数据 plistlib:生成和解析mac os x的.plist文件 阅读全文
posted @ 2016-05-16 16:01 leemiracle 阅读(145) 评论(0) 推荐(0) 编辑
摘要: zlib:压缩兼容gzip gzip bz2:压缩兼容bzip2 zipfile:和ZIP版本一起工作 tarfile:读和写tar文件 阅读全文
posted @ 2016-05-16 15:41 leemiracle 阅读(139) 评论(0) 推荐(0) 编辑
摘要: pickle python对象序列化 cpickle 更快版本的pickle copy_reg:在使用pickle特定函数时,提供一个方法去定义函数 shelve:python对象序列化(pickle后台支持) marshal:内部python对象序列化 anydbm:DBM dbm gdbm:GN 阅读全文
posted @ 2016-05-16 15:37 leemiracle 阅读(103) 评论(0) 推荐(0) 编辑
摘要: os.path fileinput stat statvfs filecmp tempfile glob fnmatch linecache shutil dircache macpath 阅读全文
posted @ 2016-05-16 15:11 leemiracle 阅读(105) 评论(0) 推荐(0) 编辑
摘要: numbers:数据抽象的基础类 math:数学公式的函数 cmath:复数的数据处理函数 decimal:双精度 fractions:有理数 random:生成随机数 itertools:为高效的循环创建合适的迭代器 functools:将所有可调用的对象,以函数的方式对待 operator:函数 阅读全文
posted @ 2016-05-16 15:08 leemiracle 阅读(69) 评论(0) 推荐(0) 编辑
摘要: datetime:基础的日期和时间类型 calendar:通用日历相关的函数 collections:性能优异的数据类型容器 heapq:堆,队列的算法 bisect:数组二分算法 array :高效的数值数组 sets:未排序的容器(值唯一) sched: 事件调度 queue:同步队列的类 we 阅读全文
posted @ 2016-05-16 14:54 leemiracle 阅读(112) 评论(0) 推荐(0) 编辑
摘要: string通用字符串操作: re,正则表达式 difflib,比较序列 stringIO:以文件的方式来读和写字符串 CstringIO:更快捷的stringIO版本 textwrap:文本包装和填写 codecs:解码编码器的注册和基础类 unicodedata:Uicode资料库 stringprep:网络文本的预处理 阅读全文
posted @ 2016-05-16 14:34 leemiracle 阅读(117) 评论(0) 推荐(0) 编辑