# Data Science with Python

## Intro

{% hint style="info" %}
此GitBook目的為提供Python初學者一條學習路徑與資源整理。
{% endhint %}

目前內容包括三部分：

* Python語言：
  * `GitHub介紹`、`Python環境架設`、`Python語法`、`Jupyter Notebook介紹`、
* 資料科學路徑：
  * `資料蒐集與爬蟲`、`資料讀取與清洗`、`資料統整與視覺化`
* Python應用：
  * `文字探勘`、`機器學習`、`深度學習`

## Topics&#x20;

| No | Topic                                     |
| -- | ----------------------------------------- |
| 1  | GitHub Intro                              |
| 2  | Environment Setup                         |
| 3  | Python Basic                              |
| 4  | Anaconda Intro                            |
| 5  | Jupyter Notebook Intro and Markdown Intro |
| 6  | Python Advanced                           |
| 7  | Web Crawler                               |
| 8  | Visualization                             |
| 9  | Exploratory Data Analysis                 |
| 10 | Text Mining                               |
| 11 | Machine Learning                          |
| 12 | Deep Learning                             |

## Contact Info&#x20;

@[kbjiyu](https://github.com/KBJIYU)   <jiyu@twcoder.com>

@[shawnroom ](https://github.com/Shawnroom)  <shawn@twcoder.com>

@[bigmoumou](https://github.com/bigmoumou)   <bigmoumou@twcoder.com>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://datasciencetw.gitbook.io/python/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
