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/
Window 운영체제라면 맨 아래 Windows x86 MSI installer 클릭
3) Next 누르며 Setup 완료.
기본경로는 C:\Python27\
4) Python 정상 실행 확인
'Programming > Python' 카테고리의 다른 글
[python] 연산자, 연산자 우선순위, math 내장 함수 (0) | 2020.04.17 |
---|---|
[python] 산술 연산 관계 연산 (0) | 2020.04.16 |
[python] 기초 개념 (0) | 2020.04.15 |