# 版權信息
《深入 Python 3》 的內容涵蓋了 Python 3 及其與 Python 2 的區別。相對[《深入 Python》](http://diveintopython.org/)而言,它 20% 的內容進行了修訂,80% 的內容是全新的。這本書現在已經完成了,但[隨時歡迎反饋意見](http://old.sebug.net/paper/books/dive-into-python3/about.html)。
本書遵循 [Creative Commons Attribution Share-Alike](http://creativecommons.org/licenses/by-sa/3.0/) 協議自由授權。您可選擇下載 [html](http://old.sebug.net/paper/books/dive-into-python3/d/diveintopython3-html-latest.zip) 或是 [pdf](http://old.sebug.net/paper/books/dive-into-python3/d/diveintopython3-pdf-latest.zip) 版本。尤伯愛好者還可從水銀倉庫(Mercurial repository)進行克隆:
```
you@localhost:~$ hg clone http://hg.diveintopython3.org/ diveintopython3
```
? 2001–9 [Mark Pilgrim](http://old.sebug.net/paper/books/dive-into-python3/about.html)
- 版權信息
- Chapter -1 《深入 Python 3》中有何新內容
- Chapter 0 安裝 Python
- Chapter 1 你的第一個 Python 程序
- Chapter 2 內置數據類型
- Chapter 3 解析
- Chapter 4 字符串
- Chapter 5 正則表達式
- Chapter 6 閉合 與 生成器
- Chapter 7 類 & 迭代器
- Chapter 8 高級迭代器
- Chapter 9 單元測試
- Chapter 10 重構
- Chapter 11 文件
- Chapter 12 XML
- Chapter 13 序列化Python對象
- Chapter 14 HTTP Web 服務
- Chapter 15 案例研究:將chardet移植到Python 3
- Chapter 16 打包 Python 類庫
- Chapter A 使用2to3將代碼移植到Python 3
- Chapter B 特殊方法名稱
- Chapter C 接下來閱讀什么?