First steps in reading files in pythonReading files in Python When working with data, it is usually provided as a simple text-file, a .dat-file or something similar. Reading a…Posted on October 27th, 2020Author: Marlene Heinrich
First steps in writing files in pythonWriting files in Python Working with data, it is often useful not just to read files, but also to be able to write data to files. Here we…Posted on October 27th, 2020Author: Marlene Heinrich