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
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.
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!
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
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
In video @ 10:50 the tuples are represented in curly braces.. only dictionary and set should represent in curly braces
You voice is so soothing and very much comfortable to hear and understanding. Thanks
So nice of you ❤️
Thanks for the video. It was truly insightful. I appreciate your hard work!
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!! :-)
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
Very useful video. Loved detailed explanations for each question.
Glad it was helpful!
Superb!!
wow best short video you covered all the basic topics in very simple and precise ways 👏 ❤ thanks a lot
Glad it was helpful!
Very helpful video, thanks for it .❤
Glad it was helpful!
!Super Videos !
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"?
Thankyou so much ❤
Make a video of python coding interview questions, please...!
It's coming up pretty soon :)
Sir your explanation is Awesome I like your explanation 👍😎🙏🙂😀
Amazing
Please continue this series
+1
Yes, we will 💪
thank you for this
Great video to understand the basics. Thank you ...
Glad you enjoyed it!
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.
Thanks for the video...!
Garbage collection question is missing.
thank you very much, very useful
This is truely helpfull👍
Nicely explained plz make a video on coding...
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!
Thank you!
the example screens moved away faster than lightening speed otherwise the content is good
Small correction: Dictionaries are Ordered collection of data elements in latest version of Python ( 3.7 version)
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.
Target done in 24 hour
Thank you so much...
You're most welcome
8 type as mentioned whereas, binary and boolean are 6th types
07:40
is a tuple stored in curly brackets or parentheses? 10:17
@maxx1991 thanks for sharing.
Thank you
You're very welcome ❤️
It would be great if u do one more video on python.
Sure! Hope you've checked this 👇
Python Coding Interview Questions: th-cam.com/video/Wyo6WiDrywQ/w-d-xo.html
Where is the explanation of or operator
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
Coding questions asked in Data science interviews?
Will be shared this week. Stay tuned.
does java has printf command ??
yes
5:7
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
10:14
TUPLE () NOT TUPLE{ }
What about OOP s?
thanks
You're welcome!
😍
❤❤
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.
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 .
Harris John Walker Ronald Anderson Lisa
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