In the last video of "Operators in Python", We are going to discuss the last but important topic "Bitwise Operators".
Bitwise operators always perform on bits, which means these operators perform their tasks in bits. These operators have their own application, although in simple programming they are rarely used but in Image processing or speech recognition, these operators widely used.
Today's we are going to learn about these 4 operators in Bitwise:
1. Bitwise and (&)
2. Bitwise or (|)
3. Bitwise not(~)
4. Bitwise Xor(^)
1. Bitwise And:
This operator returns only 1 when both bits are 1, 0 otherwise
example: 101 & 001 = 001
2. Bitwise Or:
This operator returns only 0 when both bits are 0, 1 otherwise
example: 101 & 001 = 101
3. Bitwise Not:
It takes 1's Complement of the number.
example: ~101 = 010
4. Bitwise XOR:
It returns 0 when both bits are the same.
example: 101 ^ 001 = 100
Chapters By timestamp:
00:00 - 00:26 - Introduction of Video
00:26 - 02:49 - What are Bitwise Operators
02:40 - 04:40 - Bitwise And Operator
04:40 - 05:55 - Bitwise OR Operator
05:55 - 08:02 - Bitwise XOR operators
08:02 - 10:40 - Bitwise NOT operators
Read this blog on Our website:
https://thecodepanda.in/blog/python/m...
Operators other videos related to Operators:
• Arithmetic Operators in Python(पाइथन के ऑप...
• Conditional Operators in Python:पाइथन के ऑ...
• Relational Operators in Python:पाइथन के ऑप...
• Relational Operators in Python Part-2 : पा...
To Read Our Blog on Python:
https://thecodepanda.in/blog/python.html
Learn about other Topic:
Intro to Python: • Introduction To Python : What's inside thi...
Installation of Python: • Installation Of Python in windows (पाइथन इ...
Variables in Python: • Variables In Python Complete Video (पाइथन ...
Dynamic Nature in Python: • Dynamic Nature Of Python | How Python is D...
Basic Datatypes: • Python's Basic Data types (पाइथन के बेसिक ...
Memory management in Python Part 1: • Memory Management in Python | Important To...
Memory management in Python Part 2: • Memory Management in Python | Important To...
size of() in python: • Size Of function in Python | How to find v...
BE MY FRIEND:
🌍Check my website: https://thecodepanda.in/
📸Add me on Instagram: / thecodepanda.in
📕 Add me on Facebook: / thecodepanda.in
🎴 Add me on Tumblr: / thecodepanda
ABOUT MY CHANNEL:
Hi! I’m The Code Panda. On my channel, you will find Programming videos. I love sharing Python, Java, C, C++ Tutorials & programs with you guys as I experience them myself.
Watch Complete Playlist :
• Introduction To Python : What's inside thi...
Subscribe here to see more of my videos in your feed!
/ @thecodepanda
If you have any question/Query, please mention in your comment box.
#OperatorsInPythonInHindi
#BitwiseOperatorsinPython
#bitwiseOperatorsinPythoninhindi
#bitwise operators in Python #bitwise operators in python with example #bitwise operators in python 3, #bitwise operators in python geeks for geeks, #bitwise operators in python exercises, #bitwise operators in python float, #bitwise operators in python bit, #bitwise operator in python w3schools, #bitwise operator in python javatpoint, #bitwise and operator in python, #all bitwise operations in python, #apply bitwise operator in python, #describe about different bitwise operators in, #python with appropriate examples, #difference between logical and bitwise operators in python, #bitwise operator python binary, #bitwise operation python byte, #python bitwise operators binary numbers, #bitwise operators bin python, #boolean bitwise operations in python, #bitwise operators python code, #bitwise complement operator in python, #bitwise operators python difference, #define bitwise operator in python, #bitwise operators in python example, #bitwise operators in python explanation, #bitwise operators example in python 3, #binary bitwise operators python example, #bitwise operator python function, #example for bitwise operators in python, #program for bitwise operators in python, #bitwise operator in python in hindi, #how to use bitwise operators in python, #how bitwise operators work in python, #bitwise operators python implementation, #bitwise operators python integers, #bitwise operations python int, #bitwise operators python what is, #bitwise operators python vs java, #bitwise operators in python, #bitwise operator in python program