ujay0 / UJay_Learning

0 stars 0 forks source link

YT Learn PYTHON (Fundamental-Operators) #3

Open ujay0 opened 2 years ago

ujay0 commented 2 years ago

https://www.youtube.com/watch?v=eSR77mbVl8g

Contents:

  1. (00:00) Python Operators Introduction
  2. (05:20) Arithmetic Operators Part-1
  3. (25:50) Arithmetic Operators Part-2
  4. (40:19) Arithmetic Operators Part-3
  5. (55:20) Relational Operators Part-1
  6. (01:10) Relational Operators Part-2
  7. (01:20) Equality Operators
  8. (01:37) Logical Operators for Boolean Types
  9. (01:50) Logical Operators for Non-Boolean Types 10.(02:11) Bitwise Operators: 11.(02:25) Bitwise Complement OperatorPart-1 12.(02:40) Bitwise Complement OperatorPart-2 13.(02:52) Shift Operators: and 14.(03:12) Assignment Operator 15.(03:26) Ternary Operator Part-1 16.(03:40) Ternary Operator Part-2 17.(04:03) Special Operators: Identity & Membership Operators 18.(04:23) Operator Precedence 19.(04:41) Basic Idea About Python Module 20.(04:55) Various Possible Ways to Import a Module 21.(05:20) Important Functions and Variables of math Module

###########################################