

Python Tutorial to learn Python programming with examples
Complete Python Tutorial for Beginners Playlist :
Python Tutorial in Hindi :
Github :-
In this video we will see :
– Number System conversion in python
– Binary
– Decimal
– Octal
– Hexadecimal
– Convert decimal to binary format
– bin function in Python
– Convert binary format to decimal format
– Decimal to Octal conversion
– Decimal to Hexadecimal conversion
– oct function
– hex function
Editing Machines & Monitors :
Check out our website: www.telusko.com
courses.telusko.com
Instagram :
Twitter :
Facebook:
Telusko :
Navin Reddy :
Subscribe to our other channel:
Navin Reddy :
Telusko Hindi :
Donation & Support:
Indian Payment :
PayPal Id : navinreddy20
Patreon : navinreddy20
source
Why din't u consider 4 & 2 in reverse conv while adding?
can we convert directly binary to octal or hexa.
Answer for
110011010 is: 554
Sir I have one doubt??
How that output comes 5 for
"0b0101"
Ans:True & false, bcz
1731<2000 & 0 is equal to 0
I tried to convert no. frm integer to float and all but when i tried for long it is giving error, so many other things i tried like math.exp,math.sin……all are giving errors why so?
Can we convert octal to hexa or binary to hexa or octal..how will we do that
Sir your videos are really so helpful
end question:
here we are using and operator therefore it is showing false. because here 1st condition is true but 2nd condition is false. for and operator it will show true when both are true.
youre a god sir!
a = 15
b = 12
x = (a//4+b**3)<2000 and ( b % 4 !=0)
here let's replace the values
and then solve the curly brakets
= ( {15//4} + {12**3} ) <2000 and ( {12 % 4 !} =0)
= ( {3} + {1731} ) <2000 and ( {0 !} =0)
= 1734 is less than 2000 therefore this statement is true whereas the other statement is false as [0 = 0]
and in the previous video we have seen the truth table of "and" in which we have seen that if 1st condition is true and second is false then the output will be false
– Given by Ria 😃
False as the 2nd statement isn't true, only the first statement is true,
Sir please let me know about the name of the method used in this video of binary conversion
Sir namaste
U made learning python is easy and fun for beginners.
Thank u sir.
is it possible to convert these system into decimals.
answer is False
tysm I need needed python for school l tysm
Hi Sir, your video s are interesting and easy to understand
someone please tell how to convert a file to pure binary and vise versa please telusko it is important?
RESPECT EARNED
SALUTES TO YOU
Super boss miru
How to convert (23.d)16 into binary and reverse order sir
How to convert point value
Ex (33.13)10 convey binary value