# 엔트리로 파이썬 기초 입문하기

본 서는 엔트리의 블록기반 코딩으로 코딩(프로그래밍)을 익힌 이후 파이썬 언어를 사용하는 텍스트기반 코딩으로 넘어가가고자 하는 분들에게 중간 다리 역할을 하는 "엔트리-파이썬" 코딩을 통해 **교육목적의 블록 코딩 개발에서 실전개발을 위한 텍스트 코딩으로의 용이한 전환을 꽤하고자 하는 분/ 블록 코딩을 교육한 이후 학습자의 텍스트 코딩으로의 원활한 전환을 돕고자하는 교육자**들을 위해 씌여졌습니다.

#### 변경내역:

| 버전   | 날짜         | 내역            |
| ---- | ---------- | ------------- |
| v1   | 2023/11/06 | 첫 버전 공개       |
| v1.1 | 2024/02/25 | 함수 파트 일부 수정   |
| v1.2 | 2024/07/08 | 순차/병렬처리 일부 수정 |

#### **저자**: JJ ([comseong@gmail.com](#jj-comseong-gmail.com))

#### 참고 자료1: 엔트리 > [공식교육자료](https://playentry.org/material) > 엔트리 파이썬

#### 참고 자료2: 엔트리 오프라인에 내장된 "엔트리 파이선 이용안내 ppt(엔트리파이선 메뉴얼, 엔트리파이선 기본예제)"&#x20;

#### 저작권: [https://creativecommons.org/licenses/by-nc-sa/4.0/](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.ko)

![](/files/-MaqETMrrz0He569RPTu)


---

# 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://jjlee.gitbook.io/entry-python/master.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.
