반응형
Convert Hex to Binary
import binascii
binary_string = binascii.unhexlify(hex_str)
728x90
반응형
'Python' 카테고리의 다른 글
[Python] Mysql Connection Pool 사용하기 (0) | 2021.06.18 |
---|---|
[Python] urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (0) | 2021.06.18 |
[Python] 문자열을 특정 개수로 묶어서 배열을 만들기 (0) | 2021.06.09 |
[Python] list 의 item들을 특정 개수만큼 나눠서 배열을 만들기 (0) | 2021.06.09 |
[Python] 2차원 이상의 배열을 각각 axis로 배열 만들기 (0) | 2021.06.08 |
댓글