Finding text on huge files with Python

I just wanted to add this small script to show the power of python generators. They can be used to open huge (even infinite) files without exhausting memory. Just by reading and processing content line by line.