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
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
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
Hello, we have already made one! Kindly refer to this video: ruclips.net/video/Wyo6WiDrywQ/видео.htmlsi=1UymsuAdVBz65iE0 Subscribe to your channel and click on the bell icon to never miss a video of ours again!
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.
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 .
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(...)
FREE 1:1 Mentorship for Gen AI / Data Science
Link 🔗 bit.ly/3wlIIGz
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
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
In video @ 10:50 the tuples are represented in curly braces.. only dictionary and set should represent in curly braces
What you claimed initially that exactly we got. *Conceptual video* indeed it was! Thanks! Very crystal clear.
Glad you enjoyed it!
Thanks for the amazing video, just want to add a little thing, dictionary is now ordered from python 3.7
Thanks for the video. It was truly insightful. I appreciate your hard work!
You voice is so soothing and very much comfortable to hear and understanding. Thanks
So nice of you ❤️
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
Thanks for the correction
Elucidated in a lucid and comprehensible manner. Small change noticed "As of Python version 3.7, dictionaries are ordered."
Thanks for pointing it out & contributing!! :-)
Very useful video. Loved detailed explanations for each question.
Glad it was helpful!
Thankyou so much ❤
Very helpful video, thanks for it .❤
Glad it was helpful!
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"?
Superb!!
Make a video of python coding interview questions, please...!
It's coming up pretty soon :)
wow best short video you covered all the basic topics in very simple and precise ways 👏 ❤ thanks a lot
Glad it was helpful!
!Super Videos !
Great video to understand the basics. Thank you ...
Glad you enjoyed it!
Sir your explanation is Awesome I like your explanation 👍😎🙏🙂😀
thank you very much, very useful
the example screens moved away faster than lightening speed otherwise the content is good
thank you for this
Please continue this series
+1
Yes, we will 💪
Amazing
Thanks for the video...!
Garbage collection question is missing.
Small correction: Dictionaries are Ordered collection of data elements in latest version of Python ( 3.7 version)
is a tuple stored in curly brackets or parentheses? 10:17
@maxx1991 thanks for sharing.
This is truely helpfull👍
it would be better if we get the material of the questions as a pdf....
Thank you for the feedback. Let us circle back on this.
8 type as mentioned whereas, binary and boolean are 6th types
Thank you!
Target done in 24 hour
Nicely explained plz make a video on coding...
Hello, we have already made one! Kindly refer to this video: ruclips.net/video/Wyo6WiDrywQ/видео.htmlsi=1UymsuAdVBz65iE0 Subscribe to your channel and click on the bell icon to never miss a video of ours again!
Thank you so much...
You're most welcome
does java has printf command ??
yes
Coding questions asked in Data science interviews?
Will be shared this week. Stay tuned.
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.
Where is the explanation of or operator
What about OOP s?
10:14
TUPLE () NOT TUPLE{ }
sir it is to possible to give these interviev Qna pdf
plz sir @analyttics vidhya
Book FREE 1:1 Mentorship for Gen AI / Data Science
Link 🔗 bit.ly/4d2S2iP
Thank you
You're very welcome ❤️
07:40
It would be great if u do one more video on python.
Sure! Hope you've checked this 👇
Python Coding Interview Questions: ruclips.net/video/Wyo6WiDrywQ/видео.html
thanks
You're welcome!
Dictionary is Unordered???
after python 3.7 the dictionary is order can anyone correct me if i am wrong
Can you share the documentation for this?
Yes bro
😍
❤❤
5:7
send me pdf interview question and any material
can you provide a pdf
Let us circle back on this. please.
Pls share the ppt
Hey!! You may take screenshots of the slides for your reference.
Harris John Walker Ronald Anderson Lisa
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 .
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(...)
Can you share your query on our community platform: community.analyticsvidhya.com/
Let's discuss this there.
5:7