sugenius

Vscode 에서 python 개발 환경 구축 본문

Python

Vscode 에서 python 개발 환경 구축

sugeniusk 2021. 3. 11. 21:57

code.visualstudio.com/docs/python/python-tutorial

 

Get Started Tutorial for Python in Visual Studio Code

A Python hello world tutorial using the Python extension in Visual Studio Code (a great Python IDE like PyCharm, if not the best Python IDE)

code.visualstudio.com

 

0. Vscode 설치 

https://visual-studio-code.softonic.kr/

 

Visual Studio Code

비주얼 플랫폼에서의 코드 편집

visual-studio-code.softonic.kr

 

1. Python 확장 패키지 설치 

왼쪽 네비게이션 최하단 아이콘 (확장) 선택 -> python 검색 -> 아래 3개 항목을 설치하여 확장한다. 

 

- Python 

- Python for VSCode 

- Python Extension Pack

 

실행 테스트 

print("hi")

 

완료.