damian0604 / bdaca

Course Materials Big Data and Automated Content Analysis
69 stars 22 forks source link

don't suggest to use .readlines() #43

Closed damian0604 closed 6 years ago

damian0604 commented 6 years ago

in at least one example, .readlines() is used, which is an inefficient way to read from a file.

damian0604 commented 6 years ago

at least in the book, the examples using .readlines() are actually cases in which it makes sense to use .readlines(). Closing for now.