From 2e583b6bfe279867726070b36bf73bd2f144c9f1 Mon Sep 17 00:00:00 2001 From: victorgau Date: Sun, 26 Mar 2017 15:51:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AA=AA=E6=98=8E=E6=AA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Notebooks/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Notebooks/README.md b/Notebooks/README.md index 6428687..a7b9169 100644 --- a/Notebooks/README.md +++ b/Notebooks/README.md @@ -2,9 +2,9 @@ 這裡面的範例,主要是想達到幾個目的: -* 在簡介 Python 時,用來告訴聽眾,Python 的程式有多簡單。 -* 在介紹完 Numpy, MatPlotLib, 跟 Pandas 之後,用來說明如何使用 Python 做到一些以前不好做的事情。 -* 透過每個簡單的範例,反覆練習使用 Python 的資料結構,如 list, dict 等等。 +1. 在簡介 Python 時,用來告訴聽眾,Python 的程式有多簡單。 +2. 在介紹完 Numpy, MatPlotLib, 跟 Pandas 之後,用來說明如何使用 Python 做到一些以前不好做的事情。 +3. 透過每個簡單的範例,反覆練習使用 Python 的資料結構,如 list, dict 等等。 但是最終目的,是希望聽眾可以自己動手嘗試去做出自己的分析系統。