Machine Learning Tutorial Python : 9. Python Identity and Membership Operator

Опубликовано: 12 Октябрь 2024
на канале: Vinoth Q.A Academy (SDET)
1,264
9

#vision2020 #aiforeveryone #pythonnumpy :

"My Vision is to provide "AIFOREVERYONE", by creating free video courses for Artificial Intelligence ,
Machine Learning, Deep Learning and Data Science Aspirants!"

If you wish to support my #vision2020, kindly Like, Subscribe & Share this knowledge to your friends and colleagues.

Follow Me :

Materials: https://aiforevery1.com/numpy/

Udemy : https://www.udemy.com/user/vinoth-rat...

LinkedIn :   / vinothrathinamautomation  

Facebook :   / aiforevery1  

Github : https://github.com/vinothrwins

************************************************************
Playlist:

Artificial Intelligence for Beginners :    • Artificial Intelligence for Beginners  

Python for Artificial Intelligence :    • Python for Artificial Intelligence(Da...  

Mathematics for Artificial Intelligence :    • Mathematics for Artificial Intelligence  

Python NumPy for Artificial Intelligence :    • Python NumPy for Artificial Intelligence  

Data Science Process :    • Playlist  

***********************************************************
Python for Beginners - This video explains about the Identity and Membership Operators.

Note: Use HD view for clear text visible
*****************************************
Agenda :

What is Identity Operator?
Sample code of ‘is’ operator
Sample code of ‘is not’ operator
What is Membership Operator?
Sample code of ‘in’ operator
Sample code of ‘not in’ operator

*****************************************
Identity Operator

'is' operator will display true if the memory address is same and 'is not' operator will display true if the
memory address is different

Membership Operator

'in' operator will display true if the value is found in the sequence and 'not in' operator will display true
if the value is not found in the sequence

************************************************************
Kindly let me know your feedback for improvement purpose. Feel free to correct any mistakes in case !!

Happy Learning,
Vinoth Rathinam