A primer on bitwise operators in Python - left and right shifting, bitwise and / or / exclusive or, and complements.
An easy introduction to binary numbers, which will lead to a follow-up article on bit manipulation in Python.