Back to Browse

Python standard library: Byte strings (the "bytes" type)

4.7K views
Jul 9, 2019
8:15

In Python 3, strings contain characters — each of which might contain multiple bytes. If you want to work with binary data, you'll need to work with "byte strings," aka the Python "bytes" type. Here's an intro to that type, and the methods that work on it. In addition to these videos, I have an active blog and free, weekly "Better developers" mailing list; see more at https://lerner.co.il/ . Subscribe to this channel, as I try to go through all of the Python standard library!

Download

1 formats

Video Formats

360pmp412.5 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Python standard library: Byte strings (the "bytes" type) | NatokHD