天天看點

《Python資料科學實踐指南》——導讀

本節書摘來自華章社群《python資料科學實踐指南》一書中的目錄,作者紀路,更多章節内容可以通路雲栖社群“華章社群”公衆号檢視

《Python資料科學實踐指南》——導讀

前言

<a href="https://yq.aliyun.com/articles/108838">0.1 何謂資料科學</a>

<a href="https://yq.aliyun.com/articles/108842">0.2 如何成為資料科學家</a>

<a href="https://yq.aliyun.com/articles/108849">0.3 為什麼是python</a>

<a href="https://yq.aliyun.com/articles/108854">0.4 一個簡單的例子</a>

<a href="https://yq.aliyun.com/articles/108858">第1章 python介紹</a>

<a href="https://yq.aliyun.com/articles/108861">1.1 python的版本之争</a>

<a href="https://yq.aliyun.com/articles/108863">1.2 python解釋器</a>

<a href="https://yq.aliyun.com/articles/108867">1.3 第一段python程式</a>

<a href="https://yq.aliyun.com/articles/108872">1.4 使用python shell調試程式</a>

<a href="https://yq.aliyun.com/articles/108873">第2章 python基礎知識</a>

<a href="https://yq.aliyun.com/articles/108878">2.1 應當掌握的基礎知識</a>

<a href="https://yq.aliyun.com/articles/108880">2.2 字元串</a>

<a href="https://yq.aliyun.com/articles/108881">2.3 擷取鍵盤輸入</a>

<a href="https://yq.aliyun.com/articles/108885">2.4 流程控制</a>

第3章 函數及異常處理

3.1 函數和函數的參數

3.2 閉包

3.3 異常和斷言

第4章 進階字元串處理

4.1 字元集和字元編碼

4.2 字元串操作和格式化

4.3 正規表達式

附錄a 編寫python 2與python 3相容的代碼

附錄b 安裝完整的python開發環境

附錄c 常用的python技巧