喜欢读"The Python Standard Library by Example"的人也喜欢· ··· High Performance Browser Networ...9.3 21st Century C7.2 MongoDB8.0 Python Essential Reference8.8 API Design for C++7.9 搜索引擎8.4 计算机系统要素9.1 Transaction Processing9.8 Fluent...
原:https://doughellmann.com/blog/the-python-3-standard-library-by-example/the-python-3-standard-library-by-example-table-of-contents/ 已经有人在维护中文翻译了:https://learnku.com/docs/pymotw 目录: 第一章:文本 string:文本常量和模板 textwrap:格式化文本句子 re:正则表达式 difflib:比对序列 第二...
内容简介· ··· Distributed with every copy of Python, the Standard Library contains hundreds of modules that provide tools for interacting with the operating system, interpreter, and Internet—all of them tested and ready to be used to jump-start the development of your applications. This book...
需要金币:*** 金币(10金币=人民币1元) [Python标准库示例] The Python Standard Library by Example.pdf 关闭预览 想预览更多内容,点击免费在线预览全文 免费在线预览全文 [Python标准库示例]ThePythonStandardLibrarybyExample|||[Python标准库示例]ThePythonStandardLibrarybyExample|||[Python标准库示例]ThePython...
E-book: The Python Standard Library by Example.pdf in this repo 中文版本 中文目录 展开查看 译者序 前言 第1章 文本 1 1.1 string:文本常量和模板 1 1.1.1 函数 1 1.1.2 模板 2 1.1.3 高级模板 3 1.1.4 Formatter 5 1.1.5 常量 5 1.2 textwrap:格式化文本段落 6 1.2.1 示例数据 6 1.2.2 ...
The Python 3 Standard Library by Example (Developer's Library) by Doug Hellmann English | 12 Jun. 2017 | ASIN: B072QZZDV7 | 1456 Pages | AZW3 | 199.27 MB This is the eBook of the printed book and may not include any media, website access codes, or print supplements that may come ...
《Python3 标准库》电子书和配套代码 "The Python Standard Library by Example" ebook and source code 一本又厚又全的讲解Python3标准库的书籍(1000多页)适合当作字典参考或者闲暇时慢慢阅读。 Topics python books code book example python-library ebook python3 python-3 ebooks source-code standard-library...
Python标准库[The Python Standard Library by Example] [美]Doug Hellmann著,刘炽等 译 京东价 ¥降价通知 累计评价 0 促销 展开促销 配送至 --请选择-- 支持 更多商品信息 机械工业出版社京东自营旗舰店 进店逛逛关注店铺 商品介绍 规格与包装 售后保障 ...
大多例子的文件名都包含它所使用的模块名称,后边是 "-example-" 以及一个唯一的"序号". 注意有些例子并不是按顺序出现的, 这是为了匹配本书的较早版本 -(the eff-bot guide to) The Standard Python Library. 你可以在网上找到本书附带CD的内容 (参阅http://examples.oreilly.com/pythonsl). 更多信息以及...
Example Using a Python Standard Library Module Problem Definition In this example we want to calculate a result based on a specific time range for an expression input. We set a supply voltage to zero within prescribed time ranges. Expression ...