# Python

Python là một ngôn ngữ lập trình linh hoạt và đa dụng có thể được sử dụng cho nhiều mục đích, với điểm mạnh trong việc viết script, tự động hóa, phân tích dữ liệu, học máy và phát triển phía sau. Đó là một công cụ tuyệt vời cho cả người học mới và các nhà phát triển có kinh nghiệm.

Hãy cùng **XmOR Cloud** tìm hiểu cơ bản về Python:

{% content-ref url="/pages/B18sWhIPLn9KMPUUrAWQ" %}
[How to Install Python on Windows 10](/tutorials/python/how-to-install-python-on-windows-10.md)
{% endcontent-ref %}

{% content-ref url="/pages/Anv1uQN8KrBGVqGuJGiJ" %}
[Python Variables](/tutorials/python/python-variables.md)
{% endcontent-ref %}

{% content-ref url="/pages/e0tK2b7xQ1My1q0yYUqF" %}
[Conditional Statements in Python](/tutorials/python/conditional-statements-in-python.md)
{% endcontent-ref %}


---

# 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://docs.x-or.cloud/tutorials/python.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.
