Skip to content

Instantly share code, notes, and snippets.

@aenon
Last active October 29, 2017 06:19
Show Gist options
  • Select an option

  • Save aenon/4205593333aa20f8ccc0f6d3829a02ea to your computer and use it in GitHub Desktop.

Select an option

Save aenon/4205593333aa20f8ccc0f6d3829a02ea to your computer and use it in GitHub Desktop.
# bz2
import bz2
with bz2.BZ2File("myfile.txt.bz2") as f:
line_list = f.readlines()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment