STUDY/programing

python 설치 및 개발환경 설정(atom 에디터 사용)

NightOwl 2020. 3. 17. 21:58
728x90

1. python 홈페이지에 접속한다. [ DOWNLOADS ] - [ Python 3.7.6 ]

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

 

Python Release Python 3.7.6

The official home of the Python Programming Language

www.python.org

 

 

 

 

2. 나는 windows, 64bit 환경이므로 Windows x86-64 executable installer으로 다운 받는다.

 

 

 

 

 

 

3. 설치파일을 관리자 권한으로 실행한다.

 

 

 

 

 

4. 커스터마이즈는 자신이 없어서 자동설치를 한다.

  Add python 3.8 to path를 체크하면 자동으로 패스를 지정해준다.

 

 

 

 

 

4. 파이썬 IDLE가 설치된다.

 

 

 

 

 

 

5. 잘 작동 되는것이 확인된다. 

 

 

 

 

 

 

6. python IDE로는 ATOM을 다운 고른다. 

https://atom.io/

 

A hackable text editor for the 21st Century

At GitHub, we’re building the text editor we’ve always wanted: hackable to the core, but approachable on the first day without ever touching a config file. We can’t wait to see what you build with it.

atom.io

 

 

 

 

 

 

7. [Ctrl] + [ , ] 으로 Settings를 열어준다.
Install 메뉴에서 수 많은 사람들이 만들어 놓은 패키지를 받을 수 있다.

autocomplete-python

 

 

그 중에 코드힌트를 볼 수 있는 오토 컴플리트 파이썬을 받는다.

https://atom.io/packages/autocomplete-python

 

autocomplete-python

Python completions for packages, variables, methods, functions, with their arguments. Powered by your choice of Jedi or Kite.

atom.io

 

 

 

 

8. 파이썬을 ATOM에서 실행 하게 해주는 패키지를 받는다.

ATOM script package


https://atom.io/packages/script

 

script

Run code in Atom!

atom.io

여기 사이트에 나와있는 모든 언어를 atom에서 실행하게 해주는 패키지이다.

 

윈도우는 컨트롤+쉬프트+b키, 맥은 cmd+i키로 Run 할 수 있다.

 

 

 

 

 

 

 

9. [file]-[Add Project Folder]에서 작업할 폴더를 선택해준다.

 프로젝트명에서 마우스 우클릭 > [New file] 으로 파이썬 파일을 만들어 준다. (확장자는 .py)

 

 

 

10. print 함수가 잘 돌아간다.

 

파이썬 설치 끝 !

 

 

 

 

 

 

+ 패키지 추천 : activate-power-mode

 

아톰을 고른 목적

 

 게임 하듯이 조금이나마 신나게 코딩을 배워 볼 수 있을것 같아서 바로 설치!!

패키지 세팅 화면에서 몇번째타수부터 파워모드를 발현시킬지 커스텀 할 수 있다.

 

 

아톰 콤보

https://atom.io/packages/activate-power-mode

 

activate-power-mode

Activate POWER MODE to write your code in style.

atom.io

 

728x90