Companies Home Search Profile

Binary, Bytes, and Bitwise Operators in Python

Focused View

Christopher Trudeau

1:26:18

259 View
  • 506 bitwise 01 intro.mp4
    04:25
  • 506 bitwise 02 binary.mp4
    09:35
  • 506 bitwise 03 bitwise.mp4
    06:59
  • 506 bitwise 04 numrep.mp4
    14:56
  • 506 bitwise 05 pyint.mp4
    04:40
  • 506 bitwise 06 pyand.mp4
    10:37
  • 506 bitwise 07 pyshift.mp4
    04:19
  • 506 bitwise 08a uses.mp4
    12:15
  • 506 bitwise 09 order.mp4
    10:24
  • 506 bitwise 10 over.mp4
    04:28
  • 506 bitwise 11 sum.mp4
    03:40
  • binary.pdf
  • bitwise sample code.zip
  • Description


    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.

    Python isolates you from the underlying bits with high-level abstractions. You’re more likely to find the overloaded flavors of bitwise operators in practice. But when you work with them in their original form, you’ll be surprised by their quirks!

    What You'll Learn?


    • 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

    More details


    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Christopher Trudeau
    Christopher Trudeau
    Instructor's Courses

    Christopher has a passion for the Python language and writes for Real Python. He is a consultant who helps advise organizations on how to improve their technical teams. Christopher is a strong advocate for automation throughout the delivery process and the power of small teams with well defined goals.

    You can find Christopher here:

    Learn Python online: Python tutorials for developers of all skill levels, Python books and courses, Python news, code examples, articles, and more.
    • language english
    • Training sessions 11
    • duration 1:26:18
    • Release Date 2023/01/05