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 확장 설치
'Programing Language > Python' 카테고리의 다른 글
[Python] VSCode & Python Extensions Install #3 (0) | 2025.06.30 |
---|---|
[Python] Python 이란? #1 (0) | 2025.06.25 |