I asked this question here in Stackoverlow View the last 5 lines of a file with PHP?
Now I would like to know how I could do the same thing in Python.
How could I get the last 5 lines of a large file, without having to fully load it into memory in Python?