Lists are mutable sequences, typically used to store collections of homogeneous items (where the precise degree of similarity will vary by application). 파이썬 리스트 (= 상위수준의 집합체) 특징 파이썬 변수는 식별자를 지정하지 않는다. 파이썬 리스트는 여러 데이터 형을 함께 사용할 수 있다. 중첩 리스트 : 무한 단계까지 리스트 안에 리스트가 들어갈 수 있다. 리스트 내장함수 append extend insert pop remove 참고 44.6.4. Lists Python 3.5.1 (v3.5.1:37a07cee5969, Dec 6 2015, 01:38:48) [MSC v.1900..
창시자 : 귀도 반 로썸(Guido van Rossum) Python is a clear and powerful object-oriented programming language, comparable to Perl, Ruby, Scheme, or Java. https://www.python.org/ Downloads Documentation PyPI - the Python Package Index 써드파티 파이썬 모듈을 제공하는 중앙 레파지토리 특징 free software: an open source license Runs on many different computers and operating systems: Windows, MacOS, many brands of Unix, OS/2, ... sup..
상황아나콘다 2.7이 설치되어 있는 상황에서 3.4를 설치하고 싶음 해결콘다(아나콘다 패키지 매니저)는 별개의 환경을 지원3.4를 위한 환경을 생성한다. conda create -n python2 python=3.4 anaconda위 같이 실행하면 python2 라는 환경이 생성된다. activate python2 Python 3.4용 스파이더 실행 Laucher를 실행 > Environment를 python2로 변경 > spyder-app 실행참고How to install 2 Anacondas (Python 2.7 and 3.4) on Mac OS 10.9http://docs.continuum.io/anaconda/