#6 Python Tutorial for Beginners | Tuple | Set in Python

  Рет қаралды 2,161,146

Telusko

Telusko

Күн бұрын

Пікірлер: 1 600
@streetsidetechnocrats9670
@streetsidetechnocrats9670 5 жыл бұрын
I never seen such a nice tutor like you. Keep it up Sir. You are more valuable
@bhanumudhiraj3386
@bhanumudhiraj3386 3 жыл бұрын
@Riyanshi's vlogs you can share the link dhidi😄
@addiszenadaily
@addiszenadaily 5 жыл бұрын
am watching all add not skipping one of the best tutorial on KZbin
@pardhualapati4981
@pardhualapati4981 4 жыл бұрын
Telusukoo..
@josaphcj7199
@josaphcj7199 3 жыл бұрын
Mee 2
@beyondlimits384
@beyondlimits384 3 жыл бұрын
Meetoo
@soumelee5661
@soumelee5661 3 жыл бұрын
@Skylar James scam :O
@ayushalhat1238
@ayushalhat1238 3 жыл бұрын
@Skylar James to anyone reading this plz do not try it as it is a scam which has already trapped many people...they propogate through youtube comment section only ...no doubt *its a scam*
@blenderhander9485
@blenderhander9485 4 жыл бұрын
I am a mechanical engineer and i wanted to learn python and then i found you thanks a lot man!!
@mohammedjishadkp916
@mohammedjishadkp916 4 жыл бұрын
Me too
@vardhaneswar607
@vardhaneswar607 4 жыл бұрын
I'm also...
@adityaprakash8217
@adityaprakash8217 4 жыл бұрын
Which college?
@blenderhander9485
@blenderhander9485 4 жыл бұрын
@@adityaprakash8217 LIET Alwar Rajasthan
@adityaprakash8217
@adityaprakash8217 4 жыл бұрын
@@blenderhander9485 Ohh ok
@abhishekkumarav8868
@abhishekkumarav8868 5 жыл бұрын
Do you know why we love to learn python under ur guidance?? Coz u bother about beginners 🙏❤️
@virgo4250
@virgo4250 4 жыл бұрын
yes ofcourse
@adityaprakash8217
@adityaprakash8217 4 жыл бұрын
Yes true
@satyamaruthi1145
@satyamaruthi1145 3 жыл бұрын
even his assent is also more favourable to beginners and it creates interest to the listeners
@BarredTitan
@BarredTitan 3 жыл бұрын
Ye
@heh2393
@heh2393 3 жыл бұрын
@@satyamaruthi1145 His voice has a lot of enthusiasm.
@ABCALFANZO4044
@ABCALFANZO4044 3 жыл бұрын
We need professors like you in colleges and then studying becomes interesting and enjoyable. Doing great job.
@vinodkumar-qw3hv
@vinodkumar-qw3hv 2 жыл бұрын
madda gudu adidi
@afuneralinwhite
@afuneralinwhite 2 жыл бұрын
i finally got to start watching the videos you've made. made it through #1-#6 tonight. absolutely blown away by how helpful these have been. I started my course on intermediate python this semester and am already being tasked with figuring out recursion. I can't wait to see how these videos will help me!
@NikSy
@NikSy 4 жыл бұрын
Thank you Naveen for this great tutorial I would like to add some more point about sets 1) To create an empty set use >>s1 =set() because if you use >> s1 = { } and check >> type(s1) you will get , which means it is treated as an dictionary instead of empty set.
@ankitha8530
@ankitha8530 4 жыл бұрын
>>s1=set() its also showing error yaaar
@manojkumarn9027
@manojkumarn9027 4 жыл бұрын
@@ankitha8530 we can create set using{ }
@adarshsahani1947
@adarshsahani1947 3 жыл бұрын
Thanks
@telugustatus4241
@telugustatus4241 3 жыл бұрын
Both are working
@ashokjoshi5013
@ashokjoshi5013 3 жыл бұрын
@Telusko There is a workaround for changing Tuple value, We can convert the tuple into a list, change the list, and convert the list back into a tuple. name = ('Ashok','Kiran','John','Steve') changedname = list(name) changedname[1] = 'Rahul' name = tuple(changedname) print(name) Now the name tuple will have the values changed. Output : ----------- ('Ashok', 'Rahul', 'John', 'Steve') Kindly give a heart if this comment was helpful.
@sakshidherange7554
@sakshidherange7554 3 жыл бұрын
ya , It's helpful I also wanted to say same thing ...
@ashokjoshi5013
@ashokjoshi5013 3 жыл бұрын
@@sakshidherange7554 Welcome 😊
@NikSy
@NikSy 4 жыл бұрын
2) If you use a set inside a set which will lead to an error eg: set_2 = {1,2,3,"hello",{4,5,6}} print(set_2) It will print TypeError: unhashable type: 'set' so instead of that use set_2 = {1,2,3,"hello",(4,5,6)} print(set_2) will print {1, 2, 3, 'hello', (4, 5, 6)}
@sureshkumarp1869
@sureshkumarp1869 4 жыл бұрын
Thank you
@pradeeps4103
@pradeeps4103 2 жыл бұрын
where is the question?! time please
@jagritimahata3042
@jagritimahata3042 Жыл бұрын
can u tell me the difference between index and count? I started learning python today so I dont know it
@prathikbhat
@prathikbhat Жыл бұрын
@@jagritimahata3042 Indexing is position of the number while count is total number of elements
@Fitness77799
@Fitness77799 4 жыл бұрын
my man deserves a billion subscribers i swear great videos man!!
@pratibha1976
@pratibha1976 4 жыл бұрын
watched a few videos this evening and followed along! very fun, easy, and it can be fast paced at times but that is the advantage of online learning. I can go at my own pace :) Your channel is a great source! Thank you.
@Anonymous40412
@Anonymous40412 4 жыл бұрын
Navin sir I must say No human No youtuber No website make me understands like you And the you are the one who bother about beginners and I will make sure that you will have a million subscribers in just few months❤🔥💥
@oomaithamizhan3147
@oomaithamizhan3147 4 жыл бұрын
Now he got..
@educationgames6512
@educationgames6512 3 жыл бұрын
1.35M now
@maven558
@maven558 5 жыл бұрын
Thank you Navin Reddy for making Python series.
@jaunelia354
@jaunelia354 4 жыл бұрын
I've seen many tutorials on python but this one is best especially because the teacher is kind enough to care about beginner, thank you so much,❤️❤️
@utkalaandhramedia2907
@utkalaandhramedia2907 4 жыл бұрын
Sri garu Meeru super Andi because mee valla ma abbai Python nerchagalugutunnadu hats off to our service sir garu🙌🙌🙌
@simplytan
@simplytan 4 жыл бұрын
I came to watch this playlist bcz my friend gave me a challenge to end the first 10 eps in one day. But now I'm excited to learn all these. Thank u for teaching us in an easy and quick way
@poojajain4900
@poojajain4900 4 жыл бұрын
The answer to the quiz question.. >>>Del nums [2:5] >>>Nums [25,36,26]
@aditsharma279
@aditsharma279 4 жыл бұрын
A new thing I learnt today
@poojajain4900
@poojajain4900 4 жыл бұрын
@S u m a n t h yes u can pop a number from list.. Eg. >>>Nums = [ 45 , 56 , 67 , 90 ] >>> Nums.pop(1) 56
@gautamsrivastav8330
@gautamsrivastav8330 4 жыл бұрын
Why couldn’t we use nums.remove(2:5)
@poojajain4900
@poojajain4900 4 жыл бұрын
@@gautamsrivastav8330 if you use that syntax.. it will give you a syntax error.. thats because remove parameter takes only argument.. which means if you use remove you can only remove one number at a time from list.. and also you are supposed to mention the number you want to remove inside the bracket... Eg. >>>Nums = [23,56,78,90] >>> Nums.remove(23) >>> Nums [56,78,90]
@gautamsrivastav8330
@gautamsrivastav8330 4 жыл бұрын
@@poojajain4900 one more thing, I've been working on IDLE, as prescribed in the previous lectures, but when I save it, close it and reopen it, I'm not able to continue in that file. I have to start fresh with a new IDLE file and cannot continue with that I was practicing on.
@sadhnamall7357
@sadhnamall7357 2 жыл бұрын
To delete values (95,14,12) we write the code del nums[2:5]
@SidhharthSidhharth-bn8kq
@SidhharthSidhharth-bn8kq Жыл бұрын
2:4
@akalyam1149
@akalyam1149 10 ай бұрын
Can you pls explain how ur saying 2.4. Pls
@ohm4154
@ohm4154 10 ай бұрын
@@akalyam1149 its 2:5 it does not removes the last index mentioned
@khulisomkwevhu6964
@khulisomkwevhu6964 7 ай бұрын
Mine says invalid syntax and red colouring my colon : what does it mean?
@VenkataDattaSaiKumar2005
@VenkataDattaSaiKumar2005 6 ай бұрын
[2:4]
@ganeshr18
@ganeshr18 5 жыл бұрын
Your lessons are absolutely crystal clear sir!!!!
@praveenanookala4457
@praveenanookala4457 4 жыл бұрын
I was using python 2.5 and when i used the curly brackets for the set, it showed syntax error. So i installed python 2.7.17 and it is working! Great tutorial, sir!
@prachipalav1640
@prachipalav1640 4 жыл бұрын
You deserve millions of subscribers ❤️
@eternalwolverine4027
@eternalwolverine4027 5 ай бұрын
well he did accomplished 2 mill, but I suppose this was 4 yrs ago.
@thatboysavage_official2056
@thatboysavage_official2056 3 жыл бұрын
Your channel is a great source of coding literacy I've watched 10% of the videos on this playlist 1 night . Really appreciate you. Love from Zimbabwe 🇿🇼
@manassav
@manassav 6 жыл бұрын
your videos just create interest in programming language.... :-)
@swapnilgour1336
@swapnilgour1336 5 жыл бұрын
Sir, You teach in a very intresting way, that makes me to understand very well. Earlier I thoght that pogramming is quite tough, but after watching these video lecture my perception towards programming has changed a lot. Lastly but not the least, thank you sir for making this video lecture programme.I am really thankful to you sir.
@ivanwachira7523
@ivanwachira7523 4 жыл бұрын
best tutorial ever.You make what looks hard be simple.
@pvvdprasad86
@pvvdprasad86 3 жыл бұрын
Explanation of difference between list, tuples, set -> Just what I needed. Teluskunna. Awesome.
@LogicalManSujeet
@LogicalManSujeet 6 жыл бұрын
incredible sir...sir i have a ques.. plz upload a video on how to be a data scientist and its skill set .. please provide tutorials also
@datascienceworld7041
@datascienceworld7041 5 жыл бұрын
First I learned java and now its python ,you are the best teacher
@mannemsrikanth3655
@mannemsrikanth3655 5 жыл бұрын
Answer for quiz : 1. del nums [2:5] nums [25,36,26] 2. We can also use pop to delete specific index numbers i.e nums.pop(2) nums.pop(3) nums.pop(4) nums [25,36,26]
@Tsr2412
@Tsr2412 2 жыл бұрын
thank you
@vickyrock1418
@vickyrock1418 2 жыл бұрын
We can also use remove
@chembetikarunakar814
@chembetikarunakar814 2 жыл бұрын
U get error if u use pop continously because after we use pop it changes its length and we get error pop index out of range
@NR44singer
@NR44singer 2 жыл бұрын
Can we use nums.remove[2:5]
@aRCi31
@aRCi31 2 жыл бұрын
del nums [-4:-1] -- code should be as much as simple and correspond with task
@alitdjhe3481
@alitdjhe3481 Жыл бұрын
I just started learning python You are really great ❤❤ Thank you from Egypt 🇪🇬💙💙
@sruthir1236
@sruthir1236 4 жыл бұрын
You deserve more and more credits. My best wishes for ur youtube journey sir.
@nOiCe1204
@nOiCe1204 4 жыл бұрын
bro..i know basics of python..but I got some 2-month break...this is would be the best tutorial to rewind the basic's and for learning also...appreciate you bro...love from ap
@raviraimittal
@raviraimittal Жыл бұрын
nums=[25,36,95,14,12,26] del nums[2:4] #del function will delete numbers from index 2 to index 4 as required in the quiz print(nums)
@MrCroissant-y3f
@MrCroissant-y3f Жыл бұрын
It is [2:5] If [2:4], it won't remove the element 12.
@rajnishcdry
@rajnishcdry Жыл бұрын
@@MrCroissant-y3f if [2:5] it will also delete the last element 26.
@rajnishcdry
@rajnishcdry Жыл бұрын
@@MrCroissant-y3f if [2:5] it will also delete the last element 26.
@dxrkboyy
@dxrkboyy 7 ай бұрын
YESSS IT WORKED THANKS!!
@a.y.making931
@a.y.making931 3 жыл бұрын
answer to the assignment question- del nums[2:5]
@priyajain2890
@priyajain2890 Жыл бұрын
Can you please lemme know, where the assignment questions or quiz questions are given?
@Tushar-dk9fr
@Tushar-dk9fr Жыл бұрын
@@priyajain2890 At the end of video probably in last minute it show in the red box of the screen.
@kavyakunibilli
@kavyakunibilli 10 ай бұрын
I think nums[2:4] because upto we are mentioning
@prosperhopeman9672
@prosperhopeman9672 9 ай бұрын
​@@kavyakunibilliyou are wrong. The poster is correct
@tobiasprice5378
@tobiasprice5378 5 жыл бұрын
input >>> num = [25,36,95,14,12,26] delete>>> del num [2:5] result >>> num [25, 36, 26] >>>
@sahirkhan369
@sahirkhan369 4 жыл бұрын
nice bro i didnt think of it great
@ShivaPrasad-hm5lk
@ShivaPrasad-hm5lk 4 жыл бұрын
Is it really correct
@ShivaPrasad-hm5lk
@ShivaPrasad-hm5lk 4 жыл бұрын
Pls clear it once how did u numbered it 0,1,2 or1,2,
@super_youtube681
@super_youtube681 3 жыл бұрын
BEST OUT OF THE BEST TEACHING FOR BIGGNERS BETTER THAN MOST OF THE CORSES ON OTHER WEBSITES
@Editing_universe09
@Editing_universe09 Жыл бұрын
LIST: append() Adds an element at the end of the list clear() Removes all the elements from the list copy() Returns a copy of the list count() Returns the number of elements with the specified value extend() Add the elements of a list (or any iterable), to the end of the current list index() Returns the index of the first element with the specified value insert() Adds an element at the specified position pop() Removes the element at the specified position remove() Removes the item with the specified value reverse() Reverses the order of the list sort() Sorts the list SET: add() Adds an element to the set clear() Removes all the elements from the set copy() Returns a copy of the set difference() Returns a set containing the difference between two or more sets difference_update() Removes the items in this set that are also included in another, specified set discard() Remove the specified item intersection() Returns a set, that is the intersection of two other sets intersection_update() Removes the items in this set that are not present in other, specified set(s) isdisjoint() Returns whether two sets have a intersection or not issubset() Returns whether another set contains this set or not issuperset() Returns whether this set contains another set or not pop() Removes an element from the set remove() Removes the specified element symmetric_difference() Returns a set with the symmetric differences of two sets symmetric_difference_update() inserts the symmetric differences from this set and another union() Return a set containing the union of sets update() Update the set with the union of this set and others hope this helps ❤
@klaus-mikael_son
@klaus-mikael_son Жыл бұрын
Thank you so much
@niranjanns8704
@niranjanns8704 Жыл бұрын
ofc. if you don't mind, can you give examples? it will be very helpful to me. Thanks for these🙏🙏
@soumiksagar3147
@soumiksagar3147 3 жыл бұрын
This I think one of the best tutorial on youtube 👍👍👍hats off to you sir.......
@nirajmaurya7680
@nirajmaurya7680 5 жыл бұрын
These all are interesting and fun to learn 100% best tutorial.......thank a lot for creating
@VijayaPypuri
@VijayaPypuri Жыл бұрын
Really wanna tell this u r just amazing! The thing I like the most in u r tutorial is u just come to the beginners level mind set and explaining the concept not just like a fully professional going with his flow
@bhavikakapadia2462
@bhavikakapadia2462 6 жыл бұрын
nums = [23,36,95,14,12,26] del nums[2:5] nums [25,36,26]
@rrsk88_farming
@rrsk88_farming 6 жыл бұрын
Bhavika khatri ? But how
@madhu9829
@madhu9829 6 жыл бұрын
26 should not come
@Skaxarrat
@Skaxarrat 6 жыл бұрын
26 is included because [2:5] would stop at the fifth element without deleting it
@RozaLinda281
@RozaLinda281 6 жыл бұрын
right
@adarshchoubey9694
@adarshchoubey9694 6 жыл бұрын
nums = [23,36,95,14,12,26] del nums[2:-1] nums [25,36,26]
@shivkumar-ik9rs
@shivkumar-ik9rs 4 жыл бұрын
You are unbelievable MR.Navin Reddy Garu,in on word AWESOME, Never saw this type of easy Teaching from you Execellent Grip in your knowledge
@louiseaquinin5960
@louiseaquinin5960 5 жыл бұрын
quiz answer >>> nums=[25,36,95,14,12,26] >>> nums [25, 36, 95, 14, 12, 26] >>> del nums [2:5] >>> nums [25, 36, 26]
@aswins156
@aswins156 3 жыл бұрын
how will 26 come in the set if u put [2:5], you should put [2:4]insteadd
@ramakrishnagubbala2774
@ramakrishnagubbala2774 3 жыл бұрын
Your teaching is really easily understandable and fabulous. It very easy for beginners to get a great knowledge sir👏this is the worthy youtube channel with great lectures teaching point to point
@rrsk88_farming
@rrsk88_farming 6 жыл бұрын
I'm enjoying this series 👍
@nirjala8962
@nirjala8962 Жыл бұрын
Sir ur sessions are really helpful....in the beginning i have no idea about python..ur teaching helped me a lot. As I am an IIIT student...I am really enjoying ur sessions...thanku very much sir. 🙏🙏🙏🙏🙏 The way I teach is quite simple and enjoyable.....
@geetabhatt6889
@geetabhatt6889 5 жыл бұрын
>>>nums=[25,36,95,14,12,26] >>>del nums[2:5] >>>nums [25,36,26]
@women_kingdom
@women_kingdom 5 жыл бұрын
geeta bhatt tuple doesn't perform deletion
@bohotsaaridhop
@bohotsaaridhop 5 жыл бұрын
@@women_kingdom It's not a Tuple Just check the Brackets
@yahyakilima2958
@yahyakilima2958 5 жыл бұрын
why is 26 still not deleted?
@siddupujari9023
@siddupujari9023 2 жыл бұрын
not everyone can be best at teaching, but You are ...always start with basics.. thats way to go .. good one
@aarthirajendran299
@aarthirajendran299 4 жыл бұрын
Nums=[25,36,95,14,12,26] Del nums [2:5] O/p = [25,36,26]
@abishakkumarrattanpal5021
@abishakkumarrattanpal5021 4 жыл бұрын
How it's possible
@ShreyaRajBEC
@ShreyaRajBEC 4 жыл бұрын
@@abishakkumarrattanpal5021 as 95,14,12 lie on 2nd , 3rd and 4rt place so we can delete them by typing del[2:5]
@abishakkumarrattanpal5021
@abishakkumarrattanpal5021 4 жыл бұрын
@@ShreyaRajBEC thnx.. basically i'm not from CS background...just for learning I got into this course
@ShreyaRajBEC
@ShreyaRajBEC 4 жыл бұрын
@@abishakkumarrattanpal5021 same here
@abishakkumarrattanpal5021
@abishakkumarrattanpal5021 4 жыл бұрын
@@ShreyaRajBEC which background?
@praveen_79
@praveen_79 Жыл бұрын
the answer is del nums[2:5] . such a good session thankyou sir
@snehajitchandra2976
@snehajitchandra2976 6 жыл бұрын
Excellent video sir!!!
@aruneshkartik2676
@aruneshkartik2676 3 жыл бұрын
Nice tutor!! concepts get Crystal cleared!! makes programming easy to learn. One of the best tutorials on KZbin.
@sravanienuganti4596
@sravanienuganti4596 5 жыл бұрын
Really it is very good for me to learn with this tutorial
@shankargope2475
@shankargope2475 Жыл бұрын
Learning and practicing the foundation concepts of python with utmost clarity👌All thanks to your teaching methods 🙏. The way you have delivered the lectures keeping the simplicity is really very much helpful. Love your teaching sir ❤
@harsiddhisinghdev4650
@harsiddhisinghdev4650 6 жыл бұрын
Thanku sir please explain data science using phython in upcoming vedio's please sir..:-)
@rrsk88_farming
@rrsk88_farming 6 жыл бұрын
What's data science
@jiteshsharma4692
@jiteshsharma4692 6 жыл бұрын
Harsiddhi Singhdev. Yes. Same thing
@jiteshsharma4692
@jiteshsharma4692 6 жыл бұрын
Harsiddhi Singhdev. Hey. Hi. Listen
@prashanthakula2225
@prashanthakula2225 6 жыл бұрын
Yes sir. Please start new session on data science
@shravansbagewadi7603
@shravansbagewadi7603 6 жыл бұрын
@@rrsk88_farming search in Google
@mitalkarkar2240
@mitalkarkar2240 3 жыл бұрын
Way of your presentation is very nice, I mean you are not repeating unnecessary sentences over and over again. Awesome work. Thank you.
@jitendra.nayak5
@jitendra.nayak5 6 жыл бұрын
Its Awesome,Thank you for the series..and i like your way of teaching sir ,its really helpful for us ,Thank You.
@utkarshpant6549
@utkarshpant6549 4 жыл бұрын
Your intro makes me want to watch the whole video is really wholesome 🥰
@devasish204
@devasish204 4 жыл бұрын
Need more information about how to use those ctrl+space operations for List, set, and Tuple.
@sidhuzfire2378
@sidhuzfire2378 3 жыл бұрын
Sir tons of thankz ...you are the best tutor.. I am beginner from a non technical background... but intrested to learn data science..was very confused for where to learn python programming...searched so much...and atlast I got the best one..thanku so much sir..now I feel..yaa I too can do it....I will be always grateful to u sir
@MANISHSHARMA-xk1su
@MANISHSHARMA-xk1su 6 жыл бұрын
Amazing video sir....❤️
@HariPrasad-oi1vp
@HariPrasad-oi1vp 4 жыл бұрын
1:pop(2),pop(3),pop(4),pop(-2),pop(-3)pop(-4),del nums[2:5],remove nums[2:5] or by each one
@bharatbhatia6000
@bharatbhatia6000 5 жыл бұрын
Undoubtedly your content is awesome!! Just out of the context,i think the starting tone is taken from laughter challenge . Is'nt it? :-p
@adivijji275
@adivijji275 4 жыл бұрын
Ur channel is a best privilege that a beginner can find .. thank you Navin gaaru
@nitishnitish9172
@nitishnitish9172 4 жыл бұрын
del nums[2:5] or del nums[-4:-1]
@katikisailaja1086
@katikisailaja1086 4 жыл бұрын
NYC
@valorantclipbaiter2925
@valorantclipbaiter2925 5 жыл бұрын
I have never seen such nice tutor sir.keep it up
@paraspandey3401
@paraspandey3401 3 жыл бұрын
who are after there class 12th :-)
@GudlaKartik
@GudlaKartik 6 ай бұрын
Me
@jyotivirendraagrawal1484
@jyotivirendraagrawal1484 6 ай бұрын
Mr
@oooorrrr5555
@oooorrrr5555 4 жыл бұрын
Thank you so much! I'm rookie in programming and i'm start to like it from your videos! :D
@rumanmdhasan6224
@rumanmdhasan6224 4 жыл бұрын
num = [25,36,95,14,12,26] del num[2:5] print(num)
@rishi9646
@rishi9646 3 жыл бұрын
[25,36,95]
@simrannadaf4038
@simrannadaf4038 4 жыл бұрын
Nice tutor!!concepts gets Crystal cleared!!makes programming easy to learn
@ShivomBiswasF
@ShivomBiswasF Жыл бұрын
Well thanks a lot sir you are great I am watching this video 4 years after the upload but I loved your explanation a lot. and here the answer :- nums = [25, 36, 95, 14, 12, 26] nums [25, 36, 95, 14, 12, 26] del nums[2:5] nums [25, 36, 26]
@nh4572
@nh4572 4 жыл бұрын
Ans is del nums[2:5] Am i right sir?
@JainHruday
@JainHruday 3 жыл бұрын
Yep
@kalivaraprasad2928
@kalivaraprasad2928 4 жыл бұрын
Navin, I am a Mechanical Engineer, having 0 knowledge in programming. Want to change my career into programming. Once I started browsing tutors in you tube, I saw your video, I feel like i am in comfortable zone that I found the right tutor.
@thelost8203
@thelost8203 4 жыл бұрын
can we use pop in set? it says "pop() takes no arguments (1 given)" set does not support indexing right? Refrence to 5:33
@arghyabhattacharya7922
@arghyabhattacharya7922 4 жыл бұрын
same question
@thimmarajur1437
@thimmarajur1437 4 жыл бұрын
It doesn't support indexing right......but in sets we cannot specify indexing inside brackets and we can just use .pop() and it removes last element
@r.gouthamsrisaisknowledgeh1636
@r.gouthamsrisaisknowledgeh1636 3 жыл бұрын
I am watching each and every video of python coding on all channels but this is the best I subscribed to your channel thanks for saying coding free
@hasibkhan8600
@hasibkhan8600 5 жыл бұрын
nums = [25, 36, 95, 14, 12, 26] del nums[2:5] output: [25, 36, 26]
@gouravrathor9186
@gouravrathor9186 5 жыл бұрын
can you tell me how to use it or from where i can learn it
@akalyam1149
@akalyam1149 10 ай бұрын
Iam commerce student now iam pursuing MBA finance I too need to learn python.. the man show me the way to learn ❤ thank you so much ❤..
@unknown__..--
@unknown__..-- 4 жыл бұрын
so the basic difference between list and tupule is () and[] . am i right? remember i am talking about the basic difference.
@manishsharma2211
@manishsharma2211 4 жыл бұрын
List [ ] Tuple ( )
@profkpabila5593
@profkpabila5593 Жыл бұрын
My Name is Abdul Rashid from Ghana. In fact, I am really enjoying the tutorial for the first five stages. I shall follow to the end.
@Mynotes-mr7uw
@Mynotes-mr7uw Жыл бұрын
6:28 del nums[2:5]
@manishkumarmani1420
@manishkumarmani1420 4 жыл бұрын
Awesome, Amazing , Excellent session.... Thanks a lot Navin Sir........
@RameshBabu-di5wn
@RameshBabu-di5wn 4 жыл бұрын
del[2:5]
@samyakjaipuria2729
@samyakjaipuria2729 4 жыл бұрын
your videos just create interest in the programming language
@alqamasharique4196
@alqamasharique4196 6 ай бұрын
Legends watching this in 2024🤣
@egbejuletuoyo591
@egbejuletuoyo591 3 ай бұрын
🤝🏾🤝🏾
@lipsa2
@lipsa2 2 жыл бұрын
I really appreciate the way of your teaching. it's formatted, clear and concise.
@chandrasekharreddi1106
@chandrasekharreddi1106 6 жыл бұрын
Ctrl+space not working
@bharatthsandheep414
@bharatthsandheep414 5 жыл бұрын
working in IDLE!!
@avert_
@avert_ 5 жыл бұрын
use IDLE PYTHON
@KRITIKARANIDEB
@KRITIKARANIDEB Жыл бұрын
hi Navin. I am 9 years old and thank you for helping me with python, I really appreciate it.
@993jagan
@993jagan 5 жыл бұрын
I'm not getting the pop-up's .what might be the problem. even ctrl+space is also not working
@PriyankaGupta-le1dt
@PriyankaGupta-le1dt 4 жыл бұрын
me too not getting in list also and here also
@bharathsai4604
@bharathsai4604 4 жыл бұрын
@@PriyankaGupta-le1dt same here i am using 3.8 interpreter I guess it will come in pycharm community version
@sanatangoyal8402
@sanatangoyal8402 4 жыл бұрын
sir because of you i can learn these all things in very very evry easy way. salute to you sir
@abhijeetpatil3440
@abhijeetpatil3440 2 жыл бұрын
We can add values in tuple like this: tup1 = (1,2,3,4) tup2 = (5,6,7,8) tup3 = tup1 + tup2 print(tup3) print(type(tup3) Output: (1,2,3,4,5,6,7,8)
@amarthakur3568
@amarthakur3568 4 жыл бұрын
Naveen bhaiya thank you so much you helped me alot i have no words for u... I was wandering frm 1 channel to another but... U r the best bhaiya... Thnx again☺☺☺☺
@kumaresan_7
@kumaresan_7 Жыл бұрын
We can delete the collection of values by using reomve Remove=[94,14,12] print(nums) 25,36,26
@deepakkapse541
@deepakkapse541 4 жыл бұрын
His first video had over 2.3M views and this one has around 7Lakh. Congratulations, you have not given up yet.
@bhargavreddy9485
@bhargavreddy9485 3 жыл бұрын
Really you are making my process of learning easier..
@champapipalia9315
@champapipalia9315 4 жыл бұрын
😘It's the best tut I have seen in my hole life......😘😘👍🤩 I was not able to understand python from other youtubers... But from your all videos, I have learnt python by heart..... I love your videos 😘😘🤩🤩
@nirjala8962
@nirjala8962 Жыл бұрын
Ur sessions are far better than code with Harry....
@raihanhossain596
@raihanhossain596 4 ай бұрын
Q. num = [25,36,95,14,12,26] if we want to remove the value 95, 14 and 12, we use: num.remove (binary formation of that number) example: to remove 95, the formula will be num.remove (2).. Thank you for this videos. I am learning python throughout the playlist. I hope I will learn enough.
@chaithureddy7001
@chaithureddy7001 4 жыл бұрын
hii bro i am chaitanya reddy i had many doughts in basics in python by your guidence i am now able to train my mind easly tq bro
@mayweathermoney5191
@mayweathermoney5191 8 ай бұрын
The best tutor even... you make it easier with all the explanations in your series. You making learning python fun
@PhycatainmentMusic
@PhycatainmentMusic 3 жыл бұрын
I request everyone to actually watch the ads that come before his videos. The guy is teaching all of us SO good AND it's for free. The least we can do is to subscribe, like, and watch the ads. For those of you new to youtube monetization, the creators only get their earnings if the ad is viewed completely. So if we skip an ad, it won't get the creators any money.
Dictionary in Python
12:24
Telusko
Рет қаралды 1,4 МЛН
#5 Python Tutorial for Beginners | List in Python
10:42
Telusko
Рет қаралды 3,1 МЛН
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 24 МЛН
One day.. 🙌
00:33
Celine Dept
Рет қаралды 75 МЛН
Players push long pins through a cardboard box attempting to pop the balloon!
00:31
Python lists, sets, and tuples explained 🍍
15:06
Bro Code
Рет қаралды 327 М.
#10 Python Tutorial for Beginners | Data Types in Python
14:35
Telusko
Рет қаралды 1,6 МЛН
#20 Python Tutorial for Beginners | While Loop in Python
12:43
Telusko
Рет қаралды 1,6 МЛН
Tuples in Python | Python Tutorials for Beginners #lec40
20:56
Jenny's Lectures CS IT
Рет қаралды 110 М.
Python for Beginners - Learn Coding with Python in 1 Hour
1:00:06
Programming with Mosh
Рет қаралды 19 МЛН
Please Master These 10 Python Functions…
22:17
Tech With Tim
Рет қаралды 229 М.
#43 Python Tutorial for Beginners | Filter Map Reduce
11:34
Telusko
Рет қаралды 596 М.
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 24 МЛН