Загрузка страницы

Walrus Operator in Python #9| Walrus Operator in Python in Hindi | Walrus History | 2020 | SDPGuruji

Hey Viewers,
Happy Welcome!
After Arithmetic, Logical, Comparison, Bitwise, Assignment, Identity, and Membership Operators, it’s time to peep into ‘Walrus’ Operator
This operator is a bit interesting!! Well, let’s get to know.
‘Walrus’ is an animal whose eyes and tusks resemble ‘:’ and ‘=’ respectively. This is a disputed operator and hence it has included in Python lately, in Python 3.8.

Note :
‘Walrus Operator’ is used to return and assign a value into the same expression!!
It returns Boolean values.
It is like a code saver!! It saves code. It is specially used inside the loops.
Yes, it has disadvantages too as it is a bit confusing.

But Don’t worry, we are here to solve all your queries, doubts…
So, Don’t hesitate to share your precious suggestions/feedbacks/queries!! Get your all doubts crystal clear!!
Happy Programming !!
---------------------------------------------------------------------------------------------------------------------------------
Video Highlights :
00:24 - Walrus Operator
00:45 - Introduction of Walrus
01:25 - Use of Walrus
01:40 - History of Walrus
02:06 - BDFL Power
02:50 - The Zen of Python Principal
03:23 - Practical Time
----------------------------------------------------------------------------------------------------------------------------------
If you have missed anything regarding python operators, surf through these links below :

Introduction to Python: https://youtu.be/hOFWXVFzsfE

Python IDLE Installation: https://youtu.be/4g3bvl-YhKQ

Variable in Python: https://youtu.be/1mMpHskay3Q

Keyword in Python: https://youtu.be/IkSTyixVqyo

Arithmetic Operator in Python: https://youtu.be/14F4lW_mV-4

Logical Operator in Python: https://youtu.be/7bP0XIpdXsQ

Comparison Operator in Python: https://youtu.be/8wqd-lzhyMI

Bitwise Operator in Python: https://youtu.be/tb_4BxtbVBk

Basic Assignment Operator in Python: https://youtu.be/6F43qonkPhk

Bitwise Assignment Operator in Python: https://youtu.be/jp0sECDd-bU

Identity Operator In Python: https://youtu.be/VHowiAevHAk

Membership Operators in Python: https://youtu.be/4xFKShWlwVg
--------------------------------------------------------------------------------------------------------------------------------------
You’ll also find us here !!

Instagram: https://www.instagram.com/sdpguruji/

Facebook: https://www.facebook.com/sdp.guruji.3

LinkedIn: https://www.linkedin.com/in/sdpguruji --------------------------------------------------------------------------------------------------------------------------------------
For more such informative Python videos,
color the thumbs up button blue, share the videos, and yes don’t forget to hit the subscribe button and press the bell icon for remainders.
Stay Tuned!!!
#SDPGuruji
#sdpguruji
#SDPGURUJI
#WalrusOperator
#WalrusOperatorInPython
#Python2020
#OperatorinPython
#Pythonseries
#Hindi

Видео Walrus Operator in Python #9| Walrus Operator in Python in Hindi | Walrus History | 2020 | SDPGuruji канала SDP Guruji
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
19 октября 2020 г. 8:30:05
00:09:48
Другие видео канала
islower Function in String #21| Inbuilt String Function in Python | Python string Method | SDPGurujiislower Function in String #21| Inbuilt String Function in Python | Python string Method | SDPGurujiAddition of two number in Python #3 | Addition using function | Static and Dynamic input | SDPGurujiAddition of two number in Python #3 | Addition using function | Static and Dynamic input | SDPGurujiType Error and Index Error in String #3 | Errors in String Declaration |Strings in Python| SDPGurujiType Error and Index Error in String #3 | Errors in String Declaration |Strings in Python| SDPGurujiHow to Display Dynamic Scale Value Using Tkinter #9 | GUI in Python | Tkinter Tutorials | SDP GurujiHow to Display Dynamic Scale Value Using Tkinter #9 | GUI in Python | Tkinter Tutorials | SDP Gurujiupper and lower Function in String #8 | Inbuilt Function in Python | String Function | SDP Gurujiupper and lower Function in String #8 | Inbuilt Function in Python | String Function | SDP Gurujiisalpha Function in String #14 | Inbuilt String Function in Python | Python String Method |SDPGurujiisalpha Function in String #14 | Inbuilt String Function in Python | Python String Method |SDPGurujiInsert New Elements In The Existing List In Python | Python List #8 | List Function | SDP GurujiInsert New Elements In The Existing List In Python | Python List #8 | List Function | SDP GurujiFor Loop In Python in Hindi #8 | Introduction To For Loop | Looping Statement in Python | SDP GurujiFor Loop In Python in Hindi #8 | Introduction To For Loop | Looping Statement in Python | SDP GurujiLocal and Global Variables in Python in Hindi #13 | Scope Of Variables | Local vs Global | SDPGurujiLocal and Global Variables in Python in Hindi #13 | Scope Of Variables | Local vs Global | SDPGurujiisalnum Function in String #15 | Inbuilt String Function in Python | Python String Method |SDPGurujiisalnum Function in String #15 | Inbuilt String Function in Python | Python String Method |SDPGurujiHow to Read Data from a Text File #2 | File Handling in Python | Reading Data from File | SDP GurujiHow to Read Data from a Text File #2 | File Handling in Python | Reading Data from File | SDP Gurujiisupper Function in String #20| Inbuilt String Function in Python | Python string Method | SDPGurujiisupper Function in String #20| Inbuilt String Function in Python | Python string Method | SDPGurujiHow to Access Python String Character #2 | String Slicing in Python | String Tutorials | SDP GurujiHow to Access Python String Character #2 | String Slicing in Python | String Tutorials | SDP GurujiHow to Create Message Box using Tkinter #3|GUI in Python|Tkinter Tutorial|Widget in Python|SDPGurujiHow to Create Message Box using Tkinter #3|GUI in Python|Tkinter Tutorial|Widget in Python|SDPGurujiHow to Create Button using Tkinter #2 |GUI in Python |Tkinter Tutorial | Widget in Python |SDPGurujiHow to Create Button using Tkinter #2 |GUI in Python |Tkinter Tutorial | Widget in Python |SDPGurujijoin Function in String #23 | Inbuilt String Function in Python | Python string Method | SDP Gurujijoin Function in String #23 | Inbuilt String Function in Python | Python string Method | SDP GurujiRaise Exception #5 | Exception Handling in Python | Python Tutorials in Hindi | SDP GurujiRaise Exception #5 | Exception Handling in Python | Python Tutorials in Hindi | SDP GurujiHow to Check Number is Positive, Negative and Zero #4|Check Positive and Negative| Python |SDPGurujiHow to Check Number is Positive, Negative and Zero #4|Check Positive and Negative| Python |SDPGurujiBreak and Continue Statement in Python #10 | Hindi | Loop Controls Statement in Python | SDP GurujiBreak and Continue Statement in Python #10 | Hindi | Loop Controls Statement in Python | SDP GurujiPython Installation in Hindi #2 | How to Install Python | Python IDLE Installation | SDP GurujiPython Installation in Hindi #2 | How to Install Python | Python IDLE Installation | SDP Guruji
Яндекс.Метрика