IT/Python

7. Python IDE

상짱 2020. 2. 7. 14:13
반응형

1. Python IDE ( Integrated Development Environment )

- 파이썬 통합개발환경

- 비주얼 스튜디오 기반 PTVS ( Python Tools for Visual Studio ) / 이클립스 기반 PyDev / JetBrains의 PyCharm

 

- 비주얼 스튜디오 기반 PTVS ( Python Tools for Visual Studio )

https://github.com/microsoft/PTVS

 

microsoft/PTVS

Python Tools for Visual Studio. Contribute to microsoft/PTVS development by creating an account on GitHub.

github.com

 

- 이클립스 기반 PyDev

http://www.pydev.org/

 

PyDev

Important First time users are strongly advised to read the Getting started guide which explains how to properly configure PyDev. LiClipse The recommended way of using PyDev is bundled in LiClipse, which provides PyDev builtin as well as support for other

www.pydev.org

 

- JetBrains의 PyCharm

https://www.jetbrains.com/pycharm/

 

PyCharm: the Python IDE for Professional Developers by JetBrains

The Python & Django IDE with intelligent code completion, on-the-fly error checking, quick-fixes, and much more...

www.jetbrains.com

- PyCharm 이 가장 인기가 좋음

- Professional / Community 버전이 있으며

- 유료 / 무료 버전이다.

 

- Community 버전을 다운로드(https://www.jetbrains.com/pycharm/download/#section=windows) 받아서 설치

- 설치 후 프로젝트 생성시, 프로젝트 인터프리터를 잡아주어야 한다.

- Existing interpreter : [사용자경로]\anaconda3\python.exe

 

- py 파일을 만들고

- print("Hello World~~~~!!!!") 

- 공부 끝~~~~!?!?!?!!!??

 

반응형

'IT > Python' 카테고리의 다른 글

Python PyQt5 QAxContainer import 에러  (0) 2020.05.18
Python / GUI  (0) 2020.05.14
Python / COM  (0) 2020.05.13
6. Python 파일읽기 / 쓰기  (0) 2020.02.05
5. Python 클래스  (0) 2020.02.04
4. Python 함수와 모듈  (0) 2020.02.04
3. Python 제어문  (0) 2020.01.29
2. Python 기본자료구조(리스트/튜플/딕셔너리)  (0) 2020.01.20
1. Python 변수/문자열/기본데이터타입  (0) 2020.01.20
Python 시작  (0) 2020.01.14