티스토리 뷰
반응형
Python) 파이썬 interpreter 설치하기
미니콘다 설치하기
https://docs.conda.io/en/latest/miniconda.html
윈도우 비트 확인 후 다운로드
add anaconda to my path environment variable에 체크 : 아나콘다 파이썬을 쉽게 불러오기 위해 설정
cmd창에서 python이 설치 되었는 지 확인하기 위해 python을 쳐준다.
cmd 창에 파이썬 버전이 나오면 잘 설치된 것입니다.
a변수에 10을 넣고 b 변수에 6을 넣어서 a*b를 실행하면 60이 나온다.
반응형
'Programming > Python' 카테고리의 다른 글
[python] list indices must be integers or slices, not str 에러 (0) | 2023.01.23 |
---|---|
Python) atom editor 설치 및 hello world 출력 (1) | 2019.03.18 |
Python) 파이썬의 개발 도구 (0) | 2019.03.16 |
python) 파이썬 소개 (2) | 2019.03.16 |
[Python] 크롤링 403 permission error (0) | 2017.04.14 |
댓글
반응형