Skip to content

Instantly share code, notes, and snippets.

@py310
Created June 7, 2023 13:37
Show Gist options
  • Save py310/04d37332fe678dd84928e58bfe8236d9 to your computer and use it in GitHub Desktop.
Save py310/04d37332fe678dd84928e58bfe8236d9 to your computer and use it in GitHub Desktop.
with open("./large_dataset.txt") as input_file:
for line in input_file:
process_line(line)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment