PYTHON(88)
-
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엄청난 횟수의 반복 연산을 필요하는 프로그램 하드웨어를 직접 제어하는 프로그램
-
Python을 사용한 프로그램, 프로젝트
Python을 사용한 프로그램 사용하는 것 중에 파이쎤으로 구현된 프로젝트들이 많이 있습니다. BitTorrent http://www.bittorrent.com/ CherryPy, http://www.cherrypy.org/ Django https://www.djangoproject.com/ GIMP http://www.gimp.org/ MoinMoin http://moinmo.in/ Maya http://www.maya-python.com/ PaintShop Pro http://www.paintshoppro.com/en/default.html Scons http://www.scons.org/ Trac http://trac.edgewall.org/ Yum http://yum.baseurl.org/ You..
-
Eclipse-이클립스에서 삭제된 파일 복구하기
Eclipse 이클립스에서 삭제된 파일 복구하기 Package Exploer에서 삭제한 패키지 폴더 선택 > 마우스 우클릭 > Restore from Local History… 메뉴 클릭 복구가능한 히스토리에 파일이 존재하는 경우 해당 파일 체크 후 > Restore 클릭 복가능한 히스토리가 없는 경우 메세지