Category Archives: Python
Python – parameter by reference (참조로 값 전달)
Python = hex 문자열 디코딩하기
Python = hex 문자열 디코딩하기
가끔 헥스로 깨져있는 문자열을 보게된다.
s1 = '\xED\x99\x94\xEB\xA1\x9C\xEA\xB5\xAC\xEC\x9D\xB4'
해결
이럴 … 더보기
Python – 16진수 맥어드레스 2진수로 출력하기
Pyrhon3 – How to install packages offline (pip 오프라인 설치)
jupyter notebook 설치하기
jupyter notebook 설치하기
python3 -V
sudo apt install python3-pip
pip3 install jupyter
로그아웃을 했다가 재접속해야 … 더보기