변환 (5) 썸네일형 리스트형 👻 python - PCM(raw data) 빅/리틀 엔디안 변환하기 내용 이전 하였습니다!다음 링크에서 내용 확인 부탁드립니다! 👇 👇 👇 👇 https://proni.tistory.com/entry/%F0%9F%90%8D-Python-PCMraw-data-%EB%B9%85%EB%A6%AC%ED%8B%80-%EC%97%94%EB%94%94%EC%95%88-%EB%B3%80%ED%99%98%ED%95%98%EA%B8%B0 [ MODULE ] audioop:: pcm data 모노, 스테레오 정보 바꾸기 PythonAudioop:: Manipulate raw audio data#Ubuntu 16.04 LTS#Python 3.5.2 #>> 상세 설명, 실행화면 audioopThe audioop module contains some useful operations on sound fragments. It operates on sound fragments consisting of signed integer samples 8, 16 or 32 bits wide, stored in Python strings. This is the same format as used by the al and sunaudiodev modules. All scalar items are integers, unless specified .. 👻[ Python ] 타입 비교 / 형변환 내용 이전 하였습니다!다음 링크에서 내용 확인 부탁드립니다! 👇 👇 👇 👇 https://proni.tistory.com/entry/Python-%ED%83%80%EC%9E%85-%EB%B9%84%EA%B5%90-%ED%98%95%EB%B3%80%ED%99%98 [ Python ] JSON encoder and decoder PythonJSON encoder and decoder 시작 전 테스트환경 살피기 Time 2017년 09월 07일 OS Virtual Box - Linux(Ubuntu 16.04 LTS) Language Python 2.7 JSON Encoding : 해당 값을 JSON 값으로 변경하기 import jsonjson.dumps( 해당 값 ) import jsondir_message = { 'name' : 'leni' }print json.dumps(dir_message) print json.dumps("string") print json.dumps({"c":0, "b":0, "a":0}, sort_keys=True) Decoding : JSON 값을 원래 형태로 변경하.. 👻[ Python ] 문자 ↔ 아스키코드 변형하기 내용 이전 하였습니다!다음 링크에서 내용 확인 부탁드립니다! 👇 👇 👇 👇 https://proni.tistory.com/entry/%F0%9F%90%8D-Python-%EB%AC%B8%EC%9E%90-%E2%86%94-%EC%95%84%EC%8A%A4%ED%82%A4%EC%BD%94%EB%93%9C-%EB%B3%80%ED%98%95%ED%95%98%EA%B8%B0 이전 1 다음