File 열고 닫기.
2023.07.04 - [Python] - [Python] file : open and close
Text file 처리
2023.07.04 - [Python] - [Python] Text File : read and write
Binary file 처리
2023.07.04 - [Python] - [Python] binary file : write and read
Binary File의 특별한 사용: pickle (Serialization)
2024.11.27 - [Python] - [Py] Serialization of Python: pickle
Binary File의 특별한 사용: struct 모듈 (기본일 때는 생략)
2024.01.15 - [Python] - [Python] `struct` 사용하기: bytes 로 C언어 구조체 다루기.
Text mode vs. Binary mode
2024.01.15 - [Python] - [python] Text mode vs. Binary mode: File open
Memory 기반 Stream: BytesIO & StringIO
2024.12.03 - [Python] - [Py] io.StringIO 와 io.BytesIO
File 및 Directory 처리 (Path 등에 대한)
'Python' 카테고리의 다른 글
[Python] Terminal, WSL, Conda, and VSCode (1) | 2023.12.15 |
---|---|
[Etc] Token and Tokenizer (2) | 2023.12.06 |
[Python] Programming Language and Introduction of Python. (1) | 2023.10.23 |
[Python] __name__ : Special string variable (0) | 2023.10.10 |
[Python] input 함수 사용하여 사용자 입력받기. (0) | 2023.10.10 |