Python 개발환경 Setting
비주얼 스튜디오 코드(Visual Studio Code) 설치
- 아래의 경로에서 비주얼 스튜디오 코드(Visual Studio Code)를 다운로드 받아 설치 한다.
- https://code.visualstudio.com/
파이썬(Python) 설치
- 아래의 경로에서 파이썬(3.X)를 설치 한다.
- https://www.python.org/downloads/
VSCode Extension Setting
- 비주얼 스튜디오 코드(Visual Studio Code)에 파이썬(Python) 확장(Extension) 설치
- 1) 메뉴 > 보기 > 확장
- 2) 검색어에 python 입력
- 3) Python(Don Jayamanne) 설치
'IT > Python' 카테고리의 다른 글
Python File Searching (0) | 2021.01.14 |
---|---|
Python Excel Control (0) | 2021.01.14 |
Python PyAutoGUI Control (0) | 2021.01.14 |
Python PowerShell (0) | 2021.01.14 |
Real-time Python Jenkins Build Status Check (0) | 2021.01.14 |