- Course
Core Python 3: Byte Oriented Programming
This course will teach you about the byte-oriented features of Python used when working with binary data.
- Course
Core Python 3: Byte Oriented Programming
This course will teach you about the byte-oriented features of Python used when working with binary data.
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Core Tech
What you'll learn
In this course, Core Python 3: Byte Oriented Programming, you’ll learn to work with binary data in Python using its byte-oriented facilities. First, you’ll explore bit- and byte- oriented operations on integers. Next, you’ll discover the core byte-sequence types. Finally, you’ll learn how to work with binary data structures and use various Python tools to do so efficiently. When you’re finished with this course, you’ll have the skills and knowledge of byte-oriented programming in Python needed to work with binary structures, interact with low-level memory blocks, and manipulate byte-oriented data.
Core Python 3: Byte Oriented Programming
-
Version Checks | 20s
-
Bits and Bytes | 3m 56s
-
Bitwise Operators | 1m 47s
-
Bitwise-and | 4m 16s
-
Masking with Bitwise-and | 8m 48s
-
Flags with Bitwise-and | 7m 27s
-
Clearing Flags with Bitwise-and | 2m 5s
-
Bitwise-or | 1m 10s
-
Packing Values with Bitwise-or | 3m 3s
-
Setting and Combining Flags with Bitwise-or | 4m 10s
-
Bitwise Exclusive-or | 3m 44s
-
Bitwise Complement | 11m 59s
-
Byte-wise Operations with Integers | 2m 59s
-
Bit Sets | 6m 20s