1 / 20

Python Installation In PC (Window, Mac OS)

Python Installation In PC (Window, Mac OS). Byoungjun Kim ( bjkim @archi.snu.ac.kr) Ansu Na(asna@archi.snu.ac.kr) School of Computer Science and Engineering Seoul National University. Window 설치. Download URL. PC 환경에서 Python Installation 하기

katen
Download Presentation

Python Installation In PC (Window, Mac OS)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Python Installation In PC(Window, Mac OS) Byoungjun Kim (bjkim@archi.snu.ac.kr) Ansu Na(asna@archi.snu.ac.kr) School of Computer Science and Engineering Seoul National University

  2. Window 설치

  3. Download URL • PC 환경에서 Python Installation 하기 • Web 환경이 아닌 PC 설치 환경으로 Python을 실행할 수 있도록 하는 방법 • Download URL • https://www.python.org/downloads/

  4. 버전 선택 (For Window) Python 2.7.6 Installer 다운로드 받기

  5. 설치진행 다운로드 후 받은 파일 “python-2.7.6.msi” 실행 실행 후 “Next” 를 선택하여 설치 진행

  6. 설치 완료 Finish를 선택하여 설치 완료

  7. 실행 c: / Python27 / Lib / idlelib / idle.bat 실행

  8. 실행 • Shell실행 • Line by line 으로 실행 가능

  9. 실행 • Script 환경으로 실행 • File > New File 실행

  10. 실행 Script로 프로그래밍 가능한 환경 Script 환경으로 실행

  11. 실행 • Script 환경으로 실행 • 원하는 프로그래밍 후 Run > Run Module 실행(단축키 F5)

  12. 실행 • Script 환경으로 실행 • 최초 실행 시에는 저장 후 실행 가능

  13. 실행 Shell 창에 결과값이 출력됨

  14. Mac OS

  15. IDLE 실행 Terminal 실행

  16. IDLE 실행 Terminal 실행

  17. Script 실행 Shell 실행 > Script 실행은 Window와 동일

  18. Script실행

  19. Script 실행

  20. Script 실행

More Related