In this video, I cover how to use Bitwise operations in Python. Bitwise operations allows us to manipulate individual bits and data types. I show how to encode a string using bit shifting.
I mistakenly said we represent one byte with 4 bits, it's actually 8 bits.