Python

Python 시작

글로리. 2020. 5. 11. 18:08

 

파이썬 설치 : https://www.python.org/ 

 

Welcome to Python.org

The official home of the Python Programming Language

www.python.org

 

파이썬 설치여부 확인 : 명령프롬프트(win키 + r)에서 python --version 입력

 

파이썬 설치 / 미설치 시 화면

 

IDE(통합개발환경, Integrated Development Environment)

 -  코딩, 디버그, 컴파일 등 프로그램 개발에 관련된 모든 작업을 하나의 프로그램안에서 처리하는 환경을 제공하는 소프트 웨어

 

Sublime Text 3 : http://www.sublimetext.com/3

 

Download - Sublime Text

Sublime Text 3 is the current version of Sublime Text. For bleeding-edge releases, see the dev builds. Sublime Text may be downloaded and evaluated for free, however a license must be purchased for continued use. There is currently no enforced time limit f

www.sublimetext.com

 

* Sublime Text3로 파이썬 소스코드 작성하기 : Ctrl + B -> Python 실행모드 선택

파이썬 실행모드 선택