TOP 21 Python Interview Questions & Answers | Freshers & Experienced Candidates | Crack Interviews

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ก.ย. 2024

ความคิดเห็น • 78

  • @Analyticsvidhya
    @Analyticsvidhya  หลายเดือนก่อน +2

    FREE 1:1 Mentorship for Gen AI / Data Science
    Link 🔗 bit.ly/3wlIIGz

  • @LuffyJump
    @LuffyJump 8 หลายเดือนก่อน +46

    Just one more thing to add to the try, except concept. There is also an else block that you can use, so it's actually try -> except -> else -> finally. Else is usually run when there is no exception, unlike finally which runs always. Whoever is preparing for Python Interviews. Best Of Luck. Hope you find this helpful! :D

  • @SanskarSharma-ld6vr
    @SanskarSharma-ld6vr 4 หลายเดือนก่อน +25

    00:05 Python is called an interpreted language because it executes instructions directly and line by line.
    02:30 Indentation in Python is necessary for its syntax
    07:19 Functions in Python help in code optimization, code reusability, improved readability, reduced redundancy, easier testing, and improved performance.
    09:47 Sets in Python have unique elements and are mutable.
    14:40 Understanding indexing and logical operators in Python
    16:57 Lambda expressions are used to define nameless functions in Python for temporary use
    21:03 Generators in Python are used to produce sequences of values one at a time.
    23:07 Python supports shallow copy and deep copy
    27:20 Explain the difference between 'is' and the equality operator in Python

  • @chessfreak8813
    @chessfreak8813 ปีที่แล้ว +13

    What you claimed initially that exactly we got. *Conceptual video* indeed it was! Thanks! Very crystal clear.

  • @a2htoys748
    @a2htoys748 5 หลายเดือนก่อน +8

    In video @ 10:50 the tuples are represented in curly braces.. only dictionary and set should represent in curly braces

  • @nayan1917
    @nayan1917 6 หลายเดือนก่อน +6

    Thanks for the amazing video, just want to add a little thing, dictionary is now ordered from python 3.7

  • @akshaychavan5511
    @akshaychavan5511 6 หลายเดือนก่อน +2

    Thanks for the video. It was truly insightful. I appreciate your hard work!

  • @swetasharma8467
    @swetasharma8467 ปีที่แล้ว +6

    Very useful video. Loved detailed explanations for each question.

  • @redspidermkv4525
    @redspidermkv4525 2 หลายเดือนก่อน +2

    Your first point is wrong, Python (the default implementation) is similar to Java, it gets compiled to byte code and the byte code is then executed in a virtual machine. The compilation step is implicit but it does exist

  • @akkygamming6814
    @akkygamming6814 11 หลายเดือนก่อน +4

    wow best short video you covered all the basic topics in very simple and precise ways 👏 ❤ thanks a lot

  • @tamasvoros212
    @tamasvoros212 10 หลายเดือนก่อน +9

    Im just in the beginning of the learning stage for python. But i could answer all these q-s. Am i far from a "python job"?

  • @ganesheemani2049
    @ganesheemani2049 5 วันที่ผ่านมา

    Sir your explanation is Awesome I like your explanation 👍😎🙏🙂😀

  • @saraswathinatarajan1583
    @saraswathinatarajan1583 ปีที่แล้ว +3

    Make a video of python coding interview questions, please...!

  • @chetanpinjarkar
    @chetanpinjarkar 4 หลายเดือนก่อน

    Thanks for the video...!
    Garbage collection question is missing.

  • @vishalkumarsingh9009
    @vishalkumarsingh9009 ปีที่แล้ว +3

    Please continue this series

  • @trishakarmakar4605
    @trishakarmakar4605 11 วันที่ผ่านมา

    This is truely helpfull👍

  • @sylviasokeschroter
    @sylviasokeschroter 6 หลายเดือนก่อน

    !Super Videos !

  • @johnmahugu3527
    @johnmahugu3527 6 หลายเดือนก่อน +1

    thank you for this

  • @sahilsunnewale
    @sahilsunnewale 7 หลายเดือนก่อน +1

    Amazing

  • @sanishthomas2858
    @sanishthomas2858 2 หลายเดือนก่อน

    Great Video. One of the best videos I have seen. I have seeing many python teacher or youtubers but this one was so calm , perfect and great style of delivery.

  • @narendram4345
    @narendram4345 3 หลายเดือนก่อน

    Small correction: Dictionaries are Ordered collection of data elements in latest version of Python ( 3.7 version)

  • @deepakbhandari654
    @deepakbhandari654 10 หลายเดือนก่อน

    Nicely explained plz make a video on coding...

    • @Analyticsvidhya
      @Analyticsvidhya  10 หลายเดือนก่อน

      Hello, we have already made one! Kindly refer to this video: th-cam.com/video/Wyo6WiDrywQ/w-d-xo.htmlsi=1UymsuAdVBz65iE0 Subscribe to your channel and click on the bell icon to never miss a video of ours again!

  • @TNTesportsT2
    @TNTesportsT2 6 หลายเดือนก่อน +1

    it would be better if we get the material of the questions as a pdf....

    • @Analyticsvidhya
      @Analyticsvidhya  5 หลายเดือนก่อน

      Thank you for the feedback. Let us circle back on this.

  • @cynthita93
    @cynthita93 6 หลายเดือนก่อน

    Thank you!

  • @Ritesh_001_
    @Ritesh_001_ หลายเดือนก่อน +1

    5:7

  • @AlidelOro
    @AlidelOro 2 หลายเดือนก่อน

    is a tuple stored in curly brackets or parentheses? 10:17

    • @AlidelOro
      @AlidelOro 2 หลายเดือนก่อน

      @maxx1991 thanks for sharing.

  • @yeshucreations6993
    @yeshucreations6993 3 วันที่ผ่านมา

    What about OOP s?

  • @jainikkochra256
    @jainikkochra256 ปีที่แล้ว +2

    Dictionary is Unordered???
    after python 3.7 the dictionary is order can anyone correct me if i am wrong

  • @siddhigolatkar8558
    @siddhigolatkar8558 11 หลายเดือนก่อน

    Thank you

    • @Analyticsvidhya
      @Analyticsvidhya  11 หลายเดือนก่อน

      You're very welcome ❤️

  • @syedyakub1050
    @syedyakub1050 2 หลายเดือนก่อน

    Where is the explanation of or operator

  • @dhirajjagtap7454
    @dhirajjagtap7454 2 หลายเดือนก่อน

    10:14
    TUPLE () NOT TUPLE{ }

  • @AjjuBhaiya-gf6eh
    @AjjuBhaiya-gf6eh หลายเดือนก่อน

    sir it is to possible to give these interviev Qna pdf
    plz sir @analyttics vidhya

    • @Analyticsvidhya
      @Analyticsvidhya  หลายเดือนก่อน

      Book FREE 1:1 Mentorship for Gen AI / Data Science
      Link 🔗 bit.ly/4d2S2iP

  • @MLMinute
    @MLMinute 6 หลายเดือนก่อน

    Coding questions asked in Data science interviews?

    • @Analyticsvidhya
      @Analyticsvidhya  6 หลายเดือนก่อน +1

      Will be shared this week. Stay tuned.

  • @ArjunSurwase-g4n
    @ArjunSurwase-g4n 10 หลายเดือนก่อน

    thanks

  • @bgmfreak7764
    @bgmfreak7764 3 หลายเดือนก่อน

    does java has printf command ??

  • @muskansalmani436
    @muskansalmani436 10 หลายเดือนก่อน +1

    😍

  • @Raushan_gaming
    @Raushan_gaming 4 หลายเดือนก่อน

    can you provide a pdf

    • @Analyticsvidhya
      @Analyticsvidhya  4 หลายเดือนก่อน

      Let us circle back on this. please.

  • @tamilan3218
    @tamilan3218 11 หลายเดือนก่อน

    Pls share the ppt

    • @Analyticsvidhya
      @Analyticsvidhya  11 หลายเดือนก่อน +1

      Hey!! You may take screenshots of the slides for your reference.

  • @HeadingWatch
    @HeadingWatch หลายเดือนก่อน

    Harris John Walker Ronald Anderson Lisa

  • @digitalcreator297
    @digitalcreator297 7 หลายเดือนก่อน +1

    You voice is so soothing and very much comfortable to hear and understanding. Thanks

  • @Ritesh_001_
    @Ritesh_001_ หลายเดือนก่อน +1

    5:7

  • @MoorthyTechnologies
    @MoorthyTechnologies ปีที่แล้ว +3

    Elucidated in a lucid and comprehensible manner. Small change noticed "As of Python version 3.7, dictionaries are ordered."

    • @Analyticsvidhya
      @Analyticsvidhya  ปีที่แล้ว

      Thanks for pointing it out & contributing!! :-)

  • @nikhilkatiyar7984
    @nikhilkatiyar7984 5 หลายเดือนก่อน +1

    Target done in 24 hour

  • @ajaybhandari9596
    @ajaybhandari9596 7 หลายเดือนก่อน +1

    Very helpful video, thanks for it .❤

  • @APlantWoman
    @APlantWoman 2 หลายเดือนก่อน

    8 type as mentioned whereas, binary and boolean are 6th types

  • @jeremynx
    @jeremynx หลายเดือนก่อน

    thank you very much, very useful

  • @Ritesh_001_
    @Ritesh_001_ หลายเดือนก่อน

    07:40

  • @hari3658
    @hari3658 ปีที่แล้ว +1

    Thank you so much...

  • @mayureshharihar2557
    @mayureshharihar2557 11 หลายเดือนก่อน

    Great video to understand the basics. Thank you ...

  • @itzzz48
    @itzzz48 10 หลายเดือนก่อน +1

    It would be great if u do one more video on python.

    • @Analyticsvidhya
      @Analyticsvidhya  10 หลายเดือนก่อน +1

      Sure! Hope you've checked this 👇
      Python Coding Interview Questions: th-cam.com/video/Wyo6WiDrywQ/w-d-xo.html

  • @Bedni87
    @Bedni87 10 หลายเดือนก่อน

    I had troubles with my trial of decorator. 27:20
    say_hallo takes no args,
    I wanted function with args, but it failed.
    @my_decor
    def add_3(text):
    print(int(3), text)
    it turned out that to handle that I have to pass it to func through the wrapper
    def wrapper(arg):
    print(..)
    func(arg)
    print(...)

    • @Analyticsvidhya
      @Analyticsvidhya  9 หลายเดือนก่อน

      Can you share your query on our community platform: community.analyticsvidhya.com/
      Let's discuss this there.