# Python 教學

此簡報內容為財團法人中華民國電腦技能基金會策劃，由逢甲大學 林英志 副教授 編著

* [0 Python初探](/codejudger/00/00.md)
  * [0.1 Python學習資源](/codejudger/00/00/00-1.md)
  * [0.2 Python IDE 介紹](/codejudger/00/00/00-2.md)
  * [0.3 Spyder 小試身手](/codejudger/00/00/00-3.md)
  * [0.4 Python語法初探](/codejudger/00/00/00-4.md)
* [1 變數與輸出入](https://www.slideshare.net/neochen2701/tqc-python-01)
* [2 運算式、判斷式](https://www.slideshare.net/neochen2701/tqc-python-02)
* [3 迴圈](https://www.slideshare.net/neochen2701/tqc-python-03)
* [4 進階控制流程](https://www.slideshare.net/neochen2701/tqc-python-04)
* [5 函式](https://www.slideshare.net/neochen2701/tqc-python-05)
* [6 串列操作](https://www.slideshare.net/neochen2701/tqc-python-06-111271587)
* [7 數組、字典、集合](https://www.slideshare.net/neochen2701/tqc-python-07)
* [8 字串處理](https://www.slideshare.net/neochen2701/tqc-python-08)
* [9 檔案處理](https://www.slideshare.net/neochen2701/tqc-python-09)


---

# 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://neochen2701.gitbook.io/codejudger/00.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.
