본문 바로가기

BackEnd/DRF Project

[# Django Project ] VScode Python 설치

반응형

# Django Project를 실습하기에 앞서 VScode에 Python을 설치는 방법에 대해 알아보도록 하겠습니다.
# Visual Studio code에서 Python을 설치하는 방법
# 비쥬얼 스튜디오 코드 설치 방법 및 Extension 설치 방법은 >> 여기에서 확인하세요.

 




VScode에서 Python 설치

 


 

1) Python 설치

1. VScode를 실행합니다.
2. 단축키 Ctrl + Shift + X 를 눌러 VScode의 Extention 을 엽니다.
3. 검색칸에 Python을 검색한 후 아래의 Extention 을 설치합니다.
    
    python : IntelliSense 기능(코딩을 편리하게 하기 위한 기능 집합), Linting 기능(오류 표시), Debugging 등을 지원
    Python for VSCode : 파이썬 언어팩으로 하이라이팅, 스니펫 등을 지원
    Python Extension Pack : 파이썬을 위한 VScode의 Extension을 묶어놓은 팩

 


 

2) VScode에서 Python 코드 실행

1. 상단의 file 클리 > New File 클릭합니다.
2. 파일명을 작성한 후 확장자를 .py로 저장합니다.
3. 단축키 Ctrl + F5로 터미널창을 실행하거나 F1을 눌러 검색창에 Select Interpreter를 선택해 python을 실행합니다.

 


 

# 궁금한 점은 밑에 댓글로 남겨주세요.
# VScode 다운로드 경로: 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

 

 

반응형