Reading Time: 5 minutesWorking with binary files in Python Working with binary files in Python Table of Contents Binary Files & Distinction between r/w and rb/wb Writing text to a binary file […]
Month: September 2016
Serialization in Python using pickle, shelve & json modules
Reading Time: 9 minutesSerialization in Python Serialization in Python Serialization: The process of converting native language objects into a sequence of bytes or objects of an interchange format, which are either stored in […]