Visual Studio Code 설치 및 Python 다운로드
웹크롤링을 해야해서
비주얼 스튜디오 코드(브스코)랑 Python을 설치를
오랜만에...
# Visual Studio Code 설치
1. 브스코 다운로드 페이지
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
빨간색 버튼 클릭해서 다운받기
(난 윈도우니깐 윈도우! )
2. 설치 파일 열면 아래처럼 쭉쭉 진행하면된다.
설치 위치 선택하고
프로그램 바로가기도 그냥 다음 하기
기타에 세가지 다 체크해준 담에
다음 클릭
설치 완료!
# 언어 한글로 설정하기
브스코 실행해서
Extensions 에서 검색해서 install 버튼 눌러서 설치하기
아래 restart 버튼 누르면
한글 설정도 끝!!!
# 파이썬 설치
설치 링크
Download Python
The official home of the Python Programming Language
www.python.org
아래 체크 하고 install now 클릭해서 설치하기
설치 완료!
# 브스코에서 파이썬 사용하기
세팅 끝~~~~~~