
這本書不是一本典型的o’reilly風格的書,而是一本集合了多個作者的手稿的作品。實際上,這也是一種将開源開發的方式應用到書籍出版業的嘗試。python社群有超過300個成員在本書中貢獻了他們的心得和資料。在這裡,我們作為編輯,想給你——本書的讀者,介紹一些重要的背景資料,這些背景資料是關于此書是如何編著出來,以及這個過程和涉及的人,并提出一些關于這種嶄新的風格的思考。
[第1章 文本
<a href="https://yq.aliyun.com/articles/96359/">1.2 字元和字元值之間的轉換</a>
<a href="https://yq.aliyun.com/articles/96361/">1.3 測試一個對象是否是類字元串</a>
<a href="https://yq.aliyun.com/articles/96364/">1.4 字元串對齊</a>
<a href="https://yq.aliyun.com/articles/96365/">1.5 去除字元串兩端的空格</a>
<a href="https://yq.aliyun.com/articles/96366/">1.6 合并字元串</a>
<a href="https://yq.aliyun.com/articles/96368/">1.7 将字元串逐字元或逐詞反轉</a>
<a href="https://yq.aliyun.com/articles/96369/">1.8 檢查字元串中是否包含某字元集合中的字元</a>
<a href="https://yq.aliyun.com/articles/96370/">1.9 台灣字元串的translate方法的使用</a>
<a href="https://yq.aliyun.com/articles/96454/">1.10 過濾字元串中不屬于指定集合的字元</a>
<a href="https://yq.aliyun.com/articles/96463/">1.11 檢查一個字元串是文本還是二進制</a>
<a href="https://yq.aliyun.com/articles/96469/">1.12 控制大小寫</a>
<a href="https://yq.aliyun.com/articles/96479/">1.13 通路子字元串</a>
<a href="https://yq.aliyun.com/articles/96498/">1.14 改變多行文本字元串的縮進</a>
<a href="https://yq.aliyun.com/articles/96507/">1.15 擴充和壓縮制表符</a>
<a href="https://yq.aliyun.com/articles/96516/">1.16 替換字元串中的子串</a>
<a href="https://yq.aliyun.com/articles/96524/">1.17 替換字元串中的子串—python 2.4</a>
<a href="https://yq.aliyun.com/articles/96531/">1.18 一次完成多個替換</a>
<a href="https://yq.aliyun.com/articles/96546/">1.19 檢查字元串中的結束标記</a>
<a href="https://yq.aliyun.com/articles/96556/">1.20 使用unicode來處理國際化文本</a>
<a href="https://yq.aliyun.com/articles/96573/">1.21 在unicode和普通字元串之間轉換</a>
<a href="https://yq.aliyun.com/articles/96585/">1.22 在标準輸出中列印unicode字元</a>
<a href="https://yq.aliyun.com/articles/96596/">1.23 對unicode資料編碼并用于xml和html</a>
<a href="https://yq.aliyun.com/articles/96616/">1.24 讓某些字元串大小寫不敏感</a>
<a href="https://yq.aliyun.com/articles/96630/">1.25 将html文檔轉化為文本顯示到unix終端上</a>
第2章 檔案
第3章 時間和财務計算
第4章 python技巧
第5章 搜尋和排序
第6章 面向對象程式設計
第7章 持久化和資料庫
第8章 調試和測試
第9章 程序、線程和同步
第10章 系統管理
第11章 使用者界面
第12章 xml處理
第13章 網絡程式設計
第14章 web程式設計
第15章 分布式程式設計
第16章 關于程式的程式
第17章 擴充和嵌入
第18章 算法
第19章 疊代器和生成器
第20章 描述符、裝飾器和元類