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
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
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: 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!
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
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
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
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
Very useful video. Loved detailed explanations for each question.
Glad it was helpful!
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 helpful video, thanks for it .❤
Glad it was helpful!
Small correction: Dictionaries are Ordered collection of data elements in latest version of Python ( 3.7 version)
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"?
Mast video h 🎉
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!
Great video to understand the basics. Thank you ...
Glad you enjoyed it!
Sir your explanation is Awesome I like your explanation 👍😎🙏🙂😀
Thankyou so much ❤
Thanks for the video...!
Garbage collection question is missing.
is a tuple stored in curly brackets or parentheses? 10:17
@maxx1991 thanks for sharing.
!Super Videos !
Superb!!
thank you very much, very useful
Please continue this series
+1
Yes, we will 💪
This is truely helpfull👍
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.
thank you for this
Nicely explained plz make a video on coding...
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!
the example screens moved away faster than lightening speed otherwise the content is good
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!
Thank you so much...
You're most welcome
Amazing
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{ }
Coding questions asked in Data science interviews?
Will be shared this week. Stay tuned.
07:40
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
It would be great if u do one more video on python.
Sure! Hope you've checked this 👇
Python Coding Interview Questions: ua-cam.com/video/Wyo6WiDrywQ/v-deo.html
What about OOP s?
Target done in 24 hour
does java has printf command ??
yes
Thank you
You're very welcome ❤️
thanks
You're welcome!
5:7
send me pdf interview question and any material
😍
❤❤
Pls share the ppt
Hey!! You may take screenshots of the slides for your reference.
can you provide a pdf
Let us circle back on this. please.
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