This a very good channel. It is under-rated. I learnt a lot of concepts here. Very intuitively explained which is missing in most of the programming channels. Keep it up. One request, If you provide projects to apply all this it will be very good. If you want to you can charge for the course too. It would be totally ok.
Hi ... Thank you>....:) Sure will do videos on these concepts. We already have video on generator...:) Check out: th-cam.com/video/D54x8uSra3Q/w-d-xo.html :)
Amuls Academy Thank you.I also expect you to cover more advanced modules such as flasks,paramiko etc.and also to teach relating to real time work application in terms of product development...kindly take a step to give a best try..
append: This method adds an element at the end of an existing list. example: a = [1,2,3,4] a.append("hello") output will be: [1 , 2 , 3 , 4 , "hello" ] Extend: This method adds elements to a list by adding on all the elements of the iterable you pass to it. for example: a = [1,2,3,4] a.extend("hello") output will be: [ 1 , 2 , 3 , 4 , 'h' , 'e' , 'l' , 'l' , 'o' ] Note: strings lists tuples these are called as iterables Thank you:)
One of the most under-rated channel, thank you for the simple and clear explanation Madam
Thank you so much :)
This a very good channel. It is under-rated. I learnt a lot of concepts here. Very intuitively explained which is missing in most of the programming channels. Keep it up. One request, If you provide projects to apply all this it will be very good. If you want to you can charge for the course too. It would be totally ok.
Thank you so much :)
I will think about it :)
Such a simple and clear explanation.
Thank you :)
Thank you amul sir.. it's so helpful for me..well explained
You are most welcome :)
Such Good and clear explanation..so that i never going to forget....thks a lot...
Glad to hear that 😊
Lovely tutorial... I totally understand a lot better now.
Thank you :)
Hi, your videos are superb. Like it very much in terms of explaining logically and functionally . Pls make videos on matrices operations
Thank you :)
Ok i will try to make videos on matrices operations asap :)
awesome mentor!.. keep rocking mam
Very Good Explanation, thank you so much
You are welcome! :)
Video starts at 5:54. You're welcome.
no, at 6:01
Hi...!!...Superb Explanation...Please do videos on decorators,generators,multithreading,multiprocessing,paramiko module...
Hi ...
Thank you>....:)
Sure will do videos on these concepts.
We already have video on generator...:)
Check out:
th-cam.com/video/D54x8uSra3Q/w-d-xo.html
:)
Amuls Academy Thank you.I also expect you to cover more advanced modules such as flasks,paramiko etc.and also to teach relating to real time work application in terms of product development...kindly take a step to give a best try..
Thank you for your advise:)
Surely will do after completing the basics:)
range is better, that is why xrange is moved in python 3, also when u print xrange it will add more memory, while printing range is simple task
I'm impressed girl great "MAHADEV keep blessings on you" I subscribe your channel
Nice explained and lovely voice
Thanks a lot 😊
Great explanation 👍
Thank you :)
Can you demonstrate more examples of lambda, map, filter and reduce functions?
Nice video , Btw are you a kid?(Asked Because of your voice btw you have amazing skills keep learning keep teaching!)
Thank you :)
Such a clear explanation. Thank you!
Glad it was helpful!
Thanks so much mam.
Most welcome 😊
Very well explained
Thank you :)
Thanks for your clarification
it is helpful ,thank you
Thank you!!❤
Clear explanation
Thanks for liking :)
Thanks a lot Mam
Most welcome 😊
What is the difference between the append and extend?
append:
This method adds an element at the end of an existing list.
example:
a = [1,2,3,4]
a.append("hello")
output will be:
[1 , 2 , 3 , 4 , "hello" ]
Extend:
This method adds elements to a list by adding on all the elements of the iterable you pass to it.
for example:
a = [1,2,3,4]
a.extend("hello")
output will be:
[ 1 , 2 , 3 , 4 , 'h' , 'e' , 'l' , 'l' , 'o' ]
Note: strings lists tuples these are called as iterables
Thank you:)
xrange don't exist nanymore in python i think
Thank you so Much
Nice work
Thank you :)
Compleate course is available in this channel
Basics is completed.
:)
hello mam,
I can see this Channel is not active since a long time. I'm waiting for you with the new chapter.
how to use date limit in our program??
example :- mobile Recharge validity for month
Thank you very well explained ❤️deseves subscription.
Good, can you please send oops concepts
Are you asking notes???
I don't have any notes sorry:)
If you are asking to make some videos on oops then please mention which concept you want:)
Your way of explanation good, so will you please upload oops concepts, this is very important for me
sure:)
Thanks
My Pleasure :)
in python2,xrange is faster then range but you said range.plese confirm and correct it.
Акцент забавный. Спасибо за видео, девочка!
Nice
Thank you:)