Home
:
Book details
:
Book description
Description of
Binary, Bytes, and Bitwise Operators in Python with Christopher Trudeau
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz, 2 Ch Genre: eLearning | Language: English | Duration: 12 Lessons (1h 39m) | Size: 153.5 MB Computers store all kinds of information as a stream of binary digits called bits. Whether you're working with text, images, or videos, they all boil down to ones and zeros. Python's bitwise operators let you manipulate those individual bits of data at the most granular level. In this course, you'll learn how to: Read binary numbers Perform bitwise math and read truth tables Represent fixed and arbitrary precision itegers in Python Perform bitwise operations in Python Use bitmasks to pack information on a single byte Differentiate Big-Endian and Little-Endian byte orders Overload Python bitwise operators in custom data types Homepage