본문 바로가기

프로그래밍언어

[파이썬] 1강 파이썬 설치하기

누구나 쉽게 따라 할 수 있는 파이썬 프로그래밍

1강 파이썬 설치하기

1. Anaconda.com 접속 > 우측 상단 'Get started' 클릭
2. 'Install Anaconda Individual Edition' 클릭
3. 화면 하단 'Anaconda Installer'에서 PC 운영체제와 적합한 버전 다운로드
예) Windows > python 3.7 (64 Bit Graphical Installer (466MB))
(다운로드 바로가기) https://www.anaconda.com/products/individual
4. 실행파일 설치 시, 'Install for > Just me(recommended)' 선택

 

Anaconda | Individual Edition

Anaconda's open-source Individual Edition is the easiest way to perform Python/R data science and machine learning on a single machine.

www.anaconda.com

1. 파이썬 설치하기
- anaconda 설치
- anaconda 실행하기
- Jupyter notebook IDLE 실행하기
- 프로그램 종료

Miniconda 설치하기
https://docs.conda.io/en/latest/miniconda.html

 

Miniconda — Conda documentation

Miniconda Miniconda is a free minimal installer for conda. It is a small, bootstrap version of Anaconda that includes only conda, Python, the packages they depend on, and a small number of other useful packages, including pip, zlib and a few others. Use th

docs.conda.io

1. 아나콘다 홈페이지 접속
2. 아나콘다 Install Anaconda Individual Edition 클릭
3. 다운로드 클릭
4. 아나콘다 설치
5. 버전 선택
6. 아나콘다 설치 경로
7. 아나콘다 기본 파이선 버전
8. 아나콘다 설치중
9. 파이참 설치

 

10. 아나콘다 설치 완료
11. 아나콘다 설치 마무리

출처 : 누구나 쉽게 따라 할 수 있는 파이썬 프로그래밍