Python IDLE 설치 - Memory & Storage Architecture Lab.
Download
Report
Transcript Python IDLE 설치 - Memory & Storage Architecture Lab.
Memory & Storage Architecture Lab.
@ Seoul National University
Python Installation In PC
(Window, Mac OS)
Byoungjun Kim ([email protected])
Ansu Na([email protected])
School of Computer Science and Engineering
Seoul National University
Window 설치
Memory & Storage Architecture Lab.
@ Seoul National University
2
Download URL
PC 환경에서 Python Installation 하기
Web 환경이 아닌 PC 설치 환경으로 Python을 실행할 수 있도록 하는 방법
Download URL
• https://www.python.org/downloads/
Memory & Storage Architecture Lab.
@ Seoul National University
3
버전 선택 (For Window)
Python 2.7.6 Installer 다운로드 받기
Memory & Storage Architecture Lab.
@ Seoul National University
4
설치 진행
다운로드 후 받은 파일 “python-2.7.6.msi” 실행
실행 후 “Next” 를 선택하여 설치 진행
Memory & Storage Architecture Lab.
@ Seoul National University
5
설치 완료
Finish를 선택하여 설치 완료
Memory & Storage Architecture Lab.
@ Seoul National University
6
실행
c: / Python27 / Lib / idlelib / idle.bat 실행
Memory & Storage Architecture Lab.
@ Seoul National University
7
실행
Shell 실행
Line by line 으로 실행 가능
Memory & Storage Architecture Lab.
@ Seoul National University
8
실행
Script 환경으로 실행
File > New File 실행
Memory & Storage Architecture Lab.
@ Seoul National University
9
실행
Script 환경으로 실행
Memory & Storage Architecture Lab.
@ Seoul National University
Script로 프로그래밍
가능한 환경
10
실행
Script 환경으로 실행
원하는 프로그래밍 후 Run > Run Module 실행(단축키 F5)
Memory & Storage Architecture Lab.
@ Seoul National University
11
실행
Script 환경으로 실행
최초 실행 시에는 저장 후 실행 가능
Memory & Storage Architecture Lab.
@ Seoul National University
12
실행
Shell 창에 결과값이 출력됨
Memory & Storage Architecture Lab.
@ Seoul National University
13
Mac OS
Memory & Storage Architecture Lab.
@ Seoul National University
14
IDLE 실행
Terminal 실행
Memory & Storage Architecture Lab.
@ Seoul National University
15
IDLE 실행
Terminal 실행
Memory & Storage Architecture Lab.
@ Seoul National University
16
Script 실행
Shell 실행 > Script 실행은 Window와 동일
Memory & Storage Architecture Lab.
@ Seoul National University
17
Script 실행
Memory & Storage Architecture Lab.
@ Seoul National University
18
Script 실행
Memory & Storage Architecture Lab.
@ Seoul National University
19
Script 실행
Memory & Storage Architecture Lab.
@ Seoul National University
20