# 3 Python

- [3.1 简介](https://wiki.clay-wangzhi.com/3-python/3.1-jian-jie.md)
- [3.2 数据类型](https://wiki.clay-wangzhi.com/3-python/3.2-shu-ju-lei-xing.md)
- [python subprocess模块的使用](https://wiki.clay-wangzhi.com/3-python/python-subprocess-mo-kuai-de-shi-yong.md)
- [python解析nginx配置文件](https://wiki.clay-wangzhi.com/3-python/python-jie-xi-nginx-pei-zhi-wen-jian.md)
- [python调用jenkinsAPI批量拷贝视图job](https://wiki.clay-wangzhi.com/3-python/python-tiao-yong-jenkinsapi-pi-liang-kao-bei-shi-tu-job.md)
- [python调用zabbixAPI批量添加web监控](https://wiki.clay-wangzhi.com/3-python/python-tiao-yong-zabbixapi-pi-liang-tian-jia-web-jian-kong.md)
- [python监控activemq集群](https://wiki.clay-wangzhi.com/3-python/python-jian-kong-activemq-ji-qun.md)


---

# 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://wiki.clay-wangzhi.com/3-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.
