본문 바로가기
설치

VS code 다운로드 및 설치

by 무지성개발자 2021. 8. 3.

이 글에서는 파이썬 코드를 쉽게 설계하고 실행할 수 있는 vs code(visual studio code) 다운로드 및 설치방법을 설명하였습니다.

도움이 되었다면 좋아요 구독버튼을 눌러주세요.

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


vs code 다운로드


1. 다운로드 버튼을 클릭

2. 다운로드 된 파일을 실행


vs code 설치


3. vs code 사용시 편의를 위해 해당 버튼을 체크합니다.


vs code 파이썬 설정


7. extensions 버튼을 누르고 파이썬을 검색합니다.

9. 설치버튼을 클릭


vs code에서 파이썬 코드 만들기


10. explorer 버튼을 클릭하고

11. open Folder를 선택합니다.

12. 파이썬 파일을 저장할 곳을 선택한 뒤 

13. 우클릭을 눌러 new file을 선택합니다.

14. 파일 이름뒤에 .py를 붙이면 파이썬 파일이 만들어집니다.