#11 Python Tutorial for Beginners | Operators in Python

Sdílet
Vložit
  • čas přidán 5. 07. 2018
  • Check out our courses:
    Enterprise Java Spring Microservices: go.telusko.com/enterpriseJava
    Coupon: TELUSKO10 (10% Discount)
    Master Java Spring Development : go.telusko.com/masterjava
    Coupon: TELUSKO20 (20% Discount)
    Udemy Courses:
    Spring: go.telusko.com/udemyteluskosp...
    Java:- go.telusko.com/udemyteluskojava
    Java Spring:- go.telusko.com/Udemyjavaspring
    Java For Programmers:- go.telusko.com/javaProgrammers
    Python : go.telusko.com/udemyteluskopy...
    Git : go.telusko.com/udemyteluskogit
    Docker : go.telusko.com/udemyteluskodo...
    For More Queries WhatsApp or Call on : +919008963671
    website : courses.telusko.com/
    Instagram : / navinreddyofficial
    Linkedin : / navinreddy20
    TELUSKO Android App : bit.ly/TeluskoApp
    In this lecture we will learn:
    - Different types of operators in Python
    - Use of different operators
    - Operation performed between different operators
    - Logical operators and their uses
    #1
    - Types of operators in Python:
    1. Arithmetic operators
    2. Assignment operators
    3. Relational operators
    4. Logical operators
    5. Unary operators
    - Arithmetic operators are used to perform mathematical operations like addition, subtraction, multiplication, division, etc.
    - Assignment operation is performed with the help of equal to(=), in which we can assign a value to the variable.
    - We can also do the assignment by short-hand which means performing an arithmetic operation and then assigning the value both at the same time.
    - We can also assign the values in one line for two variables.
    a,b = 5,6
    - Unary operator takes a single operand in an expression or a statement.
    - Comparison can be performed with the help of relational operators.
    - Comparison operators return a boolean value or True or False.
    #2
    - If you want to combine two or more conditions and then check the relation between them, then logical operators are used.
    - Logical operators include And, Or and Not.
    - Logical operators follow the truth table for And, Or, and Not operators.
    - And the operator returns True when both conditions are true otherwise returns False.
    Or the operator returns True when any of the conditions or both the conditions are True otherwise it returns False.
    Not the operator reverses the value of the output.
    Github :- github.com/navinreddy20/Python-
    Java and Spring Framework For beginners with Spring Boot : - bit.ly/3LDMj8D
    Java Tutorial for Beginners (2023) :- bit.ly/3yARVbN
    Editing Machines & Monitors :
    amzn.to/2HA6ra8
    amzn.to/2VMBBPw
    amzn.to/2RfKWgL
    amzn.to/2Q665JW
    amzn.to/2OUP21a.
    Java:- bit.ly/JavaUdemyTelusko
    Spring:- bit.ly/SpringUdemyTelusko
    More Learning :
    Java :- bit.ly/3x6rr0N
    Python :- bit.ly/3GRc7JX
    Django :- bit.ly/3MmoJK6
    JavaScript :- bit.ly/3tiAlHo
    Node JS :- bit.ly/3GT4liq
    Rest Api :-bit.ly/3MjhZwt
    Servlet :- bit.ly/3Q7eA7k
    Spring Framework :- bit.ly/3xi7buh
    Design Patterns in Java :- bit.ly/3MocXiq
    Docker :- bit.ly/3xjWzLA
    Blockchain Tutorial :- bit.ly/3NSbOkc
    Corda Tutorial:- bit.ly/3thbUKa
    Hyperledger Fabric :- bit.ly/38RZCRB
    NoSQL Tutorial :- bit.ly/3aJpRuc
    Mysql Tutorial :- bit.ly/3thpr4L
    Data Structures using Java :- bit.ly/3MuJa7S
    Git Tutorial :- bit.ly/3NXyCPu
    Donation:
    PayPal Id : navinreddy20
    www.telusko.com
  • Věda a technologie

Komentáře • 693

  • @ninoangelobacayo67
    @ninoangelobacayo67 Před 4 lety +261

    im on my final year of undergrad mechanical engineering and this covid19 stay at home got me so bored.....then boom I decided to learn coding and I found this channel. Good heavens!

    • @harshakampli2760
      @harshakampli2760 Před 3 lety +2

      If you're interested in computers, why didn't you chose software engineering/computer science.

    • @ninoangelobacayo67
      @ninoangelobacayo67 Před 3 lety +3

      @@harshakampli2760 well lets just i realized that im more interested in computer 5 years too latee.....

    • @harshakampli2760
      @harshakampli2760 Před 3 lety

      @@ninoangelobacayo67 oh, it's okay😁

    • @kamalbhaizan
      @kamalbhaizan Před 3 lety +9

      @@harshakampli2760 the thing is nowadays coding is an important skill for engineers belonging to any discipline. From developing excel spreadsheet to running simulations of aerospace models, a knowledge of coding is required to get the job done

    • @harshakampli2760
      @harshakampli2760 Před 3 lety

      @@kamalbhaizan oh ok. Thanks for that.

  • @abhilashdevarakonda5991
    @abhilashdevarakonda5991 Před 6 lety +739

    none = a variable with no assaigned value
    list=[ a group of mutable values]
    tuple=(a group of immutable values)
    set= {a group of none repeating valuves}
    range=(series of values that can be expressed using end values)
    mapping={storing values uses keys instead of indexing}

  • @lulsec
    @lulsec Před 6 lety +208

    Sir you are like an angel for computer engineer 😘

  • @thaysbarca
    @thaysbarca Před 4 lety +49

    Watched 11 videos of python course and I can't thank you enough for these classes! Great explanations and insights, making the learning experience fun and fast. Thank you so much for your generosity!!

  • @sreegopal4673
    @sreegopal4673 Před 5 lety +39

    Sir you are just amazing
    You make me confident that i can learn python
    Thank you sooo much

  • @s.preetha
    @s.preetha Před 4 lety +6

    I never saw a teacher like you !!!! U r explaining the concept clearly ; Thank you so much ...........

  • @nigel3270
    @nigel3270 Před 3 lety +9

    The way you teach is amazing mate, I'm loving my Python learning journey.

  • @zavier9788
    @zavier9788 Před 3 lety +27

    I actually love how you are taking through the series for people who know other languages and letting them not confuse with python.
    OMG Python looks child's play in front of C 😂

  • @dipankarnag9537
    @dipankarnag9537 Před 5 lety +34

    The way you explain it's damn easy to understand and video editing is BOLE TO #JHAKKASS..

  • @g-tech9746
    @g-tech9746 Před 4 lety +18

    Integer :- a whole number value
    Float :- a decimal value
    String :- a text
    Character :- special symbols

    • @melwinlal8803
      @melwinlal8803 Před 2 měsíci

      numeric types right??????.... asked data types none,numeric,list,tuple,set,range,string,map(dictionary)

    • @melwinlal8803
      @melwinlal8803 Před 2 měsíci

      i know u r smarter now, because its 4 years now..... 😁 sry for what i said, just replaying to your comments thats all

  • @XiwithHighPing
    @XiwithHighPing Před 6 lety +7

    following this series & this is great, short time;more learning!

  • @ahmadhamzakhan8903
    @ahmadhamzakhan8903 Před 3 lety +1

    Yes Sir...I'm enjoying your tutorials a lot.
    Your way of teaching is very simple, effective and interactive.

  • @tutohowto5345
    @tutohowto5345 Před 4 lety +30

    1- *string* = 'used to store text' e.g: *'navin'*
    2-*float* = 'used to store decimal or fractional values' e.g: *2.69*
    3-*integer* = 'used to store non-decimal values' e.g: *7*
    4- *character* = 'used to store symbols' e.g: *@*

    • @PopUpFTT
      @PopUpFTT Před 4 lety

      not only symbols i think.character = symbols + alphabbets+numbers in foem of name

    • @Deathwish_07hk
      @Deathwish_07hk Před 4 lety +4

      There is no character in python...even a single letter is considered as a string

    • @Manikanta-zu9tm
      @Manikanta-zu9tm Před 4 lety

      No character in python

    • @sahithi6827
      @sahithi6827 Před 25 dny

      Yes no character in python

  • @creativityunleashed9101
    @creativityunleashed9101 Před 5 lety +1

    Just started. Hoping to get most of it. Telusko has done a great job. Thanks.

  • @jdflores7
    @jdflores7 Před 3 lety +17

    I am a complete noob to coding and computer science. This guy makes it easy to understand and learn. thanks for all the hard work and dedication to making these awesome videos! You sir are an angle!
    p.s.
    when I get my first programming job I will donate to this guy in recompense.

    • @ajaykumar-ys5pm
      @ajaykumar-ys5pm Před 4 měsíci

      Hi mate, have you got your first job, and how it’s going

  • @puneetshakya3001
    @puneetshakya3001 Před 5 lety +6

    You are simply amazing
    Really loving this python session
    Thank you so much for this...
    Keep progressing😇

  • @inovexa4039
    @inovexa4039 Před 4 lety +5

    Im in love with ur work... thankzz sir💕 from sri lanka

  • @naveenkumarn1830
    @naveenkumarn1830 Před 4 lety +2

    Hi Navin.. The way you approach towards the concept is literally awesome. Please do some videos on Python API's too. It would be helpful for us.

  • @musamakhalid5699
    @musamakhalid5699 Před 5 lety +1

    Very simple and easy lectures, hands-off to you, great work, u made programming easy to understand and learn

  • @thetechpower35
    @thetechpower35 Před 3 lety +9

    DATA TYPES
    1) None :It is simply null vale
    2) List : collection of
    elements.We use []
    braces in list.it is
    mutable type
    3) Tuple : collection of
    elements.we use ()
    braces in tuple. It is
    immutable type.
    4) int : It is interger type
    datatype that gives only
    interger value.E.g.
    6,8,9
    5) float : It is decimal or
    floating point type
    data type that gives
    only floating type
    values.e.g.5.7
    6) complex : It is a datatype
    which contains
    complex digits
    such 6+8j

  • @surjeetchouhan1136
    @surjeetchouhan1136 Před 4 lety

    Amazing lessons and way of delivery. I am mechanical engineer in my mid career. Your videos are enhancing my interest towards coding. Hope I will be a good coder in future and will be thankful to you always. More power to you. Keep up the great work. You are awesome.:)

  • @ganeshvani7271
    @ganeshvani7271 Před 4 lety +2

    Sir no words to express my gratitude.. thank you for your work.... it means a lot for students.... thank you sir .....

  • @phanib3212
    @phanib3212 Před 4 lety +2

    Awsome Bro. I really loved it. I have completed till operators secession. I got lot of interest. I will Defenetly complete python program. Thank you so much Bro.

  • @Momo.1015
    @Momo.1015 Před 4 lety +2

    With your teaching I am damn sure I will perform good in programming field

  • @swatiSingh-nk1sc
    @swatiSingh-nk1sc Před 5 lety +1

    Just An awesome teacher. I m very low in programming but after going through your vdos I think I will also become a Gud programmer. Thanks for uploading it sir. More power to you

  • @adistry98
    @adistry98 Před 5 lety +3

    your videos are amazing sir ,thankyou for teaching us in this fun way.

  • @mmka5434
    @mmka5434 Před 5 lety

    You are an awesome teacher! Thanks for your tutorials, sir! 👌

  • @milindsaurabhsingh7411
    @milindsaurabhsingh7411 Před 5 lety +10

    Really a good way of taking someone from zero to higher. Thank you

  • @chinmaydas4053
    @chinmaydas4053 Před 6 lety +6

    Yes sir good.. elaborate discussion by examples 🙏..

  • @rabindranathpal5851
    @rabindranathpal5851 Před 6 lety +2

    Thanks a lot Sir for making this series... I'm really enjoying it

  • @porfiriodiaz280
    @porfiriodiaz280 Před 4 lety +1

    Coming from Arduino this is making much sense. But Python seems like it has many more application. Thanks for taking the time to make these videos Navin!

  • @sajilj2596
    @sajilj2596 Před 4 lety +2

    Your are giving great effort for us. Tnx very much Reddy sir

  • @nomarkunsama2691
    @nomarkunsama2691 Před 3 lety

    This is by far the best Python tutorial in CZcams

  • @mohammadmamunchowdhury2141

    Enjoying the series a lot. Lots of respect from Bangladesh

  • @creativeMrX
    @creativeMrX Před 4 lety +3

    Great explanations and insights thank you so much bro.

  • @akashsoftengg3284
    @akashsoftengg3284 Před 6 lety +20

    Data type-->int, float, string, range, list, tuples, set etc

  • @cy-xf3dd
    @cy-xf3dd Před 5 lety +1

    Thank you for your great tutorial videos. I am finding them quite helpful so far. Just wanted to ask a quick question, would you be discussing unary operators in your next videos?

  • @secretsoul9319
    @secretsoul9319 Před 2 lety

    Great person you are. I was in dilemma regarding the required stuffs for python. Now I am gaining Momentum. Love ❤❤ from NIT! 🙏

  • @paragkhedikar4813
    @paragkhedikar4813 Před 5 lety

    Amazing .the way u explain ..understanding very easily
    thanks a lot !!!

  • @srinivaslukka3303
    @srinivaslukka3303 Před 4 lety

    wow sir u r no doubtly a sir with great thaught of spreading knowledge with full of dedication .

  • @Rajasri-xg6df
    @Rajasri-xg6df Před 4 lety +1

    Meeru chaala baaga chepthunaru.Thank you

  • @Mahadeva00413
    @Mahadeva00413 Před 11 měsíci

    I understood that learning these type of classes in youtube is much more better than learning in clg...even I know that python is easier than another languages of computer but I cant understand when my teacher is saying..but by your channel even an 8th class student learn the python....well done sir..keep up your work

  • @preranar632
    @preranar632 Před 2 lety +1

    The way u teach is just amazing sir💫thanks alot 🙏

  • @bargar2364
    @bargar2364 Před 4 lety +1

    THANK YOU SIR FOR THIS AMAZING EXPLANATION, LECTURES, GRAPHICS, EXAMPLES,...............

  • @absh9434
    @absh9434 Před 4 lety

    Very nice videos on python. I am learning for professional development and I must say these are the best I found

  • @RahulSharma-yl7sm
    @RahulSharma-yl7sm Před 5 lety

    It's awesome to have these videos.

  • @moazelsawaf2000
    @moazelsawaf2000 Před 5 lety +2

    Thanks a lot sir for this amazing course ❤

  • @anjunair6705
    @anjunair6705 Před 3 lety +1

    I was soo unhappy that I couldn't learn python even after doing several courses.This course helped me a lot!!...God bless ✨

  • @adityavikramsingh2987
    @adityavikramsingh2987 Před 2 lety

    Hey Naveen you are doing a great job, we always thankful to you because you starts from introduction

  • @PawanSharma-ze6xr
    @PawanSharma-ze6xr Před 3 lety +1

    Hey Navin...first of all thank you so much for all your efforts to make these tutorials...they are truly helpful...the only problem is that subtitles hide bottom left side of screen...plz fix that next times. Thank you and keep educating the world.

  • @tpthpt5973
    @tpthpt5973 Před 3 lety

    Great video! Especially I liked that you talked about truth tables.

  • @shalinikannan3716
    @shalinikannan3716 Před 5 lety +9

    I like the way you teach "Prof. Reddy"! Thanks a lot for your videos!

  • @chitrasathish9929
    @chitrasathish9929 Před 4 lety +2

    Thanks a lot for the amazing teaching 🙏

  • @shankargope2475
    @shankargope2475 Před 10 měsíci +1

    Excellent, have got clear understanding of what operators are, their divisions based on operations, operational utility👌. Thanks a lot for the tutorial series, its helping a lot getting a hold of Python foundations step by step👍
    Name of four datatypes with definition -->
    1. None = variable with no assigned value
    2. Numeric = int, float, complex, bool
    3. Sequence = list, tuple, set, string, range
    4. Dictionary = a collection of key and value pairs, where keys are unique and immutable like string or numbers

  • @Blessmelord2024
    @Blessmelord2024 Před 4 lety +1

    great teacher best videos ever!!!

  • @arnav81923
    @arnav81923 Před 2 lety +1

    A very good teacher you are ! I love the way you explain all the concepts!!

    • @manjummals
      @manjummals Před 2 lety

      see jay sharma python he is also study python

  • @yagneshacharya2461
    @yagneshacharya2461 Před 3 lety +22

    see , how people are selfish bcoz the views on this video are 7.5 lakhs and likes are only 12k

  • @mahboobali9667
    @mahboobali9667 Před 4 lety +6

    I don't understand why do our institutions teach us C++ instead of Python as introductory course to programming, python is such an amazing course though? I think python could not be so easy but the way of teaching the Sir makes it so, thank you sir for your efforts.

    • @charankalyankar7531
      @charankalyankar7531 Před 2 lety

      because C++ has better operational advantages / projects coming than Python

  • @vatsaljingar6783
    @vatsaljingar6783 Před 3 lety

    sir your teaching method is more interesting than my fav tv series.....thank you sir

  • @ahirjatinyadav7214
    @ahirjatinyadav7214 Před 6 lety

    Thank you sir for making my day because i wait for it whole day

  • @RohitSingh-dc6hp
    @RohitSingh-dc6hp Před 4 lety

    Sir your teaching methods get the easily.more information about anything..I so glad .. thanku your teaching amezing..

  • @person81045
    @person81045 Před 4 lety

    Thank you! 5:10 is waht I was needing. You are not assigning but you are comparing the A and B. Thanks!

  • @vijaysiwan
    @vijaysiwan Před rokem

    no word of appriciation , helping me a lot

  • @MasterCoder99
    @MasterCoder99 Před 3 lety

    Excellent tutorial and excellent content! Well done!

  • @dr.s.noordeen8377
    @dr.s.noordeen8377 Před rokem

    your advertisement also educational oriented its good to see and getting more happy

  • @OxumahSpeaks
    @OxumahSpeaks Před 3 měsíci

    This helps me clear up doubt in my data analytics course. Thank you!

  • @mahamnadeem7046
    @mahamnadeem7046 Před 2 lety

    Navin u did a great job..Fabolous ,I'm the biginner of learning the python your vedios helped me lot

  • @sangitaghosh1816
    @sangitaghosh1816 Před 4 lety

    Brilliant explanation sir so easy to understand for a beginner,thanks a lot sir

  • @tonipesreevani2155
    @tonipesreevani2155 Před 4 lety

    Sir...Ur. Really awesome....such an wonderful explanation

  • @GaneshPrema
    @GaneshPrema Před 5 lety +19

    list = [1,2,3,4,5]
    tuple=(2,3,5,6)
    set={4,5,6,,2,8}
    dictionary={'a ': 1,'b':2}

  • @sonalimishra684
    @sonalimishra684 Před 3 lety

    Basically I'm from non technical backround,, and my brother from technical backround so I was thinking that how I'll learn something new,, than I found python and I watched your videos and now I'm learning from your videos and and making a notes ..thank you so much sir,, your way of teaching is amazing... ☺☺👌

  • @pankajawadhut2417
    @pankajawadhut2417 Před 4 lety

    Your Teaching style is really amazing

  • @munkh-ochirbayarmagnai9523

    God bless you man!

  • @anindian4601
    @anindian4601 Před 3 lety

    U MADE MY JOURNEY EASY TO LEARN PYTHON MR.NAVEEN REDDY SIR, LOVE YOU.

  • @prince2847
    @prince2847 Před 5 lety +1

    Again simply thank you very much.

  • @dr.s.noordeen8377
    @dr.s.noordeen8377 Před rokem

    your add also educational oriented, its good to see getting happy

  • @sarthaksingh8083
    @sarthaksingh8083 Před 5 lety

    Saw and searched many lectures but found none of them as interesting as you sir.
    Thank You Sir😍
    Sir , A request 'if you can suggest some exercises that I can do along with lectures '
    I would be grateful to you.

  • @chricketnews5416
    @chricketnews5416 Před 5 lety +4

    we love this siries sir.

  • @arupmaji9229
    @arupmaji9229 Před 4 lety +1

    Thanks a lot for this tutorial sir 😊

  • @user-xo2js7ll4v
    @user-xo2js7ll4v Před 9 měsíci

    this lesson is very very very perfect for beginner! Thanks very much!!!

  • @suryareddy6833
    @suryareddy6833 Před 3 lety

    Sir your tutorials are over powered .....nice and super

  • @manvigupta1437
    @manvigupta1437 Před 5 lety

    sir, you are a great teacher

  • @ahmedlabeeb2969
    @ahmedlabeeb2969 Před 4 lety +3

    Dude, please never remove these videos. Life time guide.

  • @wbelsom
    @wbelsom Před 4 lety

    Love the videos. Thank you, sir.

  • @MANISHSHARMA-xk1su
    @MANISHSHARMA-xk1su Před 6 lety +1

    Awesome video sir....Good work...!!

  • @thebaalakshow8363
    @thebaalakshow8363 Před 3 lety +1

    this lockdown made me more productive by watching your playlist:) print('thank you so much')

  • @Vikram_Chaudhary_
    @Vikram_Chaudhary_ Před 3 lety

    Yeah we are really enjoying your videos,,,thanks a lot for your efforts

  • @faranfazil
    @faranfazil Před 5 lety

    Your teaching method is superb 👍🏻

  • @devilanimeguy
    @devilanimeguy Před 6 lety

    You are sure an amazing teacher

  • @ruthresha5546
    @ruthresha5546 Před 3 lety +1

    Sir u are the one who Clare my all douts thank you 👍👍👍👍❤️❤️❤️🙏🙏🙏

  • @niknangramarak1333
    @niknangramarak1333 Před 3 lety

    Yes we are enjoying...thanks sir navin...

  • @sadmansakib6214
    @sadmansakib6214 Před 3 lety +1

    Best ever python tutorial ever!!
    🤩🤩🤩🤩🤩🤩

  • @coolfunlearning
    @coolfunlearning Před 3 lety

    GOOD JOB,NAVEEN,PROUD TO C U R TELUGU GUY,THANK U!

  • @aryanromy
    @aryanromy Před 3 lety

    so helpful sir..thanku

  • @AMITKUMAR-jw4zn
    @AMITKUMAR-jw4zn Před 4 lety

    smooth explanation and easy to understand

  • @chinthammounika2054
    @chinthammounika2054 Před 3 lety +1

    Superb teaching sir..hands off to u sir tq

  • @sachins5512
    @sachins5512 Před 4 lety

    Hi sir...i love your video....its very easy to understand..keep making videos for your aliens

  • @parimalasoma9236
    @parimalasoma9236 Před 3 lety

    Very useful to every beginner's so thanku so much sir for making these vedioes to the python students who learning thanku thanku so much for the useful vedioes

  • @ashishgawande6235
    @ashishgawande6235 Před 4 lety

    The way you explaining is super amazing, great. If I want written notes for learning then can you please suggest where I get this?

  • @chinnarisanghavi2294
    @chinnarisanghavi2294 Před 4 lety +1

    Sirs u r amazing really a great platform to learn and pls tell how to write complex codes with different criterion ....and want to know wat is mutable and immutable pls tell sir