Programming/Python

[Setting] Python 2.7 설치

bisi 2019. 4. 2. 12:57

1. Python 정의 

1991년 프로그래머인 귀도 반 로섬이 발표한 고급 프로그래밍 언어로, 플랫폼 독립적이며 인터프리터식, 객체 지향적, 동적타이핑 대화형 언어이다. (WiKi : https://en.wikipedia.org/wiki/Python_(programming_language))

 

2. Python 설치 

1) Python 공식 홈페이지에서 원하는 버전 Download

https://www.python.org/downloads/release/python-2716/

 

Python Release Python 2.7.16

The official home of the Python Programming Language

www.python.org

 

 

 

Window 운영체제라면 맨 아래 Windows x86 MSI installer 클릭

 

 

3) Next 누르며 Setup 완료. 

기본경로는 C:\Python27\

 

 

4) Python 정상 실행 확인