Python Programming Tutorial - Precedence and Associativity

Поделиться
HTML-код
  • Опубликовано: 2 фев 2025

Комментарии • 50

  • @jassicaomg191
    @jassicaomg191 4 месяца назад +3

    Amazing...my computer teacher does not even know how to explain properly I wish you came to our school and teach❤❤❤..I am watching this one day before my exam😅😅..

  • @barbobrien2097
    @barbobrien2097 4 года назад +14

    Well-explained. Cleared my doubts. Thank you ma'am.

  • @Gion-x3t
    @Gion-x3t 4 месяца назад

    You explaim the nuaunces of the language in such a simple way. Its cleat you have a great understanding of the language. Thanks for sharing your perspective and insight

  • @subbuv1987
    @subbuv1987 2 года назад +2

    every thing was superb, clearly speaking in English and was understandable, thanks for your effort

  • @utkarshp1108
    @utkarshp1108 3 года назад +2

    I've been watching the whole playlist and it is very good

  • @fighterluv2613
    @fighterluv2613 4 года назад +3

    This is really helpful...thanks

  • @Rahulkumar.97
    @Rahulkumar.97 2 года назад +2

    Thanks sister you really explain very nice 🙏🙏

  • @udayreddy9615
    @udayreddy9615 3 года назад +2

    The classes are great and the exercises should be given for each topic to more understanding.

  • @SoulFrmTitanic
    @SoulFrmTitanic 4 года назад +3

    Keep it up dii
    Got the concept perfectly !! 👍🏻👍🏻

  • @singisbling2500
    @singisbling2500 4 года назад +2

    Can you please make more on these topics by using different operators

  • @naagasiddhan2240
    @naagasiddhan2240 Год назад

    Thanks a lot ma'am you cleared my doubt

  • @selvanm2872
    @selvanm2872 3 месяца назад

    thank you

  • @tarunverma1873
    @tarunverma1873 3 года назад +2

    best in explaination

  • @avinashbasetty
    @avinashbasetty 6 лет назад +4

    Is it same like BODMAS?

    • @AmulsAcademy
      @AmulsAcademy  6 лет назад +6

      Similar to BODMAS rule in mathematics, python follows PEMDAS rule.
      Parentheses
      Exponents
      Multiplication
      Division
      Addition
      Subtraction

    • @Artech.Ranjit
      @Artech.Ranjit 3 года назад

      @@AmulsAcademy but how to evaluate in python, do we need to make kind of nested or how do we write code to evaluate expression ex: var1-6**4*var2**3.

  • @irfanshah5144
    @irfanshah5144 5 лет назад +3

    Good work make video for pygame....and java

  • @umarumarpagal6870
    @umarumarpagal6870 4 года назад +1

    Mam it follow oemdas rule but what if - comes left side and +call me on right side PLZZ tell

    • @umarumarpagal6870
      @umarumarpagal6870 4 года назад

      Pemdas if -ve come on left side and +ve come on right side

  • @ShaikAbdulFayazYCE
    @ShaikAbdulFayazYCE 3 года назад

    Really super❤ mam🖤🖤🖤

  • @crewmate3031
    @crewmate3031 4 года назад +1

    Mam what if it's like one peranthesis inside the other ( 2 + 3 (3*1) 6 )

    • @AmulsAcademy
      @AmulsAcademy  4 года назад +1

      inside the outer parenthesis we have 3 operators + * and () and () has highest precedence so it will be evaluated first.

  • @growingsoul30
    @growingsoul30 3 года назад

    Great video!

  • @vegitox1630
    @vegitox1630 6 лет назад +1

    will you explain what is meant by bitwise

    • @AmulsAcademy
      @AmulsAcademy  6 лет назад +3

      Bitwise is a level of operations that involves working with individual bits, which are the smallest units of data in a computer.
      To know about the bitwise operators:
      ruclips.net/video/w3SzPfs0CHM/видео.html
      ruclips.net/video/0zWiugtOMd4/видео.html
      :)

  • @AniL-qw7gy
    @AniL-qw7gy 5 лет назад

    Which is best book for python .

  • @gulabmeetyou
    @gulabmeetyou 6 лет назад +1

    Good explanation.. at the end of the video ,no clarity on resolution

  • @harisravya9205
    @harisravya9205 5 лет назад +1

    >>> 6+5*7/9--9
    18.88888888888889
    how we can understand precedence and associativity concept here??
    Thanks.

    • @campaign-for-change
      @campaign-for-change 5 лет назад +2

      6+(5*7)/9--9
      6+(35/9)--9
      6+3.888888889+9 Coz -(-9)=+9
      9.888888889+9
      18.888888889

  • @syedsabeer1027
    @syedsabeer1027 4 года назад +1

    👌👌👍mam😊😊

  • @welcomepopuri3318
    @welcomepopuri3318 4 года назад

    How to remember the sequence ? The order of precedence

  • @SivKumar-jq9qo
    @SivKumar-jq9qo 10 месяцев назад

    can i get the note

  • @kevinjoseph9276
    @kevinjoseph9276 4 года назад

    what about Associativity...

  • @SivKumar-jq9qo
    @SivKumar-jq9qo 10 месяцев назад

    can i get note

  • @maharshimehta9796
    @maharshimehta9796 4 года назад +1

    Piche Slide rakh ke samja rahe the wo acha ths

  • @keerthivasang1178
    @keerthivasang1178 6 лет назад +3

    Thanks

  • @madhusudhanreddygone2667
    @madhusudhanreddygone2667 5 лет назад +1

    ( ), { }, [ ], which one has show priorities?

  • @manassingh3225
    @manassingh3225 Год назад

    ma'am ,may i know whats ur age

  • @mrinalray2291
    @mrinalray2291 5 лет назад +1

    Can you zoom the screen