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.
Below you'll find a list of all posts from May, 2019
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.