> For the complete documentation index, see [llms.txt](https://docs.skydeck.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skydeck.ai/zh-hk/genstudio-workspace/tools/teach-me-anything/example-intro-to-programming.md).

# 範例 – 程式設計入門

在這個範例中，我們有興趣學習本科層級的 Python 程式設計：

* **課程** – Python 程式設計入門
* **語言** – 英文
* **教育程度** – 本科
* **學習風格** – 混合 - 視覺（資訊圖表、圖表）和講座
* **溝通風格** – 非正式
* **語氣風格** – 鼓勵
* **推理框架** – 實用（逐步、可行的見解）
* **使用表情符號** – 是

<figure><img src="/files/CB8pIRkfmzihj1iXphf5" alt="teach me anything ex 1"><figcaption></figcaption></figure>

Teach Me Anything 生成課程：

<figure><img src="/files/zPrkaohzkbVsvQydwfqc" alt="teach me anything ex 2"><figcaption></figcaption></figure>

一旦課程開始，AI 將逐步處理課程的每個部分：

<figure><img src="/files/YuSbFmYhQyQIcUxNWw5I" alt="teach me anything ex 3"><figcaption></figcaption></figure>

隨時可以要求更多幫助或測試您的理解，Teach Me Anything 將更深入地涵蓋主題或問題：

<figure><img src="/files/WvPKbVnFnhoKjPKXoDmb" alt="teach me anything ex 4"><figcaption></figcaption></figure>

然後您可以測試您的理解：

<figure><img src="/files/6HqW3B1K9PWtVVTD6FaS" alt="teach me anything ex 5"><figcaption></figcaption></figure>

當您對自己的進展感到滿意時，隨時跳回下一個課程主題：

<figure><img src="/files/YOSmLscs9XDRn8uEt2zV" alt="teach me anything ex 6"><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.skydeck.ai/zh-hk/genstudio-workspace/tools/teach-me-anything/example-intro-to-programming.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.
