# 4 Anaconda Intro

## Anaconda介紹

{% hint style="info" %}
簡單介紹什麼是 Anaconda，如何安裝，以及它的優缺點，還有如何在 Anaconda上安裝 Python套件。如果本來就很熟悉 Python，可以跳過這一節。

如果你是 Python新手的話，那麼強烈推薦你看完這篇介紹，並**開始使用 Anconda**，原因會在下面說明，那我們就開始吧！
{% endhint %}

### Anaconda是什麼 ?

* [Anaconda官方](https://www.anaconda.com)
* 簡單來說 Anconda就像是 Python的懶人包，它內建了許多 Python的熱門套件，如此一來使用者就不用在安裝套件時面鄰種種錯誤訊息與漫長的 debug過程 (尤其是在 windows作業系統下)。
* 換句話說，能讓 coder不用花費心力在處理系統環境端的問題，而是能直接捲起袖子開始寫程式，進行現實問題的分析。
* 不僅如此，他還有內建 Spyder IDE與 Jupyter Notebook，這兩個編譯器對於新手而言相對友善。
* 最後，下圖整理了一些 Anancoda內建的資料科學常用套件，在未來課堂上也會常常用到這些工具，先讓大家先有一點感覺\~ (你看都內建好了多方便！)

![](/files/-LEeW8qUSp1P96JUWSDb)

### Anaconda如何安裝 ?

* 安裝參考：
  * [於Win10下安裝Anaconda](https://rreadmorebooks.blogspot.com/2017/04/win10anaconda.html)
  * [知乎 Anaconda介绍、安装及使用教程(包含Mac, Linux環境)](https://zhuanlan.zhihu.com/p/32925500)


---

# 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/untitled.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.
