감동, 마음이 움직이는 것
[python] utf-8로 모든 데이터 취급하기 본문
Tips (Utility, Computer Language, and etc.)
[python] utf-8로 모든 데이터 취급하기
Struggler J. 2017. 12. 25. 00:14#-*-encoding:utf-8 -*-
import sys
import re
import numpy as np
reload(sys)
sys.setdefaultencoding('utf-8')
'Tips (Utility, Computer Language, and etc.)' 카테고리의 다른 글
[gnuplot] set pdfcairo에서 전체 크기 조정 (dashed size) (0) | 2017.12.25 |
---|---|
[gnuplot] variable파일로부터 받아오기 (0) | 2017.12.25 |
[학회+발표] (0) | 2017.12.23 |
[python] dictionary key바꾸기 dic[newkey] = dic.pop(oldkey) (2) | 2017.12.22 |
[python] replace characters in the string (0) | 2017.12.21 |