Programing Language/Python
[Python] Python Install (Windows 11) #2
coxfactor-Tech
2025. 6. 26. 18:10
Windows 11 에서 Python install 및 기본 동작 확인하기
1. 공식 사이트: https://www.python.org/downloads/windows/
최신 버전 기준 Python 3.13.5 Download Windows installer (64-bit)
2.설치 파일 실행 후 > "Add Python to PATH" 체크! > "Install Now" 클릭
3. CMD 접속(Windows Key + R, cmd 입력) 및 Python 실행 후 대화형 Shell TEST
# cmd 에서 Python 실행
python
# Python 대화형 Shell TEST
Print("Hello World")
Next > VSCode에 Python 확장 설치