# 0.2 Python IDE 介紹

## Anaconda

* 圖形化編輯器 Spyder
* 線上編輯器 Jupyter Notebook

## Anaconda-Spyder

![Spyder](/files/-MgxRhCRbpWCfPqXVvFX)

## Anaconda Features

* 開源、免費以及跨平臺
* 內含 Spyder IDE 與 Jupyter notebook 環境
* 支援 Python 2.x, 3.x 與 R 語言
* 額外的加速、優化要收費，但學術用途可以申請免費
* 預設包含了眾多流行的科學、數學、工程、數據分析套件

[Anaconda package list](https://docs.continuum.io/anaconda/pkg-docs)


---

# 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://csfrd.gitbook.io/cjmanualv2/chapter00/begin/ide.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.
