"윈도우 Python 3 설치"의 두 판 사이의 차이

6번째 줄: 6번째 줄:
*http://www.python.org/downloads/ 접속
*http://www.python.org/downloads/ 접속
*[Donwload Python 3.5.1] 클릭하여 python-3.5.1.exe 파일 다운로드(27.4MB)
*[Donwload Python 3.5.1] 클릭하여 python-3.5.1.exe 파일 다운로드(27.4MB)
[[파일:InstallPythonForWindows1.png|700px]]
[[파일:InstallPythonForWindows1.png|800px]]
*python-3.5.1.exe 실행
*python-3.5.1.exe 실행
*"Install Python 3.5.1 (32-bit)" --- Install Now
*"Install Python 3.5.1 (32-bit)" --- Install Now

2016년 5월 28일 (토) 13:50 판

윈도우 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 }}