Python Interview Questions & Answers for Freshers & Experienced Candidates

Поділитися
Вставка
  • Опубліковано 31 гру 2024

КОМЕНТАРІ • 84

  • @Analyticsvidhya
    @Analyticsvidhya  5 місяців тому +4

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

  • @SanskarSharma-ld6vr
    @SanskarSharma-ld6vr 7 місяців тому +35

    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

  • @LuffyJump
    @LuffyJump 11 місяців тому +52

    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

  • @a2htoys748
    @a2htoys748 8 місяців тому +12

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

  • @chessfreak8813
    @chessfreak8813 Рік тому +14

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

  • @nayan1917
    @nayan1917 9 місяців тому +7

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

  • @akshaychavan5511
    @akshaychavan5511 9 місяців тому +3

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

  • @digitalcreator297
    @digitalcreator297 11 місяців тому +3

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

  • @redspidermkv4525
    @redspidermkv4525 5 місяців тому +6

    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

  • @swetasharma8467
    @swetasharma8467 Рік тому +7

    Very useful video. Loved detailed explanations for each question.

  • @MoorthyTechnologies
    @MoorthyTechnologies Рік тому +4

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

  • @ajaybhandari9596
    @ajaybhandari9596 10 місяців тому +1

    Very helpful video, thanks for it .❤

  • @narendram4345
    @narendram4345 6 місяців тому +1

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

  • @tamasvoros212
    @tamasvoros212 Рік тому +10

    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"?

  • @satyamnarbariya1777
    @satyamnarbariya1777 25 днів тому

    Mast video h 🎉

  • @saraswathinatarajan1583
    @saraswathinatarajan1583 Рік тому +4

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

  • @akkygamming6814
    @akkygamming6814 Рік тому +4

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

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

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

  • @ganesheemani2049
    @ganesheemani2049 3 місяці тому

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

  • @alanjoshy3584
    @alanjoshy3584 Місяць тому

    Thankyou so much ❤

  • @chetanpinjarkar
    @chetanpinjarkar 8 місяців тому

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

  • @AlidelOro
    @AlidelOro 6 місяців тому

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

    • @AlidelOro
      @AlidelOro 5 місяців тому

      @maxx1991 thanks for sharing.

  • @sylviasokeschroter
    @sylviasokeschroter 9 місяців тому

    !Super Videos !

  • @shashankkumar8905
    @shashankkumar8905 2 місяці тому

    Superb!!

  • @jeremynx
    @jeremynx 4 місяці тому

    thank you very much, very useful

  • @vishalkumarsingh9009
    @vishalkumarsingh9009 Рік тому +3

    Please continue this series

  • @trishakarmakar4605
    @trishakarmakar4605 3 місяці тому

    This is truely helpfull👍

  • @sanishthomas2858
    @sanishthomas2858 5 місяців тому

    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.

  • @johnmahugu3527
    @johnmahugu3527 10 місяців тому +1

    thank you for this

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

    Nicely explained plz make a video on coding...

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

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

  • @rohitshukla7051
    @rohitshukla7051 3 місяці тому

    the example screens moved away faster than lightening speed otherwise the content is good

  • @TNTesportsT2
    @TNTesportsT2 9 місяців тому +1

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

    • @Analyticsvidhya
      @Analyticsvidhya  9 місяців тому

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

  • @APlantWoman
    @APlantWoman 6 місяців тому

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

  • @cynthita93
    @cynthita93 9 місяців тому

    Thank you!

  • @hari3658
    @hari3658 Рік тому +1

    Thank you so much...

  • @sahilsunnewale
    @sahilsunnewale 10 місяців тому +1

    Amazing

  • @jainikkochra256
    @jainikkochra256 Рік тому +2

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

  • @dhirajjagtap7454
    @dhirajjagtap7454 5 місяців тому

    10:14
    TUPLE () NOT TUPLE{ }

  • @MLMinute
    @MLMinute 9 місяців тому

    Coding questions asked in Data science interviews?

  • @Ritesh_001_
    @Ritesh_001_ 4 місяці тому

    07:40

  • @syedyakub1050
    @syedyakub1050 5 місяців тому

    Where is the explanation of or operator

  • @AjjuBhaiya-gf6eh
    @AjjuBhaiya-gf6eh 5 місяців тому

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

    • @Analyticsvidhya
      @Analyticsvidhya  4 місяці тому

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

  • @Vijjuz48
    @Vijjuz48 Рік тому +1

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

    • @Analyticsvidhya
      @Analyticsvidhya  Рік тому +1

      Sure! Hope you've checked this 👇
      Python Coding Interview Questions: ua-cam.com/video/Wyo6WiDrywQ/v-deo.html

  • @yeshucreations6993
    @yeshucreations6993 3 місяці тому

    What about OOP s?

  • @nikhilkatiyar7984
    @nikhilkatiyar7984 8 місяців тому +1

    Target done in 24 hour

  • @bgmfreak7764
    @bgmfreak7764 6 місяців тому

    does java has printf command ??

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

    Thank you

  • @ArjunSurwase-g4n
    @ArjunSurwase-g4n Рік тому

    thanks

  • @Ritesh_001_
    @Ritesh_001_ 4 місяці тому +1

    5:7

  • @Lucky-bangaram-2147
    @Lucky-bangaram-2147 3 місяці тому

    send me pdf interview question and any material

  • @muskansalmani436
    @muskansalmani436 Рік тому +1

    😍

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

    Pls share the ppt

    • @Analyticsvidhya
      @Analyticsvidhya  Рік тому +1

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

  • @Raushan_gaming
    @Raushan_gaming 7 місяців тому

    can you provide a pdf

  • @princekashyap9905
    @princekashyap9905 2 місяці тому

    it is not convincing for the interview purpose, the video is not gonna help, you should delete it and make more comprehensive video with good interpretation, Hope you dont mind take it as a feedback .

  • @HeadingWatch
    @HeadingWatch 4 місяці тому

    Harris John Walker Ronald Anderson Lisa

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

    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  Рік тому

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

  • @Ritesh_001_
    @Ritesh_001_ 4 місяці тому +1

    5:7