Login
From:
www.pythonmorsels.com
(Uncensored)
subscribe
Representing binary data with bytes - Python Morsels
https://www.pythonmorsels.com/representing-binary-data-with-bytes/
links
backlinks
Roast topics
Find topics
Find it!
In Python, strings are used to represent text and bytes are used to represent binary data. If you end up with bytes that representing text, you can decode them to get a string instead.