Python Tutorial for Beginners 4: Lists, Tuples, and Sets

  Рет қаралды 1,559,787

Corey Schafer

Corey Schafer

Күн бұрын

Пікірлер: 1 100
@anismatar
@anismatar 7 жыл бұрын
There is something in the way you talk that makes information very accessible and easy to follow up and flows with the screen, it is a rare gift that most instructors lack.
@coreyms
@coreyms 7 жыл бұрын
Thank you!
@tuatarian6591
@tuatarian6591 7 жыл бұрын
I would have to agree. His way of speech corresponds well to the action on-screen
@marshwetland3808
@marshwetland3808 6 жыл бұрын
So rich, and no fumbling around. (Booby aside).
@tuatarian6591
@tuatarian6591 6 жыл бұрын
yeah, and he speaks decently fast and consice
@jainanan911
@jainanan911 6 жыл бұрын
Word!
@ayushkishor3207
@ayushkishor3207 5 жыл бұрын
You're a natural instructor/ teacher. You are so specific and clear. Even in 2020, This is one of the best free courses on Python all over KZbin
@ricky8466
@ricky8466 4 жыл бұрын
That's the fact and i'm love it
@subhankarhotta7094
@subhankarhotta7094 4 жыл бұрын
in 2021 as well. :D
@flossdojo5151
@flossdojo5151 3 жыл бұрын
@@subhankarhotta7094 ye
@janeyyz
@janeyyz 3 жыл бұрын
I wish you can be my teacher
@santoni_
@santoni_ 3 жыл бұрын
Even in 2022!
@505371
@505371 4 жыл бұрын
I regularly come back to these videos to remind myself of the basics of python. You're doing us all a huge service!
@SkateAs10
@SkateAs10 3 жыл бұрын
True that! I'm not even a Python beginner and know what these things are, but his videos let me polish my knowledge and I also glean some useful tricks.
@mr.someone5679
@mr.someone5679 8 ай бұрын
Yes sir!
@totehalomy
@totehalomy 7 жыл бұрын
This is by far the best online python course out there. you really saved me, thanks.
@coreyms
@coreyms 7 жыл бұрын
Thanks! Glad the videos helped.
@mikeprincivil7615
@mikeprincivil7615 5 жыл бұрын
@@coreyms how do you comment out multiple lines?
@xmanlavan
@xmanlavan 5 жыл бұрын
@@mikeprincivil7615 ctrl + /
@mikeprincivil7615
@mikeprincivil7615 5 жыл бұрын
@@xmanlavan thanks
@aquaman788
@aquaman788 4 жыл бұрын
Also totally free lectures in KZbin
@tuzaguilar4201
@tuzaguilar4201 Жыл бұрын
6 yr old video and still as clear as day. You are a good teacher. Thank you!
@Lord_Volkner
@Lord_Volkner 2 жыл бұрын
I tried a different tutorial series before this one. The guy kept his head as big as he could and it was always blocking the code. He had massive amounts of filler chat, repeating the same lame jokes every single video, just fluff to pad the time. What a breath of fresh air this series seems to be. No head blocking the code in every video. No BS or stupid jokes, just straight to it every time. Well done!! Love the format here.
@Trippykiyay
@Trippykiyay 2 жыл бұрын
It’s 2022 and this is still the best free Python course I have come across. I always recommend your course to anyone who wants to learn Python. Thank you 🙏
@unknownnaanu
@unknownnaanu 4 жыл бұрын
Quick notes List = mutable Remove,pop,insert,append,extend,join,split,max,min,sum,sorted,sort Tuple= immutable Sets= used as membership checker Doesn't allow duplicate data Union, difference, intersection
@chronosVR.2763
@chronosVR.2763 2 жыл бұрын
dictionary: variables with extra steps
@SatishKumar-SKP
@SatishKumar-SKP Жыл бұрын
'tuple' object has no attribute 'append' why this error?? can you help?
@im_shrey
@im_shrey Жыл бұрын
@@SatishKumar-SKP you cannot make changes to tuple because its immutable. Try using that method with list it works fine.
@Llkc60
@Llkc60 4 жыл бұрын
this course is pure gold, if you are picking up python with a programming experience you can ezily get to programming level within a week. Thank you for your work
@mephisto2348
@mephisto2348 5 жыл бұрын
Wow, 2 years old and still the best beginner python tutorial I could find. You obviously enjoy what you do, and it shows. Thanks for all your hard work.
@zakthayer9315
@zakthayer9315 3 жыл бұрын
2 more years later and still true
@NadavAlgrably
@NadavAlgrably 3 жыл бұрын
I Really doubt he's 2 years old or 4 for that matter sounds like a grown up adult
@evrosidwa2801
@evrosidwa2801 3 жыл бұрын
@@NadavAlgrably That's my kind of humor
@kalpeshchaware5833
@kalpeshchaware5833 10 ай бұрын
@@zakthayer93152 more years later and still true
@Clockie
@Clockie 4 ай бұрын
7 years old*
@ashwin1698
@ashwin1698 6 жыл бұрын
By far many Python tutorials are available in the internet,Like Coursera python courses, Udemy, Learning python the hard way, many other blogs and Vlogpresented by many individuals and companies, with all due respect to all the tutorials given by Corey Schafer is simple and to the point. Anyone willing to learn Python(programming) going through Corey Schafer's tutorials will give you happiness. Thank you Schafer!.
@Shiva-zy7jq
@Shiva-zy7jq 5 жыл бұрын
List : 0:00 Tuple : 20:05 LIst : 23:34
@kiranp45
@kiranp45 4 жыл бұрын
u mean to say sets???
@parcyvale1017
@parcyvale1017 4 жыл бұрын
thanks
@mariekorthuis5308
@mariekorthuis5308 4 жыл бұрын
God bless you
@AlejoJuares
@AlejoJuares 4 жыл бұрын
thank you
@wbelsom
@wbelsom 3 жыл бұрын
Corey, you are a great teacher. Your concern that your student understands the concepts comes through. I have tried many online courses on Python and yours is head and shoulders above the rest. Thank you.
@menatoorus5696
@menatoorus5696 5 жыл бұрын
I've searched the youtube thick and thin for python tutorials for a week by now. These are the best ones indeed. Thank you my Great Guru.
@Ridistrict
@Ridistrict 6 жыл бұрын
Out of everything I've tried so far (Treehouse, LPTHW, Udemy, Udacity, ATBS) -- your course has already helped me understand certain concepts that wouldn't click using other methods. I can't thank you enough for this course. I thought options that cost money would have meant more in-depth/higher quality, but you explain just the right amount of info in just the right way. It's incredible to me that it's taken so long to find something that really provides the right information. Thank you so much.
@coreyms
@coreyms 6 жыл бұрын
Thanks!
@obinnavitalis5972
@obinnavitalis5972 2 жыл бұрын
This is my first time coming across the set methods of intersection, union and difference. I don't regret spending my weekends on your page man.
@sd-aseekerdas9275
@sd-aseekerdas9275 4 жыл бұрын
Thats a sign of a great teacher Understood everything without putting any effort
@tahirsultanov8935
@tahirsultanov8935 6 жыл бұрын
There a lot of professional programmers, but not all are good teachers. You are a great teacher too! So easy to follow up!!! Thanks a lot!!!
@shreyaschavhan5522
@shreyaschavhan5522 2 жыл бұрын
+ Slicing: 2:33 ==> courses[-] ==> courses[:] ==> courses[:] ==> courses[:] + Methods: 5:18 ==> .append() ==> .insert(, ) ==> .extend() ==> .remove() ==> .pop() ==> .reverse() ==> .sort() ==> .sort(reverse=True) ==> sorted() ==> min() ==> max() ==> sum() ==> .index() + Looping: ==> for index, value in enumerate() : 16:50 ==> for index, value in enumerate(, start=) + Methods again: 18:50 ==> ''.join() ==> .split() + Sets Methods: 26:00 ==> .intersection() ==> .difference() ==> .union()
@hashmatmohmand1135
@hashmatmohmand1135 4 жыл бұрын
This is my first ever comment on youtube and I could not stop myself but to thank you for making such an informative and simple video on lists, tuples, and set.
@ashleyclarke1343
@ashleyclarke1343 6 жыл бұрын
Thank you so much for making these videos. I have watched multiple tutorials and taken multiple course sera classes and your explanations are by far the best. Very clear and concise with perfect examples.
@itsoktobewhite6377
@itsoktobewhite6377 2 жыл бұрын
I pulled up this vid to better understand the difference between lists, tuples, and sets. Ended up watching the whole thing and learned a bunch! Thank you Corey. 🙏
@artmcclure637
@artmcclure637 7 жыл бұрын
Bunch of python videos out there, but yours is the easiest to follow!
@shaqayeqeskandari1142
@shaqayeqeskandari1142 4 жыл бұрын
I attended 2 python workshops, but none of them was as helpful as this tutorial. You are a natural teacher !!👌
@boniaditya
@boniaditya 6 жыл бұрын
The flow of information is natural, one step builds over the next in a natural fashion, you know like a simple short story or a novel. I type them with ease, like i am typing some article or email. Thank you for designing them perfectly. I never stopped in between to think what the last few seconds meant, they are so natural! Please create tons of tutorials, make thousands of them! I am addicted to them! Also please take up one full project i.e. one module after the next and explain it. Or please add a reverse engineering video where you break down a GIT HUB project from its roots, till the app is made. Well if it sounds dumb, please don't mind and ignore whatever I typed till now!
@ronnetgrazer362
@ronnetgrazer362 6 жыл бұрын
I completely agree with all the praise, and fully support the idea of inspecting a finished project, explaining the inner workings in a general way, highlighting relevant code without spelling out every single line. It would give the book-shy novice a step up from simple examples when they're ready to work on their own scripts.
@jonathanhutchinson5649
@jonathanhutchinson5649 4 жыл бұрын
Corey, I have to say that listening to you teach Python is just a pleasure. Thank you for this great resource that is broken down so manageably without being too slow nor difficult to follow. I only wish that there had been anyone to teach computer science at my school, let alone somebody who can explain it as well as you.
@vincelouse4409
@vincelouse4409 4 жыл бұрын
I'm very glad I found this tutorial series. I do have former experience in other languages I believe the transition will be very easy given you've done an amazing job explaining so far. By far the best series I've found.
@brittanygentry5911
@brittanygentry5911 2 жыл бұрын
I really like how you explain the errors you might get while running the programs, super helpful. loving this series
@divyanshagarwal993
@divyanshagarwal993 6 жыл бұрын
This is hands down the best python tutorial for beginners available on KZbin. To the point explanation,clean,pleasant voice. Keep up the good work!
@팍준하
@팍준하 4 жыл бұрын
Appreciate and admire your work of making coding education accessible to all people on youtube. Thanks from South Korea.
@felosio
@felosio 4 жыл бұрын
This video is much more useful and details rather than on those online pay classes videos. Thumbs up for me!
@ProtonChicken
@ProtonChicken 7 жыл бұрын
After coding with Java for about four years now, I figured it's good to learn some other languages and I just found myself saying "Wow" the whole time I watched this video. I'm watching you do things in single lines of code that would take at least two in Java.
@jonathandanielchannel
@jonathandanielchannel 5 жыл бұрын
@@Alec____ it would take multiple lines over multiple files with templates and probably a whole day work for a noob in one python line. C++ is for that reason becoming a shitty language, its better to use C when you need to use a low level language but thats just my (and linus torvalds) opinion
@roobiki4494
@roobiki4494 4 жыл бұрын
@@jonathandanielchannel i've been saying this for a decade!
@vdns477
@vdns477 4 жыл бұрын
@@jonathandanielchannel These arguments are so silly that its actually funny that you put yourself next to linus. Let me just say that Linus has been talking about kernel development with C++ and how C is superior. On the contrary, C++ is used in almost every critical application, from big companies like Google in order to speed up the queries, to AAA games, to hardware programming etc.
@longkong7506
@longkong7506 4 жыл бұрын
@@vdns477 Google uses nearly every fucking language, and sane people prefer C over C++ for hardware programming
@jackaubrey8614
@jackaubrey8614 4 жыл бұрын
@@vdns477 RUST, anyone? :)
@RiftWarth
@RiftWarth 4 жыл бұрын
Hands down probably the best online Python course! You're very clear in your explanation. Everything so far is easy to digest. And thank goodness you don't speed run through these tutorials! Thank you for these tutorials. The internet greatly appreciate them :-)
@jingliu2346
@jingliu2346 5 жыл бұрын
I love all your Python courses!!! You are the best!!! I feel so lucky to know you on KZbin and you get many of my Python issues clear. THANK YOU!!!
@LonelyJester
@LonelyJester 6 жыл бұрын
ive been learning python for quite a bit now, and even took a short course on it but wow dude I learned so much from just this video. All of these functions are awesome!!
@jelmersijbranda8974
@jelmersijbranda8974 6 жыл бұрын
what version is this?
@GuineaMc
@GuineaMc 3 жыл бұрын
You are an amazing instructor I've never seen any person as good as you explaining Python!
@ilustrado7291
@ilustrado7291 6 жыл бұрын
Straight to the fucking point. I love your tutorials! So happy I clicked on our crash course in a sea of options.
@jathinshashwathchitikena7288
@jathinshashwathchitikena7288 3 жыл бұрын
curse word alert
@samhouston2000
@samhouston2000 6 жыл бұрын
You are awesome for old timers like me, don't need basics just syntax explanations been there and done pretty much everything. Excellent. Keep it up.
@umarhussain1089
@umarhussain1089 7 жыл бұрын
A few hours ago I didn't know how to write a basic line of code, now I'm able to sort and refine small lists and data. thanks for this really enjoyed your tutorials will have to buy you a coffee mate
@coreyms
@coreyms 7 жыл бұрын
Awesome! Glad to hear you're making progress so quickly. Keep up the good work.
@evil001987
@evil001987 7 жыл бұрын
It is really interesting that it took us months in high school to learn have to make a sorting algorithm in c++. In python you just write sort...
@retiredshitposter1062
@retiredshitposter1062 7 жыл бұрын
Schooling is very ineffective when it comes to speed of implementation, it's more about learning every single aspect of something, even though you'll never need most of it.
@frosty1766
@frosty1766 2 жыл бұрын
I know this is a 4 year old video but you’re so much better then 99% of the coding tutorials on here, everyone else writes at a mil mph and doesn’t explain what anything does
@lirauno8903
@lirauno8903 Жыл бұрын
I'd just like to update that now there's a simpler way to get the same result as union, intersection and difference have. So let's say we have 2 sets: a and b. Instead of a.union(b) now you can just type a | b. a & b for intersection. a - b for difference (just remember that a - b ≠ b - a) also a ^ b for symmetric difference (it'll only get the items that don't repeat themselves in both sets) Hope it helps :)
@hernanpalacios6548
@hernanpalacios6548 8 ай бұрын
the quality of this videos is unmatched, you sir, have a gift. And we thank you for your time to share it with us
@MrWardo2009
@MrWardo2009 6 жыл бұрын
Thank you for this video Corey! You are one of the best Python teachers on youtube.
@mahshidpooladvand8502
@mahshidpooladvand8502 Жыл бұрын
You are such a gifted teacher, Corey. Much respect for you.
@SimplyMe2010100
@SimplyMe2010100 6 жыл бұрын
Thank you so much. This is the best Python course so far I've ever seen! Much appreciate it!
@coreyms
@coreyms 6 жыл бұрын
Thanks! Glad it helped!
@kelleywooten1712
@kelleywooten1712 4 жыл бұрын
Please Keep Making These Tutorials, Corey you make it so easy to comprehend...
@pslovelife6
@pslovelife6 6 жыл бұрын
Thank you for such wonderfully explained videos. If you could also provide with some form of assignments which the students can use to practice after going through the videos on their own. That will help them to clear all the lessons that you have taught in every videos. Just a feedback to make it more effective. You are the most wonderful tutor for Python on KZbin. Glad my friend recommended me and I have recommended it to few of my friends. They appreciate it too!!
@chriswithyou
@chriswithyou 4 жыл бұрын
Very underrated python teacher. You are really gifted and a rare gem in this industry
@owengao7134
@owengao7134 4 жыл бұрын
This is very great i couldn't find anything like it on youtube.
@ashimanazar1193
@ashimanazar1193 4 жыл бұрын
Hey, I love you, Corey. This is the best python tutorial ever. Your videos deserve a lot more viewers.
@thatoneuser8600
@thatoneuser8600 5 жыл бұрын
1:00 - Lists 22:03 - Tuples 23:35 - Sets
@thatoneuser8600
@thatoneuser8600 5 жыл бұрын
Avi Vohra neeba u wot m8?
@dosbolalyakbarov3205
@dosbolalyakbarov3205 5 жыл бұрын
God bless you m8
@sank1388
@sank1388 4 жыл бұрын
Trust me , I have been switching python playlists in various channels until I landed here... really simple to understand and clearly explained
@rokkistart
@rokkistart 7 жыл бұрын
THE BEST I HAVE EVER SEEN !
@1exsto
@1exsto 6 жыл бұрын
No yt tutorial for Python have explained so much commands as yours... Finally I can see this infinite of possibilities waiting for discover not just print("")... No, seriously great job, your tutorial really helps to understand what's going on in Python.
@coreyms
@coreyms 6 жыл бұрын
Thanks! Glad they helped!
@Zaguzah
@Zaguzah 6 жыл бұрын
Massive upvote for the Oxford comma in the video title! But seriously...great video!
@yessir.7937
@yessir.7937 6 жыл бұрын
Anyone who has at least had a little bit of education should be aware of that, no?
@astrix8812
@astrix8812 6 жыл бұрын
@@yessir.7937 no no
@yessir.7937
@yessir.7937 6 жыл бұрын
@@astrix8812 double negative = positive.
@astrix8812
@astrix8812 6 жыл бұрын
@@yessir.7937 yep correct xD
@scienceguys9317
@scienceguys9317 4 жыл бұрын
I have been taking online python classes for months but none of them proved as effective as your explanations. I was about to give up on python but I am very glad that I found your channel :) Thank you for the tutorials!
@AmitSharma-sp4dm
@AmitSharma-sp4dm 7 жыл бұрын
Hey Corey, by far the best python tutorials. Can you refer me some problems for practice.
@coreyms
@coreyms 7 жыл бұрын
If you're looking for some quick problems to solve on a daily basis, then I would recommend signing up on a site like codewars or something like that. If you want longer questions with detailed answers then I would recommend a book like Cracking The Coding Interview. Great questions in there to practice. I'll put a link to it here: amzn.to/2iMjZRL
@mridulmacdu
@mridulmacdu 7 жыл бұрын
Hyy brother Amit Sharma could you help me out there to find out the internship or job for fresher in Python.
@undefinedinstrument
@undefinedinstrument 6 жыл бұрын
codewars is fun, thanks for the suggestion :)
@AlexMar-r
@AlexMar-r 4 жыл бұрын
Jesus such an excellent teacher , I spend like $15 on udemy for a guy that barely speak English giving a class , it was so hard to understand , with you it's so easy . Thank you !
@worldofgavin2999
@worldofgavin2999 6 жыл бұрын
These videos are soooooo good you are a blessing thanks you so much.
@deenovita154
@deenovita154 5 жыл бұрын
I subscribed this channel and have no regret. Corey explain everything clear and easy to follow. I love this!
@abdullahyaqoob3741
@abdullahyaqoob3741 5 жыл бұрын
good job, the first time I can see the advantage of Sets. keep it going
@demolazer
@demolazer 3 жыл бұрын
I wondered what the point of them was for quite a while lol
@dadasajad8741
@dadasajad8741 3 жыл бұрын
Even though you speak faster, but you have got something in your voice that's easily catchable. Just to note, I am not native English speaker as well. But understanding every thing you say in one time. You are the best, my friend and Sir Corey Schafer. Love from Dada, University of Essex.
@antoniopezzella2174
@antoniopezzella2174 Жыл бұрын
Asked Chatgpt to link me to the best course to learn Python, here I am.
@sarithabeema9859
@sarithabeema9859 Жыл бұрын
lol me too
@mysslei7298
@mysslei7298 Жыл бұрын
same!
@debajyotibhatta3099
@debajyotibhatta3099 Жыл бұрын
Same!
@deepworld3044
@deepworld3044 Жыл бұрын
Bro😂 me too i think this person make chatgpt work for him 😂😂lol😂😂
@navi__tha
@navi__tha 10 ай бұрын
Same bro😂
@supermalavox
@supermalavox 3 жыл бұрын
Nice video! I like the way you verbally explain what you are doing. For a blind person learning how to program it is great! Thanks!
@jamesblock8384
@jamesblock8384 4 жыл бұрын
The only thing I would maybe still mention is the ability to do something like list_2 = list_1,copy() as an option. That way you get all the methods of a list and ability to alter list_2 without affecting list_1. Similar to how you would use the spread ( ... ) operator in javascript. Just keep in mind there's pros and cons to doing this. Mainly, that list_1 is still mutable and maybe you'd like it to be immutable. You can also typecast between list, sets, tuples using the respective methods list(some_iterable) tuples(some_iterable) and set(some_iterable). I know the video was getting kinda long but I think this rounds out the video a little more. Cheers, thanks for the tutorials.
@rchlmdn83
@rchlmdn83 3 жыл бұрын
.copy() not ,copy()
@sndselecta
@sndselecta 4 жыл бұрын
Im not a beginner python programmer any more (prolly cuz of u) but I watch your videos like a netflix teleseries every time and am still amazed.
@bizzle350
@bizzle350 7 жыл бұрын
Corey. You're perfect! Thank you!
@adikelkar4
@adikelkar4 7 жыл бұрын
Coming from PHP and java background, I must say python seems fairly easy to learn and your teaching method is perfectly spot on. Thank you so much for this series sir!
@palipanther8210
@palipanther8210 5 жыл бұрын
Corey dude like thank you so much im catching on pretty quick
@davidbrock3716
@davidbrock3716 Жыл бұрын
You are amazing - Best series I have come across so far!! Keep up the good work
@hussainroker8969
@hussainroker8969 7 жыл бұрын
By far the best video i have seen all info nothing else
@prabhupavanadabala5009
@prabhupavanadabala5009 Жыл бұрын
The flow of information is natural and it is easy to understand and practice, This is the best Python Course, Thank you for the free course...
@p.saiharikrishna4280
@p.saiharikrishna4280 7 жыл бұрын
Awesome videos! Crystal clear! Do you have any plans to make R programming lang videos too..??
@cirolmendes10
@cirolmendes10 2 жыл бұрын
Best Python beginner's tutorial ever!! Congrats!!
@shadow6814
@shadow6814 6 жыл бұрын
Thank God I found this, in second year and my Prof for python isn't teaching anything. Time to grind for the next 2 weeks before midterms!
@lym3718
@lym3718 4 жыл бұрын
One of the best video on the topic. Short and clear. Thank you so much!
@maxnovikov51
@maxnovikov51 7 жыл бұрын
Best o the courses for free or payed
@coreyms
@coreyms 7 жыл бұрын
Thanks! Appreciate that.
@Hikaru7001
@Hikaru7001 5 ай бұрын
thank you so much for these videos! as someone who is going to start college soon and want to learn python before it starts its a great help. thank you
@peewee678
@peewee678 6 жыл бұрын
Thanks Corey, great tutorials! Very clearly layed out and nice presentation. There's one thing here that struck me: I'm not new to programming in general but the behavior in 21:28 ( _both_ lists changing) was quite shocking to me :-) I had a slight hunch what was happening there but still I had to look it up and found this: stackoverflow.com/questions/2612802/how-to-clone-or-copy-a-list (for all you guys out there who got confused).
@JSwixx
@JSwixx 3 жыл бұрын
I usually have a hard time with tutorials like these because I usually need to see it, verbal explanations tend to go over my head a lot, so these instructions are pretty great. Plus I have ADHD so I have to listen to these at 2X speed and it still is clear and makes sense doing so which is a HUGE benefit!
@asrajan55
@asrajan55 7 жыл бұрын
what's the use of an empty tuple if it is immutable? you can't add anything to it! thanks
@suhaibabdul-sahib7867
@suhaibabdul-sahib7867 7 жыл бұрын
objects are immutable until you assign them a value. once a value has been assigned that's when they become immutable.
@johnreno2364
@johnreno2364 7 жыл бұрын
If you are working with a large database and don't want to screw it up either inadvertently or with code that you haven't yet finalized the best thing is to make a clone of it to work with and make the original a tuple so that nothing change it ... until you are ready.
@kzzazzip6272
@kzzazzip6272 4 жыл бұрын
Cant tell you how much this helped me, i've been looking for a new hobby to sink my time in and since finding one of your videos i've been on your videos an VS Code everyday. Best tutorial on python I've ever found.
@vishnutm2549
@vishnutm2549 7 жыл бұрын
can you provide a video for " how to create a GUI application " ?
@Dunanjay
@Dunanjay 6 жыл бұрын
He has a course on tkinter that's a python gui package
@rakeshmudhuganti7502
@rakeshmudhuganti7502 6 жыл бұрын
Poy
@alantureen4183
@alantureen4183 5 жыл бұрын
Many thanks Corey, It is by far the best python tutorial I have ever seen. Informative, comprehensive and just perfect.
@cantaloupegodling352
@cantaloupegodling352 5 жыл бұрын
Ah yes my favorite subject: Education
@yaronm1958
@yaronm1958 6 жыл бұрын
Absolutely wonderful. the way you pass the it - clear,short and simple. Really appreciated !!
@eternalreverence7578
@eternalreverence7578 2 жыл бұрын
The difference between append and extend was beautiful. Not at all being taught in colleges. THANK YOU :)
@Jake-rp3ck
@Jake-rp3ck 10 ай бұрын
I’m currently watching your videos to study for my intro to python. Programming is so fun and fascinating :)
@jessontvarghese327
@jessontvarghese327 3 жыл бұрын
I was actually doing a project and was in need of some python knowledge. In this video you shared what exactly i was searching for. And you explained it very well and I would say you made this video absolutely fantastic. Thank you so much and so much and so much. God bless and stay safe please.
@mohemedyassin5208
@mohemedyassin5208 3 жыл бұрын
This is the best tutorial that I have watched in KZbin. you explained so amazing and made me to understand easily.
@victorglaviano
@victorglaviano 4 жыл бұрын
Great instruction, I was a middle school CS Teacher and military Instructor for around 9 years total, easy to understand and the chunks make sense! *** Also did anyone ever tell you that you sound like Rand Paul!!
@nangstk9224
@nangstk9224 6 жыл бұрын
i should have found this channel earlier ....... I'm going to finish all Python tutorials.... thank you so much!!!!!!!!!!!!
@MattWatsonHarmonica
@MattWatsonHarmonica Ай бұрын
You’ve changed my life! You make it so easy! Thank you!
@sankarsan
@sankarsan 4 жыл бұрын
I have started learning Python & your tutorials are too good. Lots of love from India.Keep up the good work.
@aaronlauretani8921
@aaronlauretani8921 3 жыл бұрын
Your explanations are clear, concise, and well-articulated. I appreciate it.
@engr.mubasharhanif
@engr.mubasharhanif 9 ай бұрын
hey, are you programmer or python expert now?
@sujaysingh2113
@sujaysingh2113 4 жыл бұрын
Love the way you speak .... It's very clear and each word you speak are very informative.. If even for a second some-one loosing the concentration he or she is loosing some information.. Once again thanks a lot for this videos...
@omarbedair
@omarbedair 2 жыл бұрын
is there something we can do to get this dude a Noble prize? Has there ever been someone as talented in conveying science as this one? Thank you !
@saiteja3867
@saiteja3867 6 жыл бұрын
The way you deliver is quite interesting it's easily understandable and learnable. This is a great stuff.
@adityaparde2561
@adityaparde2561 4 жыл бұрын
this is the best python tutorial youtube channel.
@xiedragon4331
@xiedragon4331 6 жыл бұрын
the best python tutorial i can find yet
5 Good Python Habits
17:35
Indently
Рет қаралды 694 М.
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН
5 Python Libraries You Should Know in 2025!
22:30
Keith Galli
Рет қаралды 86 М.
Python lists, sets, and tuples explained 🍍
15:06
Bro Code
Рет қаралды 350 М.
How I Would Learn Python FAST (if I could start over)
12:19
Thu Vu data analytics
Рет қаралды 714 М.
Python Tutorial: File Objects - Reading and Writing to Files
24:33
Corey Schafer
Рет қаралды 1,8 МЛН
Python Tutorial for Beginners 8: Functions
21:48
Corey Schafer
Рет қаралды 1,1 МЛН
10 Important Python Concepts In 20 Minutes
18:49
Indently
Рет қаралды 449 М.
Please Master These 10 Python Functions…
22:17
Tech With Tim
Рет қаралды 259 М.
Learn Database Normalization - 1NF, 2NF, 3NF, 4NF, 5NF
28:34
Decomplexify
Рет қаралды 2,2 МЛН