본문 바로가기

Develop/Python

VS code에서 python 개발 환경 설정하기

python을 코딩하는데 여러 에디터를 이용하는데 이중 가장 인기있는 개발툴인

VS code에서 python 개발 환경 설정하는 방법을 알아보겠습니다.

 

1) python 설치하기

파이썬이 어느 곳에서든지 실행될 수 있도록 "Add Python 3.7 to PATH" 옵션을 선택하도록 하자.

https://www.python.org/downloads/

 

Download Python

The official home of the Python Programming Language

www.python.org

2) VS code 설치하기

https://code.visualstudio.com/

 

Visual Studio Code - Code Editing. Redefined

Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications.  Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.

code.visualstudio.com

3) VS code 확장 모듈 설치

Korean Language Pack for Visual Studio Code 와 python 모듈을 설치한다.

 

4) 코딩을 저장한 폴더를 지정

Explorer -> Open Folder

 

5) 새파일 생성

새파일 -> 파일이름.py

 

6) 코딩 

오른쪽 상단 화면에 코딩

 

7) 실행

ctrl + alt + n  또는 마우스 오른쪽 눌러 code run 실행

 

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

자동텔 스크립트  (0) 2022.01.09