# Introduction

本书拟作为外脑，主要内容包括：

* 写代码的
  * Python类库方法
    * Pandas
    * Numpy
    * Matpltlib
    * Os
  * IDE
    * Pycharm
    * DataSpell
    * MatLab
    * Jupyter
    * Vscode
    * Visual Studio
  * 爬虫相关
    * 控制键鼠
    * Html元素提取
    * selenium自动化
    * cookie和header
    * get请求
    * post请求
    * js解密
  * 正则表达式
    * 提取字符串
    * 匹配字符串
  * 远程
    * SSH
    * 远程开发
  * 个人服务器
    * 租用
    * 配置
    * Linux系统
* 研究生阶段
  * 专业课程
* 其他兴趣（暂未成型）
  * C++学习
  * 嵌入式开发
  * Jsp开发


---

# 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://euclid-jie.gitbook.io/euclid_jie_s_book/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.
