Python Series- is Vs == Indepth Explanation- Boolean Evaluation

Поділитися
Вставка
  • Опубліковано 18 жов 2024
  • github: github.com/kri...
    Evolve for GATE 2022 | CS/IT: bit.ly/3svw5Cm
    Demo Class:
    CS/IT: unacademy.com/...
    Use Code: KN06
    ⭐ Kite is a free AI-powered coding assistant that will help you code faster and smarter. The Kite plugin integrates with all the top editors and IDEs to give you smart completions and documentation while you’re typing. I've been using Kite for a few months and I love it! www.kite.com/g...
    All Playlist In My channel
    Interview Playlist: • Machine Learning Inter...
    Complete DL Playlist: • Complete Road Map To P...
    Julia Playlist: • Tutorial 1- Introducti...
    Complete ML Playlist : • Complete Machine Learn...
    Complete NLP Playlist: • Natural Language Proce...
    Docker End To End Implementation: • Docker End to End Impl...
    Live stream Playlist: • Pytorch
    Machine Learning Pipelines: • Docker End to End Impl...
    Pytorch Playlist: • Pytorch
    Feature Engineering : • Feature Engineering
    Live Projects : • Live Projects
    Kaggle competition : • Kaggle Competitions
    Mongodb with Python : • MongoDb with Python
    MySQL With Python : • MYSQL Database With Py...
    Deployment Architectures: • Deployment Architectur...
    Amazon sagemaker : • Amazon SageMaker
    Please donate if you want to support the channel through GPay UPID,
    Gpay: krishnaik06@okicici
    Telegram link: t.me/joinchat/...
    Please join as a member in my channel to get additional benefits like materials in Data Science, live streaming for Members and many more
    / @krishnaik06
    Please do subscribe my other channel too
    / @krishnaikhindi
    Connect with me here:
    Twitter: / krishnaik06
    Facebook: / krishnaik06
    instagram: / krishnaik06

КОМЕНТАРІ • 28

  • @sowmyakavali2670
    @sowmyakavali2670 3 роки тому +6

    The == operator compares the value or equality of two objects, whereas the Python is operator checks whether two variables point to the same object in memory

  • @yashreyansh
    @yashreyansh 3 роки тому +5

    Yesterday in your session you said you'll learn about it and tell us.....and you did today!!! This is passion 😍
    (Attended you yesterday's session)

  • @papachoudhary5482
    @papachoudhary5482 3 роки тому +4

    Thanks! Sir, Kindly continue the session of Blockchain

  • @ramshankarkumar4222
    @ramshankarkumar4222 3 роки тому +2

    So amazing.. and crisp ❤️❤️ Thanks Krish :)

  • @nerdus8388
    @nerdus8388 3 роки тому +1

    You're one of the bests Krish.

  • @ankurbhattacharjee3912
    @ankurbhattacharjee3912 3 роки тому +3

    Sir please resume the competitive programming section..

  • @harsh9545
    @harsh9545 3 роки тому +2

    Nice...Thankyou for the awesome videos....

  • @aKnightTraveller
    @aKnightTraveller 3 роки тому +2

    Love and Respect ❤

  • @alichaudhary1832
    @alichaudhary1832 3 роки тому +2

    Sir when you will start data scrapping?

  • @wellwhatdoyakno6251
    @wellwhatdoyakno6251 2 роки тому

    are all these advanced python sessions useful for data science? or these are essential only for python programmers who are into other things?
    I just wanted to know if following the ML list would be enough or we must be thorough with all these python sessions till last? because I am preparing for AI interviews. I don't want to waste time with what's not needed. Please tell me Krish.

  • @pauljohny87
    @pauljohny87 3 роки тому +2

    Hi Sir,
    It would be helpful if you could explain the bert model and transformer networks.

  • @Gamer_hai_hum
    @Gamer_hai_hum 3 роки тому +2

    Sir can u share the link for the video which u have done projects on ML and AI please it will be helpful

  • @amol.bajpai
    @amol.bajpai 3 роки тому +2

    We can also use lst2 = lst1[:]

  • @amitthakur744
    @amitthakur744 3 роки тому +3

    Big respect sir

  • @adityaparikh3830
    @adityaparikh3830 3 роки тому +2

    Krish for President

  • @kapilbisht7376
    @kapilbisht7376 3 роки тому +2

    Can we run multiple python script with one blank file

  • @surajprajapati3447
    @surajprajapati3447 3 роки тому +2

    Sir please can you make video on business analytics

  • @govindsingh2724
    @govindsingh2724 3 роки тому +2

    Thanks sir ,

  • @cvb6931
    @cvb6931 3 роки тому +2

    Hey, I tried shallow copy with Integers. it didn't work, why ?
    x = 5
    y = x
    print(x, y)
    y = 10
    x
    output:
    5 5
    5
    are these values types ?

    • @krishnaik06
      @krishnaik06  3 роки тому +1

      Because integer is value type

    • @andreichirap3259
      @andreichirap3259 3 роки тому

      it only works with mutable objects, like what he used in the tutorial(lists). You used integers which are immutable objects. so basically x and y are references to the same memory space(5 in your case), you can check this with id() function, if you print id(x)==id(y) it will print you True

  • @wellwhatdoyakno6251
    @wellwhatdoyakno6251 2 роки тому

    np.array and np. as array, has that video been made? please.

  • @omarouafidi4896
    @omarouafidi4896 3 роки тому

    Thanks

  • @gaydreannahaynes3344
    @gaydreannahaynes3344 Рік тому

    a= 1
    b= 1
    a is b
    True
    a = 900
    b = 900
    a is b
    False why please any one knows answer me

  • @AnilKumar-bo5ko
    @AnilKumar-bo5ko 3 роки тому +2

    Hello Sir.

  • @user-or7ji5hv8y
    @user-or7ji5hv8y 3 роки тому

    Is there a way to see the memory addresses to confirm?

    • @vinaym2974
      @vinaym2974 3 роки тому

      Id ( list name) will give you the memory address of that list

  • @studentsbestcon9263
    @studentsbestcon9263 2 місяці тому +1

    ### 2024 maii kaun kaun yaha saii padh raha haii###