Розмір відео: 1280 X 720853 X 480640 X 360
Показувати елементи керування програвачем
Автоматичне відтворення
Автоповтор
Best tutorials so far i have seen on sort. Thanks so much !!
Pleasure :)
You are the best python tutor in the recent times.all the best.happy New year.
Thank you :)
I want to see python pandas videos please
Thank you for the tutorial!! It's very helpful.
cool tutorial
Awesome explanation mam include all the algorithms and data structures videos to crack placements
Really such a good explanation for beginners,Thanks
Wonderful explanation.Thank you
Welcome:)
Thank you
Good Explanation. Please post videos of More Algorithms in Python
@@AmulsAcademy yes amulya mam. algorithm video many more wanted
well no point in using such complex code.you can do it quite easily and with 1 function onlydef quick_sort(lst): if len(lst)
Excellent bro
Thanks for the easy code bro
It has more space complexity
how to find day of the input date.. can you do this please....
You can try this:import datetimedate = int(input("date:"))month = int(input("month:"))year = int(input("year:"))ans = datetime.date(year, month, date)print (ans.strftime("%A"))
Ovvv gutt
mam, this code is quite complicated , i get confused
Write down the program and analyse the program part by part you will understand :)
@@AmulsAcademy sure mam thank you
Best tutorials so far i have seen on sort. Thanks so much !!
Pleasure :)
You are the best python tutor in the recent times.all the best.happy New year.
Thank you :)
I want to see python pandas videos please
Thank you for the tutorial!! It's very helpful.
cool tutorial
Awesome explanation mam include all the algorithms and data structures videos to crack placements
Really such a good explanation for beginners,Thanks
Pleasure :)
Wonderful explanation.Thank you
Welcome:)
Thank you
Good Explanation. Please post videos of More Algorithms in Python
Thank you :)
@@AmulsAcademy yes amulya mam. algorithm video many more wanted
well no point in using such complex code.
you can do it quite easily and with 1 function only
def quick_sort(lst):
if len(lst)
Excellent bro
Thanks for the easy code bro
It has more space complexity
how to find day of the input date.. can you do this please....
You can try this:
import datetime
date = int(input("date:"))
month = int(input("month:"))
year = int(input("year:"))
ans = datetime.date(year, month, date)
print (ans.strftime("%A"))
Ovvv gutt
mam, this code is quite complicated , i get confused
Write down the program and analyse the program part by part you will understand :)
@@AmulsAcademy sure mam thank you