Bitwise Operators in Python | Operations on Bits | Part 5.2 | Programming Simplified

Опубликовано: 01 Январь 1970
на канале: smark X
125
4

In this video we'll be discussing about Basic Operations we can perform on bits.
And we'll also see the working of bitwise operators in python.
Chapters :

0:00 - introduction 

0:24 - operations on bits

0:30 - basic operations  on bits

0:39 - negation introduction 

0:58 - or operations 

2:23 - and operations 

3:02 - exclusive or operations 

4:06 - left shift and right shift operations 

6:12 - performing bitwise operations

7:20 - bitwise and operation

9:49 - or operation

10:59 - negation operation

12:47 - exclusive or operation

13:42 - binary left shift ,right shift