Reading and writing text to files in Python

The easiest and simplest mechanism to store data from python is the humble file storage which is often, but does not have to be, text based.  There are no libraries that you require, and you can use native python functions to open and write to the file very easily. There are many use cases for … Continue reading Reading and writing text to files in Python