What's the difference between a string and a byte string? When is it appropriate to use a byte string instead of a string?
More specifically, if I download an image or another binary file from the web, why do I need to convert it to a byte string before I can save it?
strandbytein Python3?