> 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/ko/genstudio-workspace/tools/teach-me-anything/example-intro-to-programming.md).

# 예시 – 프로그래밍 소개

이 예제에서는 학부 수준에서 Python 프로그래밍에 대해 배우는 데 관심이 있습니다:

* **수업** – Python 프로그래밍 소개
* **언어** – 영어
* **교육 수준** – 학부
* **학습 스타일** – 혼합 - 시각적(인포그래픽, 차트) 및 강의
* **커뮤니케이션 스타일** – 비공식적
* **톤 스타일** – 격려하는
* **추론 프레임워크** – 실용적(단계별, 실행 가능한 통찰)
* **이모지 사용** – 예

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

Teach Me Anything은 커리큘럼을 생성합니다:

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

수업이 시작되면 AI는 커리큘럼의 각 섹션을 진행합니다:

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

언제든지 더 많은 도움을 요청하거나 이해도를 테스트할 수 있으며, Teach Me Anything은 주제나 질문을 더 깊이 다룰 것입니다:

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

그런 다음 이해도를 테스트할 수 있습니다:

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

진행 상황에 만족하면 언제든지 다음 커리큘럼 주제로 돌아갈 수 있습니다:

<figure><img src="/files/XZRj5RZtyzCq1spqzvMo" 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/ko/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.
