# 2.5.2.     파이참(PyCharm)

\
Jetbrain에서 개발한 파이참은 파이썬 프로그램을 쉽게 개발할 수 있도록 하는 IDE(Integrated Development Environment, 통합 개발 환경)로 분류됩니다. IDE는 코드 편집기, 디버거, 컴파일러, 인터프리터 등을 포함하고 개발자에게 제공됩니다.

현재까지 파이썬 개발툴 중에서는 가장 높은 완성도를 지니고 있기 때문에 많이 쓰이는 개발툴중 하나입니다. PyCharm은 커뮤니티 에디션(무료)과 프로페셔널 에디션(유료)으로 나뉍니다. 윈도우, 리눅스, 맥 모두를 지원하여 어느 플랫폼에서나 사용 할 수 있다는 것도 큰 장점입니다.

파이참은 통합 개발 환경으로 더욱 전문가적인 일을 할 수 있고, 다양한 단축키로 작업 속도가 빠르며 오류를 찾아주는 기능으로 디버깅이 쉽습니다.

![](/files/-LbMxtdJJLyic1Qr6tDq)


---

# 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://sdc-james.gitbook.io/onebook/2.-1/1.6./untitled-17.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.
