반응형
1. Miniconda 설치
google에서 miniconda 검색
https://docs.conda.io/en/latest/miniconda.html에서 OS에 맞는 installer 다운
2. Atom 에디터 설치
google에서 atom 검색
https://atom.io/에서 download 선택
atom 설치 후 atom에 workspace 지정
3. 파이썬 구동
test.py파일 생성 후 print("Hello World") 입력 저장
cmd창에서 workspace로 이동후 python test.py 입력 시 "Hello World" 출력
4. atom 패키지 추가
atom에서 file -> setting -> install
1) "autocomplete-python" 설치
2) "script"(run code in atom) 설치
반응형
'파이썬 > 강좌 메모' 카테고리의 다른 글
4. 기본문법(, , 클래스) (0) | 2019.05.21 |
---|---|
3. 기본문법(함수, 모듈, 리스트) (0) | 2019.05.21 |
2. 기본문법(자료형, 조건문, 반복문, 주석) (0) | 2019.05.21 |