> For the complete documentation index, see [llms.txt](https://mikkicoding.mikkipastel.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mikkicoding.mikkipastel.com/python-for-beginner.md).

# Python for Beginner

- [แนะนำภาษา python](https://mikkicoding.mikkipastel.com/python-for-beginner/01-introduce-python.md)
- [ติดตั้งโปรแกรม python ลงบน computer](https://mikkicoding.mikkipastel.com/python-for-beginner/02-python-dowmload.md)
- [การพิมพ์คำสั่งขั้นต้น](https://mikkicoding.mikkipastel.com/python-for-beginner/03-python-print.md)
- [Data type และการประกาศตัวแปร](https://mikkicoding.mikkipastel.com/python-for-beginner/04-python-data-type.md)
- [Comparison](https://mikkicoding.mikkipastel.com/python-for-beginner/05-python-comparison.md)
- [Condition Statement](https://mikkicoding.mikkipastel.com/python-for-beginner/06-python-condition-statement.md)
- [Loop Statement](https://mikkicoding.mikkipastel.com/python-for-beginner/07-python-loop-statement.md)
- [การใช้ break, continue และ pass ใน statement](https://mikkicoding.mikkipastel.com/python-for-beginner/08-python-break-continue-pass-statement.md)
- [Function](https://mikkicoding.mikkipastel.com/python-for-beginner/09-python-function.md)
- [Data structure](https://mikkicoding.mikkipastel.com/python-for-beginner/10-python-data-structure.md)
- [การทำงานร่วมกันกับไฟล์](https://mikkicoding.mikkipastel.com/python-for-beginner/11-python-working-with-file.md)
- [Exception handling](https://mikkicoding.mikkipastel.com/python-for-beginner/12-python-exception-handling.md)
- [Document และแหล่งเรียนรู้อื่นๆ](https://mikkicoding.mikkipastel.com/python-for-beginner/13-python-document.md)


---

# 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://mikkicoding.mikkipastel.com/python-for-beginner.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.
