论坛元老
- 威望
- 150
- 贡献
- 182
- 热心值
- 10
- 金币
- 46604
- 注册时间
- 2020-8-31
|
——/1.Python标准库(中文版) /
├──1.简介 - Python 3.6 .pdf 242.46kb
├──10.1。 itertools - 为高效循环创建迭代器的函数 - Python 3.6 .pdf 1.04M
├──10.2。 functools - 高阶函数和对可调对象的操作 - Python 3.6 .pdf 690.80kb
├──10.3。 运算符 - 标准运算符作为函数 - Python 3.6 .pdf 528.98kb
├──10.功能编程模块 - Python 3.6 .pdf 169.96kb
├──11.1. pathlib — Object-oriented filesystem paths中文 — Python 3.6 .pdf 671.24kb
├──11.10。 shutil - 高级文件操作 - Python 3.6 .pdf 733.17kb
├──11.11。 macpath - Mac OS 9路径处理函数 - Python 3.6 .pdf 235.99kb
├──11.2. os.path — Common pathname manipulations中文 — Python 3.6 .pdf 503.42kb
├──11.3。 fileinput - 从多个输入流迭代 - Python 3.6 .pdf 451.22kb
├──11.4。 stat - Interpreting stat()results中文 - Python 3.6 .pdf 520.00kb
├──11.5。 filecmp - 文件和目录比较 - Python 3.6 .pdf 414.87kb
├──11.6。 tempfile - 生成临时文件和目录 - Python 3.6 .pdf 536.71kb
├──11.7。 glob - Unix风格路径名模式扩展 - Python 3.6 .pdf 369.52kb
├──11.8。 fnmatch - Unix文件名模式匹配 - Python 3.6 .pdf 344.87kb
├──11.9。 linecache - 随机访问文本行 - Python 3.6 .pdf 353.54kb
├──11.文件和目录访问 - Python 3.6 .pdf 301.26kb
├──12.1。 pickle - Python对象序列化 - Python 3.6 .pdf 1.04M
├──12.2. copyreg — Register pickle support functions中文 — Python 3.6 .pdf 311.09kb
├──12.3。 搁置 - Python对象持久性 - Python 3.6 .pdf 664.76kb
├──12.4。 marshal - 内部Python对象序列化 - Python 3.6 .pdf 385.08kb
├──12.5。 dbm - 接口到Unix“databases” - Python 3.6 .pdf 610.18kb
├──12.6。 sqlite3 - SQLite数据库的DB-API 2.0接口 - Python 3.6 .pdf 1.07M
├──12.数据持久性 - Python 3.6 .pdf 224.06kb
├──13.1。 zlib - 压缩兼容gzip - Python 3.6 .pdf 514.23kb
├──13.2。 gzip - 支持gzip文件 - Python 3.6 .pdf 476.88kb
├──13.3。 bz2 - 支持bzip2压缩 - Python 3.6 .pdf 447.16kb
├──13.4。 lzma - 使用LZMA算法压缩 - Python 3.6 .pdf 587.06kb
├──13.5。 zip文件 - 使用ZIP存档 - Python 3.6 .pdf 650.54kb
├──13.6。 tarfile - 读写tar档案文件 - Python 3.6 .pdf 694.18kb
├──13.数据压缩和归档 - Python 3.6 .pdf 271.94kb
├──14.1。 csv - CSV文件读写 - Python 3.6 .pdf 638.79kb
├──14.2。 configparser - 配置文件解析器 - Python 3.6 .pdf 1.02M
├──14.3。 netrc - netrc文件处理 - Python 3.6 .pdf 363.69kb
├──14.4。 xdrlib - 编码和解码XDR数据 - Python 3.6 .pdf 431.93kb
├──14.5。 plistlib - 生成和解析Mac OS X .plist文件 - Python 3.6 .pdf 437.08kb
├──14.文件格式 - Python 3.6 .pdf 186.57kb
├──15.1。 hashlib - 安全哈希和消息摘要 - Python 3.6 .pdf 753.89kb
├──15.2。 hmac - 消息验证的键控哈希 - Python 3.6 .pdf 406.12kb
├──15.3。 secrets - 生成安全的随机数字管理秘密 - Python 3.6 .pdf 504.14kb
├──15.加密服务 - Python 3.6 .pdf 190.56kb
├──16.10. curses — Terminal handling for character-cell displays 中文— Python 3.6 .pdf 819.18kb
├──16.12。 curses.ascii - ASCII字符的实用程序 - Python 3.6 .pdf 361.74kb
├──16.13。 curses.panel - curses的面板集合扩展 - Python 3.6 .pdf 242.63kb
├──16.14。 平台 - 访问底层平台的标识数据 - Python 3.6 .pdf 490.88kb
├──16.15。 errno - 标准errno系统符号 - Python 3.6 .pdf 403.97kb
├──16.16。 ctypes - Python的外部函数库 - Python 3.6 .pdf 1.05M
├──16.1。 os - 其他操作系统接口 - Python 3.6 .pdf 1.31M
├──16.2。 io - 使用流的核心工具 - Python 3.6 .pdf 794.12kb
├──16.3。 时间 - 时间访问和转换 - Python 3.6 .pdf 646.43kb
├──16.4。 argparse - 解析器的命令行选项,参数和子命令 - Python 3.6 .pdf 1000.12kb
├──16.5. getopt — C-style parser for command line options 中文— Python 3.6 .pdf 461.38kb
├──16.6。 日志记录 - Python的日志记录工具 - Python 3.6 .pdf 819.73kb
├──16.7. logging.config — Logging configuration — Python 3.6 .pdf 701.90kb
├──16.8。 logging.handlers - 日志处理程序 - Python 3.6 .pdf 776.49kb
├──16.9。 getpass - 便携式密码输入 - Python 3.6 .pdf 334.14kb
├──16.通用操作系统服务 - Python 3.6 .pdf 308.86kb
├──17.10。 _dummy_thread - drop-in替换_thread模块 - Python 3.6 .pdf 250.24kb
├──17.1。 线程 - 基于线程的并行性 - Python 3.6 .pdf 763.47kb
├──17.2。 多进程 - 基于进程的并行性 - Python 3.6 .pdf 1.52M
├──17.3。 并发包 - Python 3.6 .pdf 145.41kb
├──17.4。 concurrent.futures - 启动平行任务 - Python 3.6 .pdf 695.67kb
├──17.5。 subprocess - 子流程管理 - Python 3.6 .pdf 827.67kb
├──17.6。 sched - 事件调度程序 - Python 3.6 .pdf 393.09kb
├──17.7。 queue - 同步队列类 - Python 3.6 .pdf 454.03kb
├──17.8。 dummy_threading - 插入替换的线程模块 - Python 3.6 .pdf 254.72kb
├──17.9。 _thread - 低级线程API - Python 3.6 .pdf 438.17kb
├──17.并发执行 - Python 3.6 .pdf 264.29kb
├──18.1。 socket - 低级网络接口 - Python 3.6 .pdf 1.06M
├──18.2。 ssl - 用于套接字对象的TLS _ SSL包装器 - Python 3.6 .pdf 1.15M
├──18.3。 select - 等待I _ O完成 - Python 3.6 .pdf 571.42kb
├──18.4。 选择器 - 高级I _ O复用 - Python 3.6 .pdf 513.21kb
├──18.5.1。 基本事件循环 - Python 3.6 .pdf 816.32kb
├──18.5.2. Event loops — Python 3.6 .pdf 402.31kb
├──18.5.3。 任务和协程 - Python 3.6 .pdf 779.00kb
├──18.5.4。 传输和协议(基于回调的API) - Python 3.6 .pdf 756.59kb
├──18.5.5。 Streams(基于协程的API) - Python 3.6 .pdf 670.18kb
├──18.5.6。 Subprocess 中文- Python 3.6 .pdf 624.76kb
├──18.5.7。 同步原语 - Python 3.6 .pdf 428.84kb
├──18.5.8。 Queues - Python 3.6 .pdf 391.05kb
├──18.5.9。 使用asyncio - Python 3.6 .pdf 524.71kb
├──18.5。 asyncio - 异步I _ O,事件循环,协程和任务 - Python 3.6 .pdf 407.41kb
├──18.6。 asyncore - 异步套接字处理程序 - Python 3.6 .pdf 567.88kb
├──18.7。 asynchat - 异步套接字命令_响应处理程序 - Python 3.6 .pdf 502.89kb
├──18.8. signal — Set handlers for asynchronous events — Python 3.6 .pdf 528.95kb
├──18.9。 mmap - 内存映射文件支持 - Python 3.6 .pdf 611.88kb
├──18.进程间通信和网络 - Python 3.6 .pdf 296.75kb
├──19. Internet数据处理 - Python 3.6 .pdf 214.00kb
├──19.1.1. email.message_ Representing an email message 中文— Python 3.6 .pdf 632.10kb
├──19.1.10. email.mime_ Creating email and MIME objects from scratch中文 — Python 3.6 .pdf 414.36kb
├──19.1.11。 email.header:国际化头 - Python 3.6 .pdf 476.23kb
├──19.1.12。 email.charset:表示字符集 - Python 3.6 .pdf 391.75kb
├──19.1.13。 email.encoders:编码器 - Python 3.6 .pdf 319.54kb
├──19.1.14。 email.utils:Miscellaneous utilities中文 - Python 3.6 .pdf 480.45kb
├──19.1.15. email.iterators_ Iterators中文 — Python 3.6 .pdf 303.93kb
├──19.1.2。 email.parser:解析电子邮件 - Python 3.6 .pdf 516.67kb
├──19.1.3。 email.generator:生成MIME文档 - Python 3.6 .pdf 493.12kb
├──19.1.4。 email.policy:Policy Objects 中文- Python 3.6 .pdf 581.14kb
├──19.1.5。 email.errors:异常和缺陷类 - Python 3.6 .pdf 382.45kb
├──19.1.6。 email.headerregistry:自定义头对象 - Python 3.6 .pdf 565.12kb
├──19.1.7。 email.contentmanager:管理MIME内容 - Python 3.6 .pdf 468.49kb
├──19.1.8。 电子邮件:示例 - Python 3.6 .pdf 752.49kb
├──19.1.9。 email.message.Message:使用compat32 API表示电子邮件 - Python 3.6 .pdf 590.69kb
├──19.10。 uu - 编码和解码uuencode文件 - Python 3.6 .pdf 349.86kb
├──19.1。 email - 电子邮件和MIME处理包 - Python 3.6 .pdf 419.47kb
├──19.2。 json - JSON编码器和解码器 - Python 3.6 .pdf 725.71kb
├──19.3. mailcap — Mailcap file handling 中文— Python 3.6 .pdf 361.56kb
├──19.4。 邮箱 - 处理各种格式的邮箱 - Python 3.6 .pdf 926.90kb
├──19.5。 mimetypes - 将文件名映射到MIME类型 - Python 3.6 .pdf 436.35kb
├──19.6。 base64 - Base16,Base32,Base64,Base85数据编码 - Python 3.6 .pdf 473.27kb
├──19.7。 binhex - 编码和解码binhex4文件 - Python 3.6 .pdf 317.36kb
├──19.8。 binascii - 在二进制和ASCII之间转换 - Python 3.6 .pdf 446.89kb
├──19.9。 quopri - 编码和解码MIME quoted-printable数据 - Python 3.6 .pdf 337.63kb
├──2.内置函数 - Python的3.6 .pdf 1.09M
├──20.10。 xml.sax.handler - SAX处理程序的基类 - Python 3.6 .pdf 495.52kb
├──20.11。 xml.sax.saxutils - SAX实用程序 - Python 3.6 .pdf 372.69kb
├──20.12。 xml.sax.xmlreader - XML解析器接口 - Python 3.6 .pdf 454.42kb
├──20.13。 xml.parsers.expat - 使用Expat - Python 3.6 .pdf 644.61kb
├──20.1。 html - 超文本标记语言支持 - Python 3.6 .pdf 294.82kb
├──20.2。 html.parser - 简单的HTML和XHTML解析器 - Python 3.6 .pdf 481.79kb
├──20.3。 html.entities - HTML通用实体的定义 - Python 3.6 .pdf 286.71kb
├──20.4。 XML处理模块 - Python 3.6 .pdf 369.89kb
├──20.5。 xml.etree.ElementTree - ElementTree XML API中文 - Python 3.6 .pdf 983.80kb
├──20.6。 xml.dom - 文档对象模型API - Python 3.6 .pdf 628.85kb
├──20.7。 xml.dom.minidom - 最小DOM实现 - Python 3.6 .pdf 561.72kb
├──20.8. xml.dom.pulldom — Support for building partial DOM trees中文 — Python 3.6 .pdf 421.04kb
├──20.9。 xml.sax - 支持SAX2解析器 - Python 3.6 .pdf 426.77kb
├──20.结构化标记处理工具 - Python 3.6 .pdf 223.48kb
├──21.10. urllib.robotparser — Parser for robots.txt — Python 3.6 .pdf 314.94kb
├──21.11。 http - HTTP模块 - Python 3.6 .pdf 377.74kb
├──21.12。 http.client - HTTP协议客户端 - Python 3.6 .pdf 701.90kb
├──21.13。 ftplib - FTP协议客户端 - Python 3.6 .pdf 626.99kb
├──21.14。 poplib - POP3协议客户端 - Python 3.6 .pdf 512.99kb
├──21.15。 imaplib - IMAP4协议客户端 - Python 3.6 .pdf 661.23kb
├──21.16。 nntplib - NNTP协议客户端 - Python 3.6 .pdf 643.81kb
├──21.17。 smtplib - SMTP协议客户端 - Python 3.6 .pdf 699.91kb
├──21.18。 smtpd - SMTP服务器 - Python 3.6 .pdf 493.62kb
├──21.19。 telnetlib - Telnet客户端 - Python 3.6 .pdf 480.35kb
├──21.1。 webbrowser - 便捷的Web浏览器控制器 - Python 3.6 .pdf 496.54kb
├──21.20。 uuid - 根据RFC 4122 - Python 3.6 .pdf 543.45kb
├──21.21。 socketserver - 网络服务器的框架 - Python 3.6 .pdf 804.26kb
├──21.22。 http.server - HTTP服务器 - Python 3.6 .pdf 551.86kb
├──21.23。 http.cookies - HTTP状态管理 - Python 3.6 .pdf 538.73kb
├──21.24。 http.cookiejar - HTTP客户端的Cookie处理 - Python 3.6 .pdf 675.03kb
├──21.25。 xmlrpc - XMLRPC服务器和客户端模块 - Python 3.6 .pdf 164.12kb
├──21.26。 xmlrpc.client - XML-RPC客户端访问 - Python 3.6 .pdf 744.63kb
├──21.27。 xmlrpc.server - 基本XML-RPC服务器 - Python 3.6 .pdf 649.33kb
├──21.28。 ipaddress - IPv4 _ IPv6操作库 - Python 3.6 .pdf 627.98kb
├──21.2。 cgi - 公共网关接口支持 - Python 3.6 .pdf 700.62kb
├──21.3。 cgitb - CGI脚本的跟踪管理器 - Python 3.6 .pdf 338.53kb
├──21.4。 wsgiref - WSGI实用程序和参考实现 - Python 3.6 .pdf 796.53kb
├──21.5。 urllib - URL处理模块 - Python 3.6 .pdf 225.23kb
├──21.6。 urllib.request - 打开URL的可扩展库 - Python 3.6 .pdf 952.63kb
├──21.8。 urllib.parse - 将URL解析成组件 - Python 3.6 .pdf 619.00kb
├──21.9。 urllib.error - 由urllib.request提出的异常类 - Python 3.6 .pdf 319.80kb
├──21.互联网协议和支持 - Python 3.6 .pdf 279.70kb
├──22.1。 audioop - 操纵原始音频数据 - Python 3.6 .pdf 535.95kb
├──22.2。 aifc - 读写AIFF和AIFC文件 - Python 3.6 .pdf 405.06kb
├──22.3. sunau — Read and write Sun AU files — Python 3.6 .pdf 166.50kb
├──22.4。 wave - 读写WAV文件 - Python 3.6 .pdf 406.10kb
├──22.5。 chunk - 读取IFF分块数据 - Python 3.6 .pdf 373.49kb
├──22.6. colorsys — Conversions between color systems — Python 3.6 .pdf 277.28kb
├──22.7。 imghdr - 确定图像的类型 - Python 3.6 .pdf 326.10kb
├──22.8。 sndhdr - 确定声音文件的类型 - Python 3.6 .pdf 302.31kb
├──22.9。 ossaudiodev - 访问OSS兼容的音频设备 - Python 3.6 .pdf 553.15kb
├──22.多媒体服务 - Python 3.6 .pdf 184.57kb
├──23.1。 gettext - 多语言国际化服务 - Python 3.6 .pdf 663.85kb
├──23.2。 locale - 国际化服务 - Python 3.6 .pdf 650.25kb
├──23.国际化 - Python 3.6 .pdf 205.83kb
├──24.1。 龟 - 龟图形 - Python 3.6 .pdf 1.19M
├──24.2。 cmd - 支持面向行的命令解释器 - Python 3.6 .pdf 524.24kb
├──24.3。 shlex - 简单的词法分析 - Python 3.6 .pdf 549.96kb
├──24.计划框架 - Python 3.6 .pdf 210.34kb
├──25.1。 tkinter - Python接口到Tcl _ Tk - Python 3.6 .pdf 852.47kb
├──25.2。 tkinter.ttk - Tk主题小部件 - Python 3.6 .pdf 739.19kb
├──25.3。 tkinter.tix - Tk的扩展小部件 - Python 3.6 .pdf 567.93kb
├──25.4。 tkinter.scrolledtext - 滚动文本小部件 - Python 3.6 .pdf 260.64kb
├──25.5。 IDLE - Python 3.6 .pdf 561.62kb
├──25.6。 其他图形用户界面包 - Python 3.6 .pdf 308.32kb
├──25.图形用户界面与T__k - Python 3.6 .pdf 276.20kb
├──26.1。 键入 - 支持类型提示 - Python 3.6 .pdf 986.66kb
├──26.2。 pydoc - 文档生成器和在线帮助系统 - Python 3.6 .pdf 399.39kb
├──26.3。 doctest - 测试交互式Python示例 - Python 3.6 .pdf 1.11M
├──26.4。 unittest - 单元测试框架 - Python 3.6 .pdf 1.14M
├──26.5。 unittest.mock - mock对象库 - Python 3.6 .pdf 1.02M
├──26.6。 unittest.mock - 入门 - Python 3.6 .pdf 820.83kb
├──26.7。 2to3 - 自动Python 2到3代码翻译 - Python 3.6 .pdf 505.23kb
├──26.8。 测试 - 回归测试包的Python - Python 3.6 .pdf 833.10kb
├──26.开发工具 - Python 3.6 .pdf 298.82kb
├──27.1。 bdb - Debugger框架 - Python 3.6 .pdf 477.60kb
├──27.2。 faulthandler - 转储Python traceback - Python 3.6 .pdf 331.12kb
├──27.3。 pdb - Python Debugger中文 - Python 3.6 .pdf 619.48kb
├──27.4。 Python Profilers - Python 3.6 .pdf 729.82kb
├──27.5。 timeit - 测量小代码片段的执行时间 - Python 3.6 .pdf 574.84kb
├──27.6。 跟踪 - 跟踪或跟踪Python语句执行 - Python 3.6 .pdf 526.38kb
├──27.7。 tracemalloc - 跟踪内存分配 - Python 3.6 .pdf 654.42kb
├──27.调试和分析 - Python 3.6 .pdf 220.04kb
├──28.1。 distutils - 构建和安装Python模块 - Python 3.6 .pdf 209.00kb
├──28.2。 ensurepip - 引导pip安装程序 - Python 3.6 .pdf 397.68kb
├──28.3。 venv - 创建虚拟环境 - Python 3.6 .pdf 619.11kb
├──28.4。 zipapp - 管理可执行文件python zip档案 - Python 3.6 .pdf 439.62kb
├──28.软件包装和分发 - Python 3.6 .pdf 178.08kb
├──29. Python运行时服务 - Python 3.6 .pdf 238.79kb
├──29.10。 __future__ - 未来语句定义 - Python 3.6 .pdf 426.37kb
├──29.11。 gc - 垃圾收集器接口 - Python 3.6 .pdf 388.72kb
├──29.12。 inspect - 检查活对象 - Python 3.6 .pdf 901.96kb
├──29.13。 site - 站点特定的配置钩子 - Python 3.6 .pdf 467.62kb
├──29.14。 fpectl - 浮点异常控制 - Python 3.6 .pdf 365.07kb
├──29.1。 sys - 系统特定的参数和函数 - Python 3.6 .pdf 965.61kb
├──29.2。 sysconfig - 提供对Python配置信息的访问 - Python 3.6 .pdf 421.55kb
├──29.3。 内置 - 内置对象 - Python 3.6 .pdf 241.78kb
├──29.4。 __main__ - 顶级脚本环境 - Python 3.6 .pdf 203.72kb
├──29.5。 警告 - 警告控制 - Python 3.6 .pdf 597.28kb
├──29.6。 contextlib - for语句上下文的实用程序 - Python 3.6 .pdf 865.70kb
├──29.7。 abc - 抽象基类 - Python 3.6 .pdf 524.32kb
├──29.8。 atexit - 退出处理程序 - Python 3.6 .pdf 406.50kb
├──29.9。 traceback - 打印或检索堆栈跟踪 - Python 3.6 .pdf 489.84kb
├──3.内置常量 - Python 3.6 .pdf 359.28kb
├──30.1。 代码 - 解释器基类 - Python 3.6 .pdf 419.02kb
├──30.2。 codeop - 编译Python代码 - Python 3.6 .pdf 360.44kb
├──30.自定义Python解释器 - Python 3.6 .pdf 168.29kb
├──31.1。 zipimport - 从Zip档案导入模块 - Python 3.6 .pdf 441.72kb
├──31.2。 pkgutil - 软件包扩展实用程序 - Python 3.6 .pdf 505.57kb
├──31.3。 modulefinder - 查找脚本使用的模块 - Python 3.6 .pdf 358.30kb
├──31.4。 runpy - 定位和执行Python模块 - Python 3.6 .pdf 440.17kb
├──31.5。 importlib - 导入 - Python 3.6 .pdf 915.44kb
├──31.导入模块 - Python 3.6 .pdf 181.56kb
├──32. Python语言服务 - Python 3.6 .pdf 203.15kb
├──32.10。 py_compile - 编译Python源文件 - Python 3.6 .pdf 387.10kb
├──32.11. compileall — Byte-compile Python libraries中文 — Python 3.6 .pdf 478.28kb
├──32.12。 dis - Disassembler for Python bytecode - Python 3.6 .pdf 641.66kb
├──32.13。 pickletools - 工具的pickle开发人员 - Python 3.6 .pdf 375.16kb
├──32.1。 解析器 - 访问Python解析树 - Python 3.6 .pdf 494.01kb
├──32.2。 ast - 抽象语法树 - Python 3.6 .pdf 523.94kb
├──32.3. symtable — Access to the compiler’s symbol tables 中文— Python 3.6 .pdf 310.40kb
├──32.4。 symbol - 用于Python解析树的常量 - Python 3.6 .pdf 251.46kb
├──32.5。 token - 用于Python解析树的常量 - Python 3.6 .pdf 311.56kb
├──32.6。 关键字 - 测试Python关键字 - Python 3.6 .pdf 259.83kb
├──32.7. tokenize — Tokenizer for Python source 中文— Python 3.6 .pdf 579.48kb
├──32.8。 tabnanny - 检测不明确的缩进 - Python 3.6 .pdf 342.35kb
├──32.9。 pyclbr - Python类浏览器支持 - Python 3.6 .pdf 319.20kb
├──33.1。 formatter - 通用输出格式 - Python 3.6 .pdf 424.08kb
├──33.杂项服务 - Python 3.6 .pdf 155.99kb
├──34. MS Windows特定服务 - Python 3.6 .pdf 185.07kb
├──34.1。 msilib - 读取和写入Microsoft Installer文件 - Python 3.6 .pdf 553.11kb
├──34.2。 msvcrt - 从MS VC ++运行时的有用的例程 - Python 3.6 .pdf 311.93kb
├──34.3。 winreg - Windows注册表访问 - Python 3.6 .pdf 595.05kb
├──34.4。 winsound - Windows的声音播放界面 - Python 3.6 .pdf 468.56kb
├──35. Unix特定服务 - Python 3.6 .pdf 193.33kb
├──35.1. posix — The most common POSIX system calls中文 — Python 3.6 .pdf 343.40kb
├──35.10。 管道 - shell管道的接口 - Python 3.6 .pdf 350.82kb
├──35.11。 resource - 资源使用信息 - Python 3.6 .pdf 491.03kb
├──35.12. nis — Interface to Sun’s NIS (Yellow Pages) 中文— Python 3.6 .pdf 218.05kb
├──35.13. syslog — Unix syslog library routines 中文— Python 3.6 .pdf 275.29kb
├──35.2。 pwd - 密码数据库 - Python 3.6 .pdf 334.08kb
├──35.3。 spwd - 影子密码数据库 - Python 3.6 .pdf 331.20kb
├──35.4。 grp - 组数据库 - Python 3.6 .pdf 334.75kb
├──35.5。 crypt - 检查Unix密码的功能 - Python 3.6 .pdf 428.61kb
├──35.6。 termios - POSIX样式tty控件 - Python 3.6 .pdf 410.53kb
├──35.7。 tty - 终端控制函数 - Python 3.6 .pdf 297.97kb
├──35.8。 pty - 伪终端实用程序 - Python 3.6 .pdf 368.35kb
├──35.9。 fcntl - fcntl和ioctl系统调用 - Python 3.6 .pdf 436.52kb
├──36.1。 optparse - Parser的命令行选项 - Python 3.6 .pdf 994.71kb
├──36.2。 imp - 访问import internals - Python 3.6 .pdf 633.09kb
├──36.取代的模块 - Python 3.6 .pdf 203.05kb
├──37.未记录的模块 - Python 3.6 .pdf 174.65kb
├──4.内置类型 - Python 3.6 .pdf 1.53M
├──5.内置异常 - Python 3.6 .pdf 619.73kb
├──6.1. string-常见的字符串操作 — Python 3.6 .pdf 804.47kb
├──6.2。 re - 正则表达式操作 - Python 3.6 .pdf 1021.53kb
├──6.3。difflib- 计算增量的帮助— Python 3.6 .pdf 840.50kb
├──6.4。 textwrap - 文本包装和填充 - Python 3.6 .pdf 528.46kb
├──6.5。 unicodedata - Unicode数据库 - Python 3.6 .pdf 403.99kb
├──6.6。 stringprep - Internet String准备 - Python 3.6 .pdf 342.52kb
├──6.7。 readline - GNU readline界面 - Python 3.6 .pdf 533.70kb
├──6.8。 rlcompleter - GNU readline的完成功能 - Python 3.6 .pdf 314.06kb
├──6.文本处理服务 - Python 3.6 .pdf 211.42kb
├──7.1。 struct - 解释字节为打包二进制数据 - Python 3.6 .pdf 563.88kb
├──7.2。 编解码器 - 编解码器注册表和基类 - Python 3.6 .pdf 808.07kb
├──7.二进制数据服务 - Python 3.6 .pdf 204.78kb
├──8.1. datetime — Basic date and time types — Python 3.6 .pdf 583.46kb
├──8.10。 复制 - 浅和深复制操作 - Python 3.6 .pdf 366.39kb
├──8.11。 pprint - 数据漂亮的打印机 - Python 3.6 .pdf 462.69kb
├──8.12. reprlib — Alternate repr() implementation — Python 3.6 .pdf 389.46kb
├──8.13。 枚举 - 支持枚举 - Python 3.6 .pdf 812.56kb
├──8.1。 datetime - 基本日期和时间类型 - Python 3.6 .pdf 1.31M
├──8.2。 日历 - 一般日历相关功能 - Python 3.6 .pdf 456.97kb
├──8.3。 collections - 容器数据类型 - Python 3.6 .pdf 1.09M
├──8.4。 collections.abc - 容器的抽象基类 - Python 3.6 .pdf 565.42kb
├──8.5。 heapq - 堆队列算法 - Python 3.6 .pdf 585.63kb
├──8.6。 bisect - 数组对分算法 - Python 3.6 .pdf 444.22kb
├──8.7。 array - 数值的有效数组 - Python 3.6 .pdf 488.74kb
├──8.8。 weakref - 弱引用 - Python 3.6 .pdf 741.92kb
├──8.9。 types - 内置类型的动态类型创建和名称 - Python 3.6 .pdf 516.26kb
├──8.数据类型 - Python 3.6 .pdf 245.53kb
├──9.1。 数字 - 数值抽象基类 - Python 3.6 .pdf 518.99kb
├──9.2。 数学函数 - Python 3.6 .pdf 560.72kb
├──9.3. cmath — Mathematical functions for complex numbers中文 — Python 3.6 .pdf 436.16kb
├──9.4。 十进制 - 十进制固定点和浮点运算 - Python 3.6 .pdf 1.17M
├──9.5。 fraction - Rational numbers中文 - Python 3.6 .pdf 437.09kb
├──9.6。 random - 生成伪随机数字 - Python 3.6 .pdf 814.82kb
├──9.7。 统计 - 数学统计函数 - Python 3.6 .pdf 548.35kb
├──9.数值和数学模块 - Python 3.6 .pdf 220.75kb
└──Python标准库 - Python 3.6 .pdf 521.21kb
|
|