PROGRAMMING STUDY/Python

1 Posts

01. 환경설정

PROGRAMMING STUDY/Python
2023.08.21
더보기 1.파이썬(Python) 설치 2. 비주얼 스튜디오 코드(visual studio code) 설치 3. 파이썬 연동 1. 파이썬(Python) 설치 1.1 다운로드 페이지(https://www.python.org/downloads/release/python-386) 접속 1.2 하단의 Files에서 Windows x86 executable installer 다운로드 (운영체제에 따라 맞는 버전 선택하기) 1.3 Add Python 3.8 to PATH 옵션 클릭 후 Customize installation 선택 1.4 Customize install location 입력란에 원하는 경로 지정 후 install 2. 비주얼 스튜디오 코드(visual studio code) 설치 2.1 VSCode ..