# Introduction

![img](/files/-MQoMySfxI9TNf7u304t)

🐍 python学习记录

***

> 其中有些来自一些博客论坛，能加上原文地址的都已在文中尽可能加上
>
> 如有侵权，欢迎联系作者\~ <1832044043@qq.com>
>
> [个人论文主页链接](https://ieeexplore.ieee.org/author/37086402244)
>
> gitbook使用教程: [gitbook使用教程](http://gitbook.zhangjikai.com/)

> markdwon高阶语法:

* [Markdown进阶（更改字体、颜色、大小，设置文字背景色，调整图片大小设置居中）](https://blog.csdn.net/heimu24/article/details/81189700)
* [Cmd Markdown 简明语法手册](https://www.zybuluo.com/mdeditor?url=https%3A%2F%2Fwww.zybuluo.com%2Fstatic%2Feditor%2Fmd-help.markdown#12)
* [EMOJI CHEAT SHEET](https://www.webfx.com/tools/emoji-cheat-sheet/)

> python官方参考资料:

* [Python 3.8.3 文档](https://docs.python.org/zh-cn/3/)
* [NumPy 参考手册](https://www.numpy.org.cn/reference/)
* [Pandas: 强大的 Python 数据分析支持库](https://www.pypandas.cn/docs/)
* [scikit-learn (sklearn) 官方文档中文版](https://www.cntofu.com/book/170/index.html)
* [Matplotlib 教程](https://www.matplotlib.org.cn/tutorials/)
* <https://pyecharts.org/#/>

> python其他参考资料:

* [Python 标准库](https://docs.python.org/zh-cn/3.7/library/index.html#the-python-standard-library)
* [Python 语言参考](https://docs.python.org/zh-cn/3/reference/index.html)
* [Python文档内容](https://docs.python.org/zh-cn/3/contents.html)
* [Python 标准库](https://docs.python.org/zh-cn/3/library/index.html)
* [python索引](https://docs.python.org/zh-cn/3/genindex-all.html)
* [PEP索引](https://www.python.org/dev/peps/)
* [python青南-炫技](https://cloud.tencent.com/developer/user/3043884)

> 背景、鼠标特效、2d动漫角色等参考[鲸之声demo](https://jingzhisheng.cn/exam)进行了自定义的修改


---

# 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://narutohyc.gitbook.io/python/readme.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.
