Recent Posts

Open text files in legacy Python

At a first glance, opening files in Python is easy. All you have to do is call the built-in function open() and then you start reading from the file. However...