FREE 1:1 Mentorship for Gen AI / Data Science Link 🔗 bit.ly/3wlIIGz
@LuffyJump10 ай бұрын
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-ld6vr6 ай бұрын
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
@a2htoys7487 ай бұрын
In video @ 10:50 the tuples are represented in curly braces.. only dictionary and set should represent in curly braces
@chessfreak8813 Жыл бұрын
What you claimed initially that exactly we got. *Conceptual video* indeed it was! Thanks! Very crystal clear.
@Analyticsvidhya Жыл бұрын
Glad you enjoyed it!
@nayan19178 ай бұрын
Thanks for the amazing video, just want to add a little thing, dictionary is now ordered from python 3.7
@akshaychavan55117 ай бұрын
Thanks for the video. It was truly insightful. I appreciate your hard work!
@digitalcreator2979 ай бұрын
You voice is so soothing and very much comfortable to hear and understanding. Thanks
@Analyticsvidhya9 ай бұрын
So nice of you ❤️
@redspidermkv45253 ай бұрын
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
@Analyticsvidhya3 ай бұрын
Thanks for the correction
@MoorthyTechnologies Жыл бұрын
Elucidated in a lucid and comprehensible manner. Small change noticed "As of Python version 3.7, dictionaries are ordered."
@Analyticsvidhya Жыл бұрын
Thanks for pointing it out & contributing!! :-)
@swetasharma8467 Жыл бұрын
Very useful video. Loved detailed explanations for each question.
@Analyticsvidhya Жыл бұрын
Glad it was helpful!
@alanjoshy35844 күн бұрын
Thankyou so much ❤
@ajaybhandari95969 ай бұрын
Very helpful video, thanks for it .❤
@Analyticsvidhya9 ай бұрын
Glad it was helpful!
@tamasvoros212 Жыл бұрын
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"?
@shashankkumar8905Ай бұрын
Superb!!
@saraswathinatarajan1583 Жыл бұрын
Make a video of python coding interview questions, please...!
@Analyticsvidhya Жыл бұрын
It's coming up pretty soon :)
@akkygamming6814 Жыл бұрын
wow best short video you covered all the basic topics in very simple and precise ways 👏 ❤ thanks a lot
@Analyticsvidhya Жыл бұрын
Glad it was helpful!
@sylviasokeschroter7 ай бұрын
!Super Videos !
@mayureshharihar2557 Жыл бұрын
Great video to understand the basics. Thank you ...
@Analyticsvidhya Жыл бұрын
Glad you enjoyed it!
@ganesheemani20492 ай бұрын
Sir your explanation is Awesome I like your explanation 👍😎🙏🙂😀
@jeremynx3 ай бұрын
thank you very much, very useful
@rohitshukla7051Ай бұрын
the example screens moved away faster than lightening speed otherwise the content is good
@johnmahugu35278 ай бұрын
thank you for this
@vishalkumarsingh9009 Жыл бұрын
Please continue this series
@swetasharma8467 Жыл бұрын
+1
@Analyticsvidhya Жыл бұрын
Yes, we will 💪
@sahilsunnewale9 ай бұрын
Amazing
@chetanpinjarkar6 ай бұрын
Thanks for the video...! Garbage collection question is missing.
@narendram43454 ай бұрын
Small correction: Dictionaries are Ordered collection of data elements in latest version of Python ( 3.7 version)
@AlidelOro4 ай бұрын
is a tuple stored in curly brackets or parentheses? 10:17
@AlidelOro4 ай бұрын
@maxx1991 thanks for sharing.
@trishakarmakar46052 ай бұрын
This is truely helpfull👍
@TNTesportsT27 ай бұрын
it would be better if we get the material of the questions as a pdf....
@Analyticsvidhya7 ай бұрын
Thank you for the feedback. Let us circle back on this.
@APlantWoman4 ай бұрын
8 type as mentioned whereas, binary and boolean are 6th types
@cynthita938 ай бұрын
Thank you!
@nikhilkatiyar79847 ай бұрын
Target done in 24 hour
@deepakbhandari654 Жыл бұрын
Nicely explained plz make a video on coding...
@Analyticsvidhya Жыл бұрын
Hello, we have already made one! Kindly refer to this video: kzbin.info/www/bejne/jarSZ4qfedesrbMsi=1UymsuAdVBz65iE0 Subscribe to your channel and click on the bell icon to never miss a video of ours again!
@hari3658 Жыл бұрын
Thank you so much...
@Analyticsvidhya Жыл бұрын
You're most welcome
@bgmfreak77645 ай бұрын
does java has printf command ??
@Analyticsvidhya5 ай бұрын
yes
@MLMinute8 ай бұрын
Coding questions asked in Data science interviews?
@Analyticsvidhya8 ай бұрын
Will be shared this week. Stay tuned.
@sanishthomas28584 ай бұрын
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.
@syedyakub10504 ай бұрын
Where is the explanation of or operator
@yeshucreations6993Ай бұрын
What about OOP s?
@dhirajjagtap74543 ай бұрын
10:14 TUPLE () NOT TUPLE{ }
@AjjuBhaiya-gf6eh3 ай бұрын
sir it is to possible to give these interviev Qna pdf plz sir @analyttics vidhya
@Analyticsvidhya3 ай бұрын
Book FREE 1:1 Mentorship for Gen AI / Data Science Link 🔗 bit.ly/4d2S2iP
@siddhigolatkar8558 Жыл бұрын
Thank you
@Analyticsvidhya Жыл бұрын
You're very welcome ❤️
@Ritesh_001_3 ай бұрын
07:40
@itzzz48 Жыл бұрын
It would be great if u do one more video on python.
Dictionary is Unordered??? after python 3.7 the dictionary is order can anyone correct me if i am wrong
@Analyticsvidhya Жыл бұрын
Can you share the documentation for this?
@a4mapmoinuddin609 Жыл бұрын
Yes bro
@muskansalmani436 Жыл бұрын
😍
@anubhavsahu5781 Жыл бұрын
❤❤
@Ritesh_001_3 ай бұрын
5:7
@Lucky-bangaram-2147Ай бұрын
send me pdf interview question and any material
@Raushan_gaming6 ай бұрын
can you provide a pdf
@Analyticsvidhya6 ай бұрын
Let us circle back on this. please.
@tamilan3218 Жыл бұрын
Pls share the ppt
@Analyticsvidhya Жыл бұрын
Hey!! You may take screenshots of the slides for your reference.
@HeadingWatch3 ай бұрын
Harris John Walker Ronald Anderson Lisa
@princekashyap9905Ай бұрын
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 .
@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(...)
@Analyticsvidhya11 ай бұрын
Can you share your query on our community platform: community.analyticsvidhya.com/ Let's discuss this there.