1. 먼저 vsc를 설치하기 전 컴퓨터에 파이썬을 설치한다.

https://www.python.org/

 

Welcome to Python.org

The official home of the Python Programming Language

www.python.org

 

2. vsc(비쥬얼 스튜디오 코드)를 설치한다.

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. vsc에서 ctrl+shift+x 를 누르거나 퍼즐 모양을 누른다음 python을 설치한다.

설치 후 파이썬 파일은 파일명.py로 저장하면 된다.

+ Recent posts