윈도우 Python 3 설치

윈도우 Python 3 설치
윈도우 파이썬 설치

1 다운로드 및 설치

InstallPythonForWindows1.png

  • python-3.5.1.exe 실행
  • "Install Python 3.5.1 (32-bit)" --- Install Now

InstallPythonForWindows2.png

2 실행

  • Win --- IDLE (Python 3.5 32-bit) Enter
Python 3.5.1 (v3.5.1:37a07cee5969, Dec  6 2015, 01:38:48) [MSC v.1900 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>>
  • 작업표시줄의 IDLE 아이콘 우클릭 --- 이 프로그램을 작업표시줄에 고정
>>> print('Hello World')
Hello World
>>> print('안녕 친구들')
안녕 친구들
>>>

3 같이 보기

4 주석

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}