python/시작하기
2021. 8. 8.
파이썬 시작하기 1 - 아나콘다 설치
현재 사용하고 있는 PC의 OS가 Windows이거나 파이썬을 한번도 설치해보지 않는분이면 아나콘다로 python 설치를 권장합니다. (MS 앱으로 python 설치 놉!!) 확장성이나 python 다른 버전으로 설치 jupyter사용이 어렵기 때문이기도 하죠 설치 : https://docs.conda.io/en/latest/miniconda.html Miniconda — Conda documentation 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..