June 2017
Beginner
352 pages
8h 39m
English
The bytes type is similar to the str type, except that rather than each instance being a sequence of Unicode code points, each instance is a sequence of, well, bytes. As such, bytes objects are used for raw binary data and fixed-width, single-byte character encodings, such as ASCII.
Read now
Unlock full access