DiveIntoPython3
- 资料大王PDF
-
0 次阅读
-
0 次下载
-
2024-11-04 22:57:06
微信
赏
支付宝
文档简介:
目錄
1.
介紹
2.
版权信息
3.
Chapter -1 《深入 Python 3》中有何新内容
4.
Chapter 0 安装 Python
5.
Chapter 1 你的第一个 Python 程序
6.
Chapter 2 内置数据类型
7.
Chapter 3 解析
8.
Chapter 4 字符串
9.
Chapter 5 正则表达式
10.
Chapter 6 闭合 与 生成器
11.
Chapter 7 类 & 迭代器
12.
Chapter 8 高级迭代器
13.
Chapter 9 单元测试
14.
Chapter 10 重构
15.
Chapter 11 文件
16.
Chapter 12 XML
17.
Chapter 13 序列化Python对象
18.
Chapter 14 HTTP Web 服务
19.
Chapter 15 案例研究:将`chardet`移植到Python 3
20.
Chapter 16 打包 Python 类库
21.
Chapter A 使用`2to3`将代码移植到Python 3
22.
Chapter B 特殊方法名称
23.
Chapter C 接下来阅读什么?
Dive Into Python3
版权信息
《深入 Python 3》 的内容涵盖了 Python 3 及其与 Python 2 的区别。相
对 《深入 Python》 而言,它 20% 的内容进行了修订,80% 的内容是全
新的。这本书现在已经完成了,但 随时欢迎反馈意见 。
本书遵循 Creative Commons Attribution Share-Alike 协议自由授权。您可
选择下载 html 或是 pdf 版本。尤伯爱好者还可从水银仓库(Mercurial
repository)进行克隆:
you@localhost:~$ hg clone http://hg.diveintopython3.org/ diveintopython3
© 2001–9 Mark Pilgrim
Chapter -1 《深入 Python 3》中有何
新内容
" 这不正是我们进来的地方吗? " — 《迷墙》
又叫做 “the minus level”
你读过原版的 “ 深入 Python ” 并可能甚至买了纸版的。(谢谢!)你差
不多已经了解 Python 2 了。你准备好了投入到 Python 3 里面。… 如果
所有这些都成立,继续读。(如果没有一个是成立的,你最好 从头开始
。)
Python 3 提......
评论
发表评论