파이썬(60)
-
Guido van Rossum(귀도 반 로썸) - Guido van Rossum: The Early Years of Python, 초창기의 파이썬
Guido van Rossum: The Early Years of Python "초창기의 파이썬" http://youtu.be/xLVxoz-mQFs
-
Python 다운로드, Python 설치
Windows용 Python 다운로드 https://www.python.org/ Download Download Python 3.4.1 클릭 Python 설치하기 설치 중... Finish 설치 완료! 설치 완료 후 시작메뉴
-
python의 프로그래밍 언어 위치
세계 프로그래밍 언어 TOP 10 세계 프로그래밍 언어 TOP 10에서 현재 8위에 있음 2007, 2010년에 올해의 언어로 소개될 만큼 산업계와 과학계에서도 중요한 위치를 차지하고 있습니다.
-
SyntaxError: Non-UTF-8 code starting with '\xc0' in file ~.py on line 3, but no encoding declared; see
오류메시지 SyntaxError: Non-UTF-8 code starting with '\xc0' in file C:\Users\codedragon\git\study_Python\studyPython\ch11-C\Ex01\lettertest.py on line 3, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details 해결방법 소스코드 파일 선택 > 마우스 우클릭 > 왼쪽창의 Resource 항목 선택 > Text file encoding영역에서 인코딩 방식을 UTF-8로 변경 > OK
-
Error-Unable to find vcvarsall.bat
에러 메시지 C:\Users\yuriyuri\git\study_Python\studyPython\ch11-C>python setup.py install running install running build running build_ext building 'text' extension error: Unable to find vcvarsall.bat python build version과 현재 설치되어 있는 compiler version이 달라서 발생 해결방법1 MinGW 다운로드 및 설치하기 http://codedragon.tistory.com/671 자동 빌드를 위해 distutils.cfg파일 수정 기본값은 distutils.cfg파일이 존재하지 않음로 새 파일을 생성하여 distutils.cfg로 저..
-
Python(파이썬) 장점
Python 장점 (파이썬이 좋은 이유) Free(공짜) 인간다운 언어 강력 간결 문법이 쉬워 빠르게 학습 프로그래밍이 재밌다 개발속도가 빠르다 Python으로 할수 있는 것 구분설명파이썬으로 할 수 있는 것 CanGUI(Graphic User Interface) 프로그램 CGI 프로그래밍 수치연산 프로그래밍 데이터베이스 프로그래밍 시스템 유틸리티 C/C++과의 결합파이썬으로 할 수 없는 것 Can't엄청난 횟수의 반복 연산을 필요하는 프로그램 하드웨어를 직접 제어하는 프로그램