Python 코딩 환경 구축
Anaconda 설치
아나콘다 다운로드 페이지 접속: https://www.anaconda.com/distribution/

파이썬 버전에 맞는 Installer 다운로드 후 설치

파이썬 인터프리터
터미널에서 파이썬 버전을 확인해본다. 터미널에서 다음 명령을 실행한다.
$ python --version
Python 3.7.6
이어서 파이썬 인터프로터를 시작해 본다.
$ python
Python 3.7.6 (default, Jan 8 2020, 13:42:34)
[Clang 4.0.1 (tags/RELEASE_401/final)] :: Anaconda, Inc. on darwin
Type "help", "copyright", "credits" or "license" for more information.