Python standard library: Byte arrays (and how to use them)

preview_player
Показать описание
Python has a "bytes" type, but it also has a "bytearray" type. How is it different from "bytes", and how do you use it? Also, what should you watch out for?

Subscribe to this channel, as I try to go through all of the Python standard library!
Рекомендации по теме
Комментарии
Автор

Thank you for a good video! It's so nice to have your explanations, instead of doing a trial and error methodology by myself.

Izzegulle
Автор

really great content, very well structured video, easy to follow! thank you! :)

kszoknyik
Автор

At 4:05 when you type x[0] =65 ....does it mean your decimal integer was converted to an 8-bit equivalent value ?

justiceparis