#5 Python Tutorial for Beginners | List in Python

  Рет қаралды 2,945,107

Telusko

Telusko

Күн бұрын

Telusko Courses:
Spring and Microservices Live Course : bit.ly/springmslive
Coupon: TELUSKO25 (25% Discount)
Industry-Ready Java Spring Microservices Developer Live : bit.ly/JavaMS2
Complete Java Developer Course : bit.ly/Comp-Java-Dev-2
Coupon: TELUSKO20 (20% Discount)
Udemy Courses:
Java:- bit.ly/JavaUdemyTelusko
Spring:- bit.ly/SpringUdemyTelusko
Java For Programmers:- bit.ly/javaProgrammers
For More Queries WhatsApp or Call on : +919008963671
website : courses.telusko.com/
Instagram : / navinreddyofficial
Linkedin : / navinreddy20
In this lecture we will learn:
- What is a list in Python?
- Lists are mutable
- Creation of a list in Python
- Methods available with the list
- Functions performed with a list
#1
Lists are used to store multiple items in a single variable.
- We have to use a square bracket [], and in that square bracket, we can store multiple values.
- We can print the list through the variable name.
- Lists are Mutable which means values can be changed in the list.
- We can also get the single value from the list using the index value.
- The index value is 1 less than the size of a list as the index value starts from 0.
e.g., If the size of the list is 5, then its index value lies in the range of 0 to 4.
- We can fetch only those values from a list that are in the range of index values of it.
- We can also get a sub-list of a list by using the slicing in a list.
- We can also fetch the value from a list through negative numbers similar to strings.
- A list of strings can also be created.
- We can also create a list that can store values of different data types.
Like it can store integer value, float value, string value etc, in a single list.
- A list of lists can also be created which means a list can also store different lists in it as well.
#2
- Several operations can also be performed using it and it has many in-built functions and methods to use.
- nums. shows all the functions that are available with the list.
- Ctrl + Space can also be used to show the methods.
- append method is used to add a new value to the end of a list.
- clear will clear the entire list.
- insert method can add a value in between the list at the specified index.
- A particular element can also be deleted through the remove method.
- pop method will also remove the element through the index value and return that deleted element as well.
- If you don't specify the index value in the pop method, it will delete and return the last element from the list.
- del is a command through which you can delete a sub-list or multiple values from a list.
del list name[start:end]
- extend method is used to add multiple values or a sub-list in a list.
- sort method is used to get listed in the sorted order.
nums.sort()
#3
- min() function is used to get the minimum value present in a list.
- max() function is used to get the maximum value of a list.
- sum() function returns the sum of all of the values present inside the list.
Github :- github.com/navinreddy20/Python-
Java:- bit.ly/JavaUdemyTelusko
Spring:- bit.ly/SpringUdemyTelusko
More Learning :
Java :- bit.ly/3x6rr0N
Python :- bit.ly/3GRc7JX
Django :- bit.ly/3MmoJK6
JavaScript :- bit.ly/3tiAlHo
Node JS :- bit.ly/3GT4liq
Rest Api :-bit.ly/3MjhZwt
Servlet :- bit.ly/3Q7eA7k
Spring Framework :- bit.ly/3xi7buh
Design Patterns in Java :- bit.ly/3MocXiq
Docker :- bit.ly/3xjWzLA
Blockchain Tutorial :- bit.ly/3NSbOkc
Corda Tutorial:- bit.ly/3thbUKa
Hyperledger Fabric :- bit.ly/38RZCRB
NoSQL Tutorial :- bit.ly/3aJpRuc
Mysql Tutorial :- bit.ly/3thpr4L
Data Structures using Java :- bit.ly/3MuJa7S
Git Tutorial :- bit.ly/3NXyCPu
Donation:
PayPal Id : navinreddy20
www.telusko.com

Пікірлер: 3 200
@vivek5147
@vivek5147 5 жыл бұрын
Finally I got best teacher on internet for Python..
@BhuveshDhiman
@BhuveshDhiman 5 жыл бұрын
Actually
@Swathi-Talks
@Swathi-Talks 4 жыл бұрын
Me also bro
@spiritofjoy243
@spiritofjoy243 4 жыл бұрын
Me too
@shantiratha6276
@shantiratha6276 4 жыл бұрын
Yes ur right
@ankushgupta8977
@ankushgupta8977 4 жыл бұрын
and that too for free.
@rekharajoria6844
@rekharajoria6844 4 жыл бұрын
I don't know how does someone can teach something so difficult in that much fun way
@manishsharma2211
@manishsharma2211 4 жыл бұрын
Python is soo easy
@manishsharma2211
@manishsharma2211 3 жыл бұрын
@Harsha exactly 🤪
@NidhiSingh-vr5mf
@NidhiSingh-vr5mf 3 жыл бұрын
It's all about a good teacher
@travis9260
@travis9260 3 жыл бұрын
How is this difficult?
@Xavier-gr9ve
@Xavier-gr9ve 3 жыл бұрын
I know Navin Sir
@posthink6166
@posthink6166 3 жыл бұрын
This is the only platform I guess where Python is taught from the zero'est of the zero level to make it easy. And I loved it like anything, I mean, I tried learning from others but it lowered my interest and this is where I could revive that. Thankyou so much Navin sir.
@cricedits1838
@cricedits1838 9 ай бұрын
I was doing my course from Alison and I was forgot the list that they taught now when I revised my list then he cleared me all doubt about it you are really such an amazing teacher I appreciate your effort but not only me all of us ❤❤
@preetigajbhiv8713
@preetigajbhiv8713 3 жыл бұрын
It's great when u find someone who teaches the way u want ..u deserve more likes n much more subscribers ...stay blessed sir..doing awesome work..the one who will follow this whole series will grap total knowledge abt python .. thank you sooo much sir.❤️
@eric_welch
@eric_welch 4 жыл бұрын
I am about to graduate with my material science PhD and realize my python knowledge is lacking ...I have extreme confidence that your videos will help me to become proficient in this language ...thank you for all of your hard work and dedication to education on KZbin!!
@AnnowerOne
@AnnowerOne 2 жыл бұрын
Hello sir, can we talk?
@user-lf8dh2dn8h
@user-lf8dh2dn8h 6 ай бұрын
I'm 14 and started HTML when I was in sixth... that's all I knew about coding. I literally have no experience in coding. I thought if I learn this I might understand nothing. But till now it is great and I've got no doubts. This is the best playlist to learn Python ever! Thank you Sir!!
@ranjeetkaur7829
@ranjeetkaur7829 3 жыл бұрын
Quiz question Name="Telusko" Print(name[-3]) Answer: s
@murgan4307
@murgan4307 2 жыл бұрын
Write it in capital letters. I think🤣
@chrissaji4233
@chrissaji4233 2 жыл бұрын
👌
@sajalgpt8
@sajalgpt8 2 жыл бұрын
@@murgan4307 i don't think so
@walter_white69420
@walter_white69420 2 жыл бұрын
@@sajalgpt8 bruh he is correct
@rimasil3346
@rimasil3346 2 жыл бұрын
U forgot to add parenthesis
@gaurangp560
@gaurangp560 4 жыл бұрын
You're motivating amateur programmers to learn in the most enthusiastic way. Keep it up
@prithvimurahari633
@prithvimurahari633 4 жыл бұрын
name= "Telusko" print (name[-3]) output = s
@rishikkeshsuresh3692
@rishikkeshsuresh3692 3 жыл бұрын
@THE BEAST TECH hi
@rishikkeshsuresh3692
@rishikkeshsuresh3692 3 жыл бұрын
@THE BEAST TECH youre learning python
@rishikkeshsuresh3692
@rishikkeshsuresh3692 3 жыл бұрын
@THE BEAST TECH ok
@rishikkeshsuresh3692
@rishikkeshsuresh3692 3 жыл бұрын
@THE BEAST TECH what python version you have
@amarjotsingh9676
@amarjotsingh9676 3 жыл бұрын
So what
@zakarialaroussi3062
@zakarialaroussi3062 2 жыл бұрын
Hey, Navin! Thank you so much indeed for the wonderful videos you have made available here. They are so helpful. I am enjoying learning Python with your help. I must admit that I have seen several videos before, but yours are well crafted and so easy to follow. Keep up the great work!
@sharmaritika3781
@sharmaritika3781 3 жыл бұрын
I was always hate coding but because of your teaching, it is really fun for me. You are an awesome teacher and thank you so much sir for uploading this series.
@syedrayan8691
@syedrayan8691 3 жыл бұрын
its so funny when he says " oh it works" like it's his first time doing it. besides your videos are helping me a lot
@xavier2130
@xavier2130 3 жыл бұрын
Programmers 2 questions to himself: Why doesn't it work? Why does it work?
@azlanmahin46
@azlanmahin46 2 жыл бұрын
xAvIeR
@pickaxebro8394
@pickaxebro8394 2 жыл бұрын
@@xavier2130 oob xavier you are just noob
@subho3651
@subho3651 5 жыл бұрын
I was watching a documentary. I saw a notification . And now I am here . ✌ vids a day . Awesome 😍
@jagadhishvegi98
@jagadhishvegi98 2 жыл бұрын
To be honest, literally no one explained like this. You explained each and every function or methods in particularly a topic. Love you Bro.
@bandikatlagopipriya8845
@bandikatlagopipriya8845 2 жыл бұрын
I'm late to the party which says I'm new to this field of learning a language, it's like watching a new TV series over night. Learning though! completely interactive!!
@thesparkingwire6185
@thesparkingwire6185 Жыл бұрын
hey,How far u went?
@gamespoint1701
@gamespoint1701 4 жыл бұрын
OMG !!! this is literally the best KZbin series I have found on python course , everything is explained in such a detailed manner and it is easy to understand . Thank you Navin sir for such great teaching . May god bless you!!!
@nahaarmirza379
@nahaarmirza379 3 жыл бұрын
I'm learning Python for my coding class and I when I found this playlist to explain to me how Python works, I was so happy. Thank you so much sir :)
@abeldelatorre1382
@abeldelatorre1382 3 жыл бұрын
Dude just gonna say: I've wanting to learn how to code for the longest time now, it always seemed so intimidating but you make it so easy to understand. This is my first day and I already love it.
@basabsaha6370
@basabsaha6370 2 жыл бұрын
After searching for lots of online tutorials..... finally i have reached the best platform. Thank you sir.
@rissalas9254
@rissalas9254 4 жыл бұрын
You are the best, navin. You make programming so much fun to learn. Take this from an engineering student who hates programming a lot. Lol. But seriously, thank you!! Please keep making these videos, they help a lot. ❤️
@JoseHernandez-ct7dl
@JoseHernandez-ct7dl 3 жыл бұрын
Thank god for you! Finally, somebody that knows how to explain all this. Keep it up mister, you are a savior.
@ethanwinskill9558
@ethanwinskill9558 2 жыл бұрын
Wow! 5 videos in and I already love Python! Thank you so much, sir!
@iamzeroz
@iamzeroz 2 жыл бұрын
thank you so much navin for the wonderful content, i never thought learning python could be so fun and easy.
@MOTAMINE.
@MOTAMINE. 5 жыл бұрын
Oh!!! I got it .... I'm very excited. Thanks a lot.....🌹
@anujkumarshukla3881
@anujkumarshukla3881 3 жыл бұрын
it takes a sht load of efforts to produce such a quality work..sending thanks from germany
@Corporate-Saheli-Hanyandtech
@Corporate-Saheli-Hanyandtech 2 жыл бұрын
Hi Navin, i enrolled great lakes and i m new to programming so i was not understanding anything from great lakes but u have increased my confidence... i saw your 1 to 4 videos and i am able to nail it... thanks alot
@sejalkaur1342
@sejalkaur1342 3 жыл бұрын
Navin sir ...You are simply amazing...the way u teach ...i wish i could have teacher like you in my graduation... but still blessed to have you now.
@jimgilmour2336
@jimgilmour2336 3 жыл бұрын
It was really amazing and interesting to watch this video I know it was posted before 2 years but still it helps a lot thank you so much sir ❤😌
@sunitabehera7327
@sunitabehera7327 2 жыл бұрын
Your teaching style is so amazing and it helps to understand very easily... I am starting to learn Python and I m seriously enjoying it as well as learning.. Thank you so much sir 😊 ❤️ for your efforts, that you put in these series.. really loved it
@sunil_swami
@sunil_swami 3 жыл бұрын
I didn't know anything about programming language but now only I started but I think if in this way I'll be learning from Navin sir then it will be easy for me. Thanks a lot for sharing knowledge in a fantastic and easy way.❤️
@sebastianvanderkolk8706
@sebastianvanderkolk8706 8 ай бұрын
I started learning Python on Coursera through the Google Certificate set, and I felt it was not progressing or teaching in my style of learning. I felt it was lacking the BASE basics of coding in this language. You do so well breaking it down in to bite sized chunks which is a huge help, thank you!!!!
@anilkumarv3565
@anilkumarv3565 5 жыл бұрын
Hello, Navin reddy, Your way of Teaching is excellent!!! iam really having fun while learning the PYTHON. Please keep uploading such vidoes on Python as it will be very usefull for Test Engineers like me.
@JonathanSteadman2003
@JonathanSteadman2003 4 жыл бұрын
My favourite teacher on youtube for programming!
@darealcryzal6090
@darealcryzal6090 3 жыл бұрын
I am a 10 year old- and due to this quarantine, my parents told me to learn a language(programing language) I came here and the way of teaching... just taught me so well that now I am in love with Python and am practicing it whenever I get time :). Great work Mr. Navin1 LOve your vids!
@praveenbhajantri7559
@praveenbhajantri7559 Ай бұрын
You are 13 now????
@hyderkhan2827
@hyderkhan2827 3 жыл бұрын
It is easy to learn with you I will never forget this because I was trying to learn list since 2 week's and I saw this video and I just learnt it in 10:00 min you're excellent keep it up
@sambadramesh9470
@sambadramesh9470 5 жыл бұрын
Nice teaching sir... Thanks a lot...
@debidattapattnaik8479
@debidattapattnaik8479 5 жыл бұрын
Hi Navin, Your examples and procedure to teach is really very good. If you can provide some assignments in end of every video based on the current topic or previous topic then it will be awesome. It will allow people like us to explore more and more. Thanks for your time and effort for this tutorial.
@SOMABISWAS-lt9bn
@SOMABISWAS-lt9bn 3 жыл бұрын
You are a great teacher. I love the flow in which you teach.
@chandraforyou6461
@chandraforyou6461 2 жыл бұрын
I finally got a awesome teacher , i clearly understood each and every topic and point ... Thanking you a lot sir
@sangampunmagar5851
@sangampunmagar5851 5 жыл бұрын
awesome video sir! I'm getting your videos easily without any problems Thank you so much for these python playlist Love from Nepal
@janveerajput2418
@janveerajput2418 3 жыл бұрын
The best and important thing in ur videos is that u teach in a so much amazing and lively way. And make students to take it interesting. Thanks a lot!
@intelligentbrahman1572
@intelligentbrahman1572 3 жыл бұрын
are u student??.............if yes then in which standard u r?
@davidwangonjo2041
@davidwangonjo2041 2 жыл бұрын
I love your passion and how easily you explain this. Blessings upon you.
@deepikavenkatachalam9821
@deepikavenkatachalam9821 2 жыл бұрын
Such a wonderful session where the entire core of python can be learned... Grt sir!
@sparklyn9642
@sparklyn9642 3 жыл бұрын
Your teaching is remarkable wish I had a teacher like you in my school. :)
@subhamdey5472
@subhamdey5472 3 жыл бұрын
I have just started my BCA course . So ,i wanted to learn more about the different computer languages other than java becoz till now only java was known to me and i choose to learn python . Finally i got the best teacher on KZbin for python . I love your way of teaching sir.🤩 Thanks u for this videos.
@shirishagalanagari1634
@shirishagalanagari1634 3 жыл бұрын
Sir , plzz tell which app is good for practicing python in our mobiles
@varunhegde7097
@varunhegde7097 3 жыл бұрын
great video, so far this series has been fun and easy to learn ,thanks for the knowledge
@krns28
@krns28 5 ай бұрын
It's surprisingly fun to follow along with what you do in these, thanks for all your hard work on the course!
@riya376
@riya376 4 жыл бұрын
Your teaching is really awesome 👌 sir Thanks for helping me in learning phython in a very easy way🙂🙂
@monalisapani1488
@monalisapani1488 5 жыл бұрын
List of python seems to be easier as we go through your explanation Sir. No matter how dry the topic might be, you however bring interest and teach to the fullest.
@akankshajha3236
@akankshajha3236 3 жыл бұрын
thank you so much sir! i never thought programming could be so much fun!
@shankargope2475
@shankargope2475 8 ай бұрын
Really appreciate your efforts and I am really amazed learning python under your guidance in KZbin❤. The way of your teaching and style with which you have delivered the contents makes the learning and implementation much easier 👍. Thanks a lot.
@abhilashdevarakonda5991
@abhilashdevarakonda5991 5 жыл бұрын
basics=['int','float','variables'] basics.extend(['list','append','remove','pop','sum','min','max']) print("waiting for next video.. thank you sir")
@HarrisTheHypnotist
@HarrisTheHypnotist 4 жыл бұрын
namaste aap kaise hain
@LRayanVideos10
@LRayanVideos10 4 жыл бұрын
Your content is amazing and I am really enjoying this series! One question though, you explained how to sort the numbers from smallest to largest. Can we do the opposite? Is there a function for sorting the numbers from largest to smallest?
@ishaanapte6570
@ishaanapte6570 2 жыл бұрын
i don't understand why he calls us aliens 😂😂😂
@jothibbadni7389
@jothibbadni7389 Ай бұрын
True
@MEMESINCOGNITO0
@MEMESINCOGNITO0 Ай бұрын
​@@jothibbadni7389😂
@MEMESINCOGNITO0
@MEMESINCOGNITO0 Ай бұрын
Am The only alien here 😂
@JOYALmp1
@JOYALmp1 Ай бұрын
😂
@lamaspacos
@lamaspacos 25 күн бұрын
😂
@akarshithanagaraj9377
@akarshithanagaraj9377 Жыл бұрын
No words to appreciate you sir, I'm not able to convey how much ur lectures are helping me, thank you do much 🙏😄
@nidhisoni4406
@nidhisoni4406 2 жыл бұрын
accidentally I saw your python 1-hour introduction video on which you explain everything in a short time. from that day I believe that only u r the one who teaches me programming in a very efficient manner. thank u so much to provide this type of precious content and the best explanation .
@basubs1136
@basubs1136 3 ай бұрын
Did u learn python?
@mdmakadia6904
@mdmakadia6904 3 жыл бұрын
I can't believe that I can learn coding in such an easy and fun way . Thank you so much sir
@oghenekevbeegume2443
@oghenekevbeegume2443 3 жыл бұрын
From the bottom of my heart, I want to say a very big thank you
@ronnyxd04
@ronnyxd04 3 жыл бұрын
Navin u r amazing brother . So much knowledge free of cost and so easy to understand . God bless you brother
@chinmaydas4053
@chinmaydas4053 5 жыл бұрын
Nice sir.. We want another great series of vedios on python, flask, Django etc as you have done the best java vedios series.. core, advanced java, servlet, jsp, spring etc on youtube.. Lots of love and respect for you sir 🙏🙏...
@chinmaydas4053
@chinmaydas4053 5 жыл бұрын
Thank you deepak..
@9yearsago507
@9yearsago507 2 жыл бұрын
I am 16 and i am watching it as entertainment
@zarakikenpachi1773
@zarakikenpachi1773 3 жыл бұрын
Hi, Navin. Thank you so much for taking the efforts of making this masterpiece of a tutorial. It's really helpful. I had a small ask though. You did mention about the python documentation which I believe is available online. However could you please suggest any book, that I can refer to as an absolute beginner, alongside your videos. I would really appreciate your suggestion. Have a great day. Stay safe.
@shivanip5558
@shivanip5558 3 жыл бұрын
I loved lecture can u also please add excise part at the end of the session so that we can try and practice on our own wt u have taught 😊
@DFogarty1985
@DFogarty1985 4 жыл бұрын
I just wanted to let you know that I really appreciate your teaching methods and skill. It feels to me as if the vast majority of Python tutorials from other educators tend to be far longer than they need to be, and I’ve been looking for a channel like yours, that simply delivers the content in a straightforward and concise manner. I honestly feel that, in pursuing your dedication to maintain brevity while preserving accuracy, you’re facilitating the growth of many who possess potential to contribute to the Python community, but may have otherwise abstained from learning Python altogether due to that arbitrary wall created by the unnecessary length of other educators’ lessons. Keep up the great work, and thank you so much (aaand yep, the irony doesn’t fall short on me in that I myself could have probably said all of that in a fraction of the words that I used)!
@aakashnarayanan8993
@aakashnarayanan8993 4 жыл бұрын
ok...this makes me want to learn the english language all over again. any idea where i could find a course for that? XDXDXDXDXD
@supernova7683
@supernova7683 Жыл бұрын
A
@vishwaskalani9516
@vishwaskalani9516 3 жыл бұрын
an interesting fact that when we instruct python with something like nums [2:1] then it does not give an error instead gives empty square brackets
@usaid7208
@usaid7208 3 жыл бұрын
I didn't even know that learning python will be so easy because you are a great teacher and I am loving learning python thank you so much sir
@kadirilavanyareddy6033
@kadirilavanyareddy6033 Жыл бұрын
I have started learning python...nd it's looks very curious that may be cause of u r teaching style...it's very impressive Navin gaaaruuuuu
@sai5602
@sai5602 4 жыл бұрын
I am learning python during carona hoildays... Thanku very much for teaching in such a enjoyable way
@mayurgadhiya3964
@mayurgadhiya3964 4 жыл бұрын
Me to (that's Rather Better than Using Shit TikTok or Other apps)
@mayurgadhiya3964
@mayurgadhiya3964 4 жыл бұрын
@Il Fantino I never Use Discord I haven't Experience on discord But I know Very well Telegram that's Too good Platform (but will try Discord)
@mayurgadhiya3964
@mayurgadhiya3964 4 жыл бұрын
@Il Fantino yup @mayurgadhiya12 TG
@mayurgadhiya3964
@mayurgadhiya3964 4 жыл бұрын
@Il Fantino yes Why Not ! :)
@mayurgadhiya3964
@mayurgadhiya3964 4 жыл бұрын
@Il Fantino okay I will Check It
@mayurgobade9519
@mayurgobade9519 5 жыл бұрын
i Watching all your videos of PYTHON and because of you only i get job in PYTHON thanks
@ananyamahapatra6597
@ananyamahapatra6597 5 жыл бұрын
Hello....do we need to learn data scien/machine learning along with python to get a job in python?
@rajnandani4789
@rajnandani4789 2 жыл бұрын
Sir you are mind-blowing ,the way of your teaching while learning I'm always feeling enthusiastic and curious for new further topics😃😃
@reetupandey5313
@reetupandey5313 Жыл бұрын
Hi Navin, I am really enjoying your sessions. I am learning it very easily. Thank you
@somasekharpandeti4435
@somasekharpandeti4435 2 жыл бұрын
name="Telusuko" Print ( name[-3]) Answer is :- s Because the index values of the word telusko is 0,1,2,3,4,5,6 The return index values are -1,-2,-3,-4,-5,-6,-7 The the integer -3 corresponds at letter s So the answer is s
@saiabhishek53
@saiabhishek53 2 жыл бұрын
No, it's "S" ig, because negative index start from end of the list i.e.., [....,-3,-2,-1].
@divyanshukothari8024
@divyanshukothari8024 2 жыл бұрын
Its u not s
@manasshetty1874
@manasshetty1874 2 жыл бұрын
@@divyanshukothari8024 He spelt it wrong
@ShivamRajput-dp7pu
@ShivamRajput-dp7pu 4 жыл бұрын
According to me ,this is the best tutorial s for python course ....
@rose-xw1hx
@rose-xw1hx Жыл бұрын
Sir ,i have started learning python classes because of my subject.thank you for explaining clear i think it's very interesting.
@sureshraghavan4478
@sureshraghavan4478 2 жыл бұрын
your presentations are so easy to understand and thank you for making it FREE :)
@monalisapani1488
@monalisapani1488 4 жыл бұрын
Navin Sir = ['Awesome ','Superb', 'Wonderful'] Navin Sir >>>'Awesome', 'Superb', 'Wonderful'
@dineshbh3837
@dineshbh3837 4 жыл бұрын
It should be on square brackets [ ]
@poulamy29
@poulamy29 4 жыл бұрын
@Dinesh 😅
@abhishekthakur1078
@abhishekthakur1078 3 жыл бұрын
We are understanding very easily
@aswingm9246
@aswingm9246 2 жыл бұрын
I really have zero knowledge in python sir. This is very new to me since I was from biology background. I thought it would be hard but after watching ur videos I really enjoyed it. I could able to understand it very well. Thankyou so much sir
@Manishsingh-uw5mo
@Manishsingh-uw5mo 3 жыл бұрын
For the first time in my life i understood what syntax really means. Thank you.
@biyagirmahirpo4377
@biyagirmahirpo4377 4 жыл бұрын
my fist time to learn programming language . I am lucky i got such good Sensei
@darealcryzal6090
@darealcryzal6090 3 жыл бұрын
i guess ur watching a lot of anime buddy :)
@hamzahafeez9815
@hamzahafeez9815 5 жыл бұрын
name="Telusko" print(name[-3]) answer is "S"
@preetiupadhyay2785
@preetiupadhyay2785 Жыл бұрын
I was not comfortable to learn the python in english but your way of presentation and the examples a love it sir thankyou for your this efforts 🥰🥰
@gayatrikruthiventi7273
@gayatrikruthiventi7273 Жыл бұрын
loved ur explanation sir .. im very new to learn these all... thanks a lot for helping many members like us to learn new things
@raghupeddakapula2463
@raghupeddakapula2463 5 жыл бұрын
Sir, in c language we should write code for finding min, max, sort in arrays.Don't we require code in phython ?
@zavier9788
@zavier9788 3 жыл бұрын
Yes bro we don't require writing individual codes when we use lists. Even I was surprised when I discovered this fact from Navin.
@sathyaprasanna8457
@sathyaprasanna8457 4 жыл бұрын
name = Telusko print (name[-3]) output : s
@cryptocyberspace5252
@cryptocyberspace5252 4 жыл бұрын
The result is okay...
@lakshkaushik6366
@lakshkaushik6366 4 жыл бұрын
Sahi to hai
@richasharma681
@richasharma681 4 жыл бұрын
aint this giving you an error !........ cuz, 'name' is string , its enclosed within inverted commas ..
@PramodJadhav510
@PramodJadhav510 4 жыл бұрын
@@richasharma681 Great catch..!!
@friendlychannel100
@friendlychannel100 4 жыл бұрын
@@richasharma681 Nope it works fine
@kvnp9683
@kvnp9683 Жыл бұрын
Man... you are doing some really awesome job...
@divyajoshi30
@divyajoshi30 2 жыл бұрын
Superb... He explains concepts with such an ease ..
@aayushkhadka6942
@aayushkhadka6942 4 жыл бұрын
Still in 2019 december
@pawnage3
@pawnage3 2 жыл бұрын
Just watched this video again. Thank you Mr. Reddy!
@meenuvinod7007
@meenuvinod7007 3 жыл бұрын
Alot of information presented in a very simple and understandable way. Thank you.
@joestephendsilva2844
@joestephendsilva2844 3 жыл бұрын
Hi Navin! The options for the functions of list does not pop up even after pressing clt+space in python 3.8 version? Any other alternative?
@ynsp7422
@ynsp7422 3 жыл бұрын
it does not work in python 3.9 too i have the same problem
@kurii_ii
@kurii_ii 3 жыл бұрын
8:48 ..my reaction after every program I write😂😂
@weebsLover
@weebsLover 3 жыл бұрын
Same bro
@MrKneeah
@MrKneeah 3 жыл бұрын
same bro.
@gerishsingh46
@gerishsingh46 3 жыл бұрын
Lol😂😂
@Basavadi_Sharanaru
@Basavadi_Sharanaru 2 жыл бұрын
The way of your teaching method is absolutely fine sir, you are awesome👌👍
@mayankagarwal4054
@mayankagarwal4054 3 жыл бұрын
Thanks sir, now I can fullfill my dream of learning python
@bharathreddy693
@bharathreddy693 Жыл бұрын
sir i am not getting that popup even if i tried ctrl+space 5:47 please help me out
@darvatkarjatin7752
@darvatkarjatin7752 4 жыл бұрын
I am not able to see the function window which appears by control+
@HashMagician
@HashMagician 4 жыл бұрын
me too :(
@HarpreetKaur-ks6th
@HarpreetKaur-ks6th 4 жыл бұрын
I too also not getting please help me
@joseotero9197
@joseotero9197 4 жыл бұрын
Have you figure how to get the pop up menu option?
@rootof3vil
@rootof3vil 4 жыл бұрын
Me too
@n7s134
@n7s134 4 жыл бұрын
i think if you create a new file by going to File->new file or "ctrl+N" then so long as new file is open then the autocomplete popup will work. also in options->configure idle you can set the time delay before popup appears.
@HarshSamosa
@HarshSamosa 3 жыл бұрын
salute to you. you changed my programming mind and made me interested in python. thanks
@asherhabib5276
@asherhabib5276 3 жыл бұрын
looks like I'll also get balled after learning all this btw thanks, I have exam tomorrow and this is simplest and easiest way of learning I found till now
#6 Python Tutorial for Beginners | Tuple | Set in Python
6:41
Dictionary in Python
12:24
Telusko
Рет қаралды 1,3 МЛН
where is the ball to play this?😳⚽
00:13
LOL
Рет қаралды 14 МЛН
Не пей газировку у мамы в машине
00:28
Даша Боровик
Рет қаралды 10 МЛН
Python for Beginners - Learn Python in 1 Hour
1:00:06
Programming with Mosh
Рет қаралды 16 МЛН
How to Use Lists in Python
18:49
Programming with Mosh
Рет қаралды 283 М.
#4 Python Tutorial for Beginners | Variables in Python
10:22
Telusko
Рет қаралды 3,1 МЛН
P_32 List in Python and List Functions | Python Tutorials for Beginners
29:01
Jenny's Lectures CS IT
Рет қаралды 129 М.
#63 Python Tutorial for Beginners | Exception Handling
15:59
Telusko
Рет қаралды 490 М.
#11 Python Tutorial for Beginners | Operators in Python
11:07
Telusko
Рет қаралды 1,2 МЛН
5 Useful Dunder Methods In Python
16:10
Indently
Рет қаралды 47 М.
Он Отказался от БЕСПЛАТНОЙ видеокарты
0:40
ЖЕЛЕЗНЫЙ КОРОЛЬ
Рет қаралды 2 МЛН
A4 Reset to zero
0:26
STYLE YT
Рет қаралды 16 М.