컴퓨터 언어/Python28 [python 3] 미니콘다(miniconda)설치 후 환경변수 설정하기. 1. 미니콘다 안에 이미 파이썬과 기타 라이브러리가 존재한다. 이미 파이썬이 컴퓨터에 있다면 삭제 후 미니콘다 설치를 진행한다. 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 other.. 2020. 3. 27. [ Python 3 ] Enumerate 함수란. (다양한 자료형 적용 예시) 순서가 있는 자료형(list, tuple, string)을 입력으로 받아 인덱스 값을 포함하는 enumerate 객체를 리턴한다. Tip. for문과 함께 자주 사용된다. Enumerate 알아보기 1. seq 자료형 enumerate 결과 확인하기. 2. 순서가 없는 자료형은 어떤 결과가 도출될까?? - dictionary, set 자료형 enumerate 결과 확인하기. 3. 다차원 리스트와 ndarray에서는 어떤 결과가 나올까? - 리스트와 numpy.ndarray의 enumerate함수 결과는 비슷하게 도출한다. numpy.ndarray를 잘 모르겠다면 아래의 글을 보고 오길 바란다. 2020/03/14 - [Python] - [ Python 3 ] NumPy란 무엇인가? (ndarray 클래스.. 2020. 3. 13. 이전 1 ··· 9 10 11 12 13 14 다음