Tagged: 파이썬

[Python]딕셔너리(Dict)

파이썬의 기본 자료구조 딕셔너리에 대해 알아보자 범용적으로 가장 많이 쓰이는 자료구조로, 자바의 Map에 해당한다. Json과 형태가 동일하다. 결과:

윈도우환경 파이썬에서 오라클 접속 시 오류

Python 3.4.4 (v3.4.4:737efcadf5a6, Dec 20 2015, 19:28:18) [MSC v.1600 32 bit (Intel)] on win32Type “help”, “copyright”, “credits” or “license” for more information.>>> import cx_OracleTraceback (most recent call last):  File “<stdin>”, line 1, in <module>ImportError:...

윈도우 환경 파이썬에서 컴파일 오류발생 시

pip install cx_Oracle 등의 명령어로 특정 모듈을 컴파일할 때 아래와 같은 오류가 발생하는 경우가 있다.     building ‘cx_Oracle’ extension    error: Microsoft Visual C++ 10.0 is required (Unable to find vcvarsall.bat). 이 경우...