Software Engineering Bitwise operators in Python Bitwise operators in python are: &,|,~,^,>. These operators work on bits instead of the whole integer, hence the name. They are used to manipulate bits