I stuck on Cisco Python 3.3.5 and your explanation is much clearer. Thanks a lot.
@calitts47083 жыл бұрын
Hey! Just realize you reached 100k! Congrats!
@thomasgoodwin26483 жыл бұрын
Xor also has another interesting property. If you take a variable and xor it with some value, then xor it again with that same value, you get back the original variable. This makes it useful for encryption. It was also used a lot during the early days for crude graphics manipulation. All operators were used in 1s and 2s compliment integer math, logical reductions ( Karnaugh maps) and face it... digital computers, as they exist today, are composed of millions to billions of individual logic gates (and, or, nand, nor, xor, xnor). Bit level math used to be the 1st item in the computer science curriculum. The fact that it is now only mentioned as a kind of obscure side note kinda gives you an indication of far down the abstraction rabbit hole we have traveled.
@PorkBoy699 ай бұрын
XOR is used in a similar manner in some versions of RAID. It can detect corrupted data and infer what it is to recover it
@kenny-kvibe3 жыл бұрын
This is exactly what I've been missing about these bitwise operators!! Thank you, great video!
@vladimirtayzhev42112 жыл бұрын
Thanks man! I really loved the Application fields. Not many youtubers list examples of applications. This is most useful.
@aditya_asundi3 жыл бұрын
Congrats on 100k!!
@jim23767 ай бұрын
Good video. I'm a rookie and was having trouble with bitwise.
@sc0urge5613 жыл бұрын
Congrats to the 100k subs bro
@minegun72483 жыл бұрын
Congrats on 100k!
@JLSXMK83 жыл бұрын
22:47 I believe this would be an effective way to swap two variables in any programming language; Heck, I just tried it in Java!
@bhavyamverma703 жыл бұрын
Nice video bro, just want to ask what is theme of your pycharm?
@NeuralNine3 жыл бұрын
One dark
@bhavyamverma703 жыл бұрын
@@NeuralNine thankyou bro, I love your videos , direct at point , good explanation.
@_base_2 Жыл бұрын
Very Clear! Great Examples! Thanks Your video came in handy for interview practice problems!
@trebelojaques4583 жыл бұрын
Where datt Silver play button be ❤️❤️ Congratulations!
@insho.10 ай бұрын
quick, precise. thanks
@johnyprigioni859 Жыл бұрын
Super helpful, ty so much!
@achiyederi36223 жыл бұрын
Just learned it this weekend 😃.
@devonhurd7013 Жыл бұрын
dude is on gear big time
@Sam_A23 жыл бұрын
Please continue with the codewars challenges series, they're pretty entertaining and engaging
@rajchakravarthy11322 жыл бұрын
Really a great explanation! Thank you.
@anonlegion90963 жыл бұрын
you're my hero Flori!
@sirojiddinyakubov2 жыл бұрын
very good video
@someoneoutthere3586 Жыл бұрын
Thanks a lot! This is really helpful.
@MajonezaEU11 ай бұрын
thy man you saved my life
@dewe11443 жыл бұрын
congrats for 100k
@shikharadhikari3 жыл бұрын
GG 100k🔥❤️
@ethan79303 жыл бұрын
How much faster is it to use bitwise operators to perform math like determining divisors or dividing by 2?
@mohsenhaddadi11173 жыл бұрын
I test it after watching this video. The speed is the same. For boosting speed you should use cython.
@josemanz Жыл бұрын
Thanks a lot.
@nimanazari68502 жыл бұрын
thanks a lot, it was amazing 👏❤
@sarvarjuraev13765 ай бұрын
Thanks a lot
@idabomofavour286 Жыл бұрын
thanks man
@yusiferzendric14893 жыл бұрын
Congratulations
@Tom-dq7tl Жыл бұрын
thanks!
@rtr1958073 жыл бұрын
Danks again.
@zeynepyarensargecili5623 Жыл бұрын
thank youu
@JLSXMK83 жыл бұрын
Python has both a bin() and hex() operator, I just realized!
@ChristopherBruns-o7o4 ай бұрын
I don't how he is deciding for 2 & 1.
@eepikki3 жыл бұрын
I don't feel smart for immediately commenting before watching the video but could you do a video on a chatbot that could hold conversation and seem a bit more intelligent. I understand if not, that would be hard, no?