아나콘다 설치해보자~ how to install Anaconda on your computer
2019. 8. 29. 15:35ㆍProgramming Tutorial/Python
https://www.anaconda.com/distribution/#download-section
Anaconda Python/R Distribution - Free Download
Anaconda Distribution is the world's most popular Python data science platform. Download the free version to access over 1500 data science packages and manage libraries and dependencies with Conda.
www.anaconda.com
위 링크로 들어가서 다운 받도록 합시다.
의심되면 검색해서 들어가셔도 됩니다.
다운로드 다 받았으면 실행. 0.5 기가 정도 되네요.
Default 설정된 데로 반항없이 쭉 설치를 진행해줍시다.
반항하면 한대 맞기 마련입니다. 2~3기가 정도 여유공간이 필요하겠네요.
잘 설치 되었네요.
'Programming Tutorial > Python' 카테고리의 다른 글
iloc, loc를 사용한 행/열 선택법 from Pandas df (3) | 2019.09.15 |
---|---|
정규표현식(RegEx)의 활용 1. (contains와 그 flags 활용) (0) | 2019.09.02 |
다른 .py파일을 import 하는 방법과 __name__의 정체 (1) | 2019.08.17 |
Function 에 documentation 하는 방법 (0) | 2019.08.13 |
파이썬 List를 편하게 가지고 노는 방법 (List Comprehensions) (0) | 2019.08.13 |