# 前言

## 1. 学习内容

学习python、R、docker and sql的总结。希望大家协同打造一个编程学习笔记。

### 1.1. 本学习内容存放位置

Github:<https://github.com/lujw666/learn.git>

Gitbook:<https://lujw666.gitbook.io/learn/>

Blog:<https://lujw666.github.io/>

Dockerhub:<https://hub.docker.com/repository/docker/lujiawei/learn>

### 1.2. 搭建编程环境

用于学习编程搭建了docker镜像。

#### 1.2.1. dockerfile

用于docker镜像搭建的[dokerfile](https://github.com/lujw666/learn/blob/develop/run/Dockerfile/README.md)。

#### 1.2.2. docker hub

可直接从docker hub上拉取镜像。

```docker
docker pull lujiawei/learn
```

#### 1.2.3. 镜像使用

```docker
docker run -d --privileged \
-v /path:/data \
--name learn \ 
lujiawei/learn
```

## 2. 学习链接

### 2.1. [Python](/learn/python.md)

### 2.2. [SQL](/learn/sql.md)

### 2.3. [Docker](/learn/docker.md)

### 2.4. [Markdown](/learn/markdown.md)

### 2.5. [Git](/learn/git.md)

### 2.6. [GitBook](/learn/gitbook.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://lujw666.gitbook.io/learn/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.
