compress the contents of hutter price FAQ (~ 60kB text) into pure python with no imports or execs.
The only rule: compress content of book as much as possible. The compressed result must be an executable python file without import
, exec
or open
that prints the exact book content when executed.
look into huffman.py for a simple compression example.
- compress book to smaller than original using only python (huffman.py)
- get arithmetic coder reliable
- compress stronger than standart zip (27KB)
- compress down to 25% (is this even possible?)