Day5 of #100DaysOfCode. Today in this video 23, I learned about various list methods in Python, including sort(), reverse(), index(), count(), copy(), append(), insert(), and extend(). These methods help in sorting lists, reversing their order, finding the index or count of an item, creating a copy of the list, appending items, inserting items at specific indexes, and extending a list with another collection datatype. Additionally, I learned that we can concatenate two lists to join them together. These methods make list manipulation in Python more efficient and convenient. Thank You Harry Bhaiya.
Append () se last mai element add hota hai Sort() se list short ho jati hai Reverse = ture se original se ulta se kar deta hai L.index (1) this method return the occurrence of the list Count() se no of elements jo repeat ho rahe hain Extend method se 2 list ko connect karte hain K=l+m se bhi 2 list ko merge kar skte hain
#day24 I also have important work to do on day 17, but I continue it from day 18 and keep in mind that 99 days are better than one, so I continue this series with a positive attitude. Thanks, Harry bro for this beautiful Python series.💖
@@Strivarn bhai English mein v smjh aa rha majority ko Channel ka name aur code v English mein ho rha jabki channel hindi medium ka hai Toh kaise smjh aa rha sabko ? 🤡
@@KoushikDas2005 mai kab kaih rha hu nhi samaj arha english mein mai itna keh rha hu hindi mein likho samj ajyega or saharam kaisi hindi mein likhne ki vaise bhi apko ko bola nhi maine
Hello Bhai! Since 2019, I've been following you. You are an excellent teacher. And I learned a lot through your channel. Please honour my request, Bhai. Make a series on NLP.
Thank you harry bhai, you are amazing i completed day 23 today. it took me 3 month to complete it due to procastination,i know that this sounds odd but not a problem i will complete rest of the videos and i will improve my coding skills whatever it takes love you bro a big heart from my little heart
Thanks Harry bhai for this series. Just a small suggestion from my side. Pls give us a small exercise after every day's tutorial just like we had in other Python tutorial. It will be great for our concepts.
Day #23 done! Thanks, Harry Bhai for mentioning the breaking of the streak. For the past few days, I had been so anxious due to the heavy pressures of study, I almost gave up everything. After wasting my whole day, I'm trying to complete your incomplete lectures and trying to practice them on my own.
Focus is the key here because you're studying from your comfort Zone you might feel down and sometimes low and also like you don't want to finish your targets but thats exactly the moment to push past your limits
Hey harry sir, this 100 days of code python playlist is to easy not advanced just like your previous playlist when were you make advanced python videos
Print("I am always present sir in your class 🙂😜 and thankyou sir & this is my first programing language which I am learning for you thankyou once again thankyou so much bhaiya." )
Yes but in other languages like c++ and java array is the collection of similar data types but in python js array is the collection of different data types that why list is the array of python😅
List methods: 1. l.sort will sort it in ascending order. 2. l.sort(reverse=True) will sort it in descending order 3.l.reverse() reverses the list 4.l.index( ) gives the first index of an instance present in a list 5.l.count() gives the total number of a particular instances present in a list. 6.l.copy() copies the list 7.l.append() adds the given argument to the end of the list. 8.l.insert() adds the given argument at the given index position 9. l.append() adds the provided list to the existing list. 10. you can concatonate two lists by simply a+b
index hame ye batati hai koi element pehle element se kitna steps aage hai to is hisaab se pehla element pehle element se 0 step aage hai isliya index 0 se start hoti hai
Day5 of #100DaysOfCode. Today in this video 23, I learned about various list methods in Python, including sort(), reverse(), index(), count(), copy(), append(), insert(), and extend(). These methods help in sorting lists, reversing their order, finding the index or count of an item, creating a copy of the list, appending items, inserting items at specific indexes, and extending a list with another collection datatype. Additionally, I learned that we can concatenate two lists to join them together. These methods make list manipulation in Python more efficient and convenient.
Thank You Harry Bhaiya.
Seriously i watched your this playlist two times and now I'm confident on python learning
hlo bro i want some tips
I forgot the day this course was started . But now I am binge watching all your videos from day 1 to day 30 in a day.
This series is just going next level 😍🔥
Yes
Append () se last mai element add hota hai
Sort() se list short ho jati hai
Reverse = ture se original se ulta se kar deta hai
L.index (1) this method return the occurrence of the list
Count() se no of elements jo repeat ho rahe hain
Extend method se 2 list ko connect karte hain
K=l+m se bhi 2 list ko merge kar skte hain
#day24 I also have important work to do on day 17, but I continue it from day 18 and keep in mind that 99 days are better than one, so I continue this series with a positive attitude. Thanks, Harry bro for this beautiful Python series.💖
Improve your English. 🙏
Kind advice.
@@KoushikDas2005 working on it thanks for your advise
Bhai hindi mein likh ye channel hindi wala hai yha pe sabko samj ayega
@@Strivarn bhai English mein v smjh aa rha majority ko
Channel ka name aur code v English mein ho rha jabki channel hindi medium ka hai
Toh kaise smjh aa rha sabko ?
🤡
@@KoushikDas2005 mai kab kaih rha hu nhi samaj arha english mein mai itna keh rha hu hindi mein likho samj ajyega or saharam kaisi hindi mein likhne ki vaise bhi apko ko bola nhi maine
Hello Bhai! Since 2019, I've been following you. You are an excellent teacher. And I learned a lot through your channel. Please honour my request, Bhai. Make a series on NLP.
Do you have a job? If so, in which field? You mentioned that you have been following him since 2019, and it's been 5 years.
@@codeXsnippetI am a Freelancer brother and my field is ML & AI
Thank you harry bhai, you are amazing i completed day 23 today. it took me 3 month to complete it due to procastination,i know that this sounds odd but not a problem i will complete rest of the videos and i will improve my coding skills whatever it takes love you bro a big heart from my little heart
l.append()
l.sort( )
L.sort( reverse = true )
L.copy( )
L + m
L.count(name of item)
L.insert(index no.)
L.extend()
Thanks Harry bhai for this series. Just a small suggestion from my side. Pls give us a small exercise after every day's tutorial just like we had in other Python tutorial. It will be great for our concepts.
youtube.com/@the_gupta_boy?sub_confirmation+1
Day #23 done! Thanks, Harry Bhai for mentioning the breaking of the streak. For the past few days, I had been so anxious due to the heavy pressures of study, I almost gave up everything. After wasting my whole day, I'm trying to complete your incomplete lectures and trying to practice them on my own.
I heartly appreciate your effort❤. Thank you for making in hindi. I am enjoying programming in hindi
sir ji present here also, thanks ,,,,,, thank you so much for teaching this way. it's too cool and much understandable.
Thank you Harry, Your teaching method is improving day by day, Your subscriber since less than 100k subs.
yea man you got me HarryBhai, My exams are about to start so I will continue 100DaysOfCode from day 24 after my exams.
complete karlia bro?
@@maddy_40469 nahi yrr
@@adityagoswami8144 koi Naa Bhai dubara continue karlo abhi se
very well harry bhai love from Pakistan ... this series is really helping me out
#HarryBhai is always Awesome 👍
#Day_23 is done ✅
This course is awesome 🔥🔥
Day #23 in 100DaysOfCode. Thanks Harry bhai for this course
Focus is the key here because you're studying from your comfort Zone you might feel down and sometimes low and also like you don't want to finish your targets but thats exactly the moment to push past your limits
your teaching method is great brother!
Amazing bhaiya main apki wajah se 14 years me hi 4 language shikh gya.
🙏 Thanks a lot 😄.
I love this series..
I will see you next time 😍
Hey harry sir, this 100 days of code python playlist is to easy not advanced just like your previous playlist when were you make advanced python videos
My humble request is to make a video series like this on web development
a = do regularly 100 days of code
b = doing regularly
Print("you are on path")
#yes i m doing and it is my day23
Nice
LOVE YOU HARRY BHAI ❤
What is the difference between .append() and .extend() ?
Code Backup Repository: github.com/CodeWithHarry/100-days-of-code-youtube
sir after bsc cs ... what should i do ... please give me some recommendation
Present sir! and thank you so much sir for making this course....lots of love from west bengal!!!
love u harry bhaiya
Day 23
Harry bhai thank you so much it very interesting topic and your teaching makes it more fun
Currently I am watching his old java video and its very interesting.
Day 23✨
with this, i have successfully completed and understood list
You are doing good job .
Thank you harry bhii
Print("I am always present sir in your class 🙂😜 and thankyou sir
& this is my first programing language which I am learning for you thankyou once again thankyou so much bhaiya." )
Great course Harry bhai
Thank you sir for creating this video!
Yeah It's Day 23 and I am revising a lot. Thanks a lot Harry Sir. You are Great!
These kind of channels do the work that the Indian Education System fails to provide!!
Thank you for this series.......where would I get these notes?
Bro how does guido van rossum created python??? Like how it works in the background. A similar question how english was invented!!! 😕
Excellent explanation sir❤❤
extend a list under another list and concatenation of two lists are totally equal
Amazing session on lists....mutable lists
PRESENT HARRY SIRR!!
LOVE YOU ❤️, end main dil ki baat keh di HARRY BHAI!!
Regards 🙏🎉🙂
Day 23 done. Wanted to ask is it normal to call lists 'arrays' in python ??
Yes but in other languages like c++ and java array is the collection of similar data types but in python js array is the collection of different data types that why list is the array of python😅
day 23 done
Awesome lecture❤️
Thank you Harry Bhai😊😊😊😍
Maja aagaya Bhai 😁😁😁
Day-23 Done
Harry bhaiya poora mja aa rha hai . Dhuwa uth rha hai ....
#HarryBhai Jindabad
bhai yaar tahe dil se dhanyawaad yaar bohtt sahi sikha rhe ho yrr❤🙏🙏🙏🙏
kis kis ki PYTHON🐍 first language hai??????
It's my first language
Mera
mere ha
Not me
Mine
I accept this challenge and i will definitely complete it
today is my day no 23 bro... going strong and loving
Day 23 done ✅
List methods:
1. l.sort will sort it in ascending order.
2. l.sort(reverse=True) will sort it in descending order
3.l.reverse() reverses the list
4.l.index( ) gives the first index of an instance present in a list
5.l.count() gives the total number of a particular instances present in a list.
6.l.copy() copies the list
7.l.append() adds the given argument to the end of the list.
8.l.insert() adds the given argument at the given index position
9. l.append() adds the provided list to the existing list.
10. you can concatonate two lists by simply a+b
7th point it will be extend
Pop and remove
You are the best mentor....please bhaiya sql ke bhi videos jaldi se banao
yehhhhhh, Day 23 is Complete...👍👍👍👍👍👍
I didn't know, Harry had already created their English channel.
I try to learning web development using coding but it's difficult job.
Should I start learning Python like this or continue
You can do both simultaneously
I started with you, then my exams came, so I could not continue, now the exams are over and I'm continued from last 1 week.
Big fan harry bhai😇
Pranam bhrata 🙏 apka bahutt baht dhanyawad ❤️👀🙏
0:18 coolest teacher 😎
Why indexing start from 0
index hame ye batati hai koi element pehle element se kitna steps aage hai
to is hisaab se pehla element pehle element se 0 step aage hai isliya index 0 se start hoti hai
after one year i am watching it still feeling confident
PRESENT #23
Exams horhy thy eesliye aaj pechle tutorials dekh liye maza aaya once again🤗
day 23 done broooooooo!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Hi. Just want to give some suggestion that you missed the most important method used in the list which is pop().
Sir please make course on angular please I am waiting for it
sir I don't know why but the sort method is throwing an error, vs code is showing that there is no function called sort in the list....
Mai day 1 se lagataar day 23 tak aa gaya hu...
maja aa raha hai
Present sir 🤚
Thank you sir
Jazakallah #harrybhai 🌼
what is difference between extend and concatenating of list methods.
EXREND CAN BE USED IN ADDING TUPLES ALSO
love you man from Pakistan Stay Blessed
Day -23
#Present
#CodeWithHarry
#PythonChallenge
ap bnday mst ho... i am watching your videos by enjoying.
Present From Bangladesh Brother....#23Days Done
day 23 consistency maintain
20:53 20/12/2022
Harry Bhai apse ek request thi, Please ek Laravel pe Tutorial Banao na
amazing explenation bro
Good evening Sir Present ✨🙋♂️
23rd one!!
Sir please make a video that make us eager to watch these videos 😳
Day after day my interest in Python is going away 🥺🥺🥺😭
4.99M ho gaye😮
Love You Harry Bhai😍😍
we want machine learning course
Thank You Harry Bhai
if we try to do print(l.sort()) why it gives none as an output?
same here with me....with other commands of "l."
Good Lecture
Completed Day 23
great harry bhai ❤❤