# 0.1 Python 學習資源

* 原文資源

  [Python Documentation contents](https://docs.python.org/3/contents.html)

  中文版： [Python 教學](https://docs.python.org.tw/3/index.html)

  [Python3 Tutorial](http://www.python-course.eu/python3_course.php)
* 中文資源

  [Python 初學起步走](http://ithelp.ithome.com.tw/users/20091326/ironman/854)

  [Python 入門指南](http://pydoing.blogspot.tw/2014/07/python-guide.html)

  [語言技術：Python Gossip](http://openhome.cc/Gossip/Python/index.html)


---

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