[Python] 개발 환경 구축 (아나콘다, 주피터 노트북)

- 파이썬 개발 환경으로는 visual studio code, 파이참 등이 있지만 주피터 노트북 사용에 익숙해지기 위해 주피터 노트북 사용

 

1. 아나콘다 설치

https://www.anaconda.com/

 

Anaconda | The World's Most Popular Data Science Platform

Anaconda is the birthplace of Python data science. We are a movement of data scientists, data-driven enterprises, and open source communities.

www.anaconda.com

 

 

- 설치 참고 영상

https://youtu.be/vF6yKwqWFrI

 

 

- 새로운 환경 생성

1. Anaconda Navigator 들어가기

2. [Environment] 메뉴 클릭

3. [Create] 버튼으로 환경 생성

 

 

 

2. 주피터 노트북

- 주피터 노트북 설치

1. Anaconda Navigator 들어가기

2. [Home] 메뉴 클릭

3. Jupyter Notebook 다운로드

4. 다운로드가 끝나면 [Launch] 클릭해서 들어가기

 

 

- 파이썬 개발 환경

1. 주피터 노트북에 들어가서 오른쪽 상단에 [New] 클릭

2. Python3을 클릭하면 개발 환경 구축 성공

3. 실행문을 작성하고 Shift+Enter 클릭하면 실행!