This is a page of hints for the Pythonchallenge.com level 8 challenge
It does not contain the answer so you can use as many hints as you want but still have to put everything together yourself to complete it
Note: A lot of these challenges have multiple different ways of solving them, the hints here might not match to what you have found already.
Expand for hint 1
Think of the noise small insects make when they fly around.
Expand for hint 2
Have you found the username and password text in the source?
Expand for hint 3
The start of the text may give you a clue as to how it is encoded/compressed
Expand for hint 4
This compression needs to use bytes instead of strings
Expand for hint 5
If you know the compression library but can’t get the decompression working try compressing some sample text to give you a better idea of what it should look like.