This function will “stream” a file line-by-line, as a Generator.
Can be very useful if for example you need to process a big file, don’t want to read the whole thing into memory, but only process each line by itself.
This function will “stream” a file line-by-line, as a Generator.
Can be very useful if for example you need to process a big file, don’t want to read the whole thing into memory, but only process each line by itself.