Тёмный

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

Corey Schafer
Подписаться 1,3 млн
Просмотров 1,5 млн
50% 1

In this Python Beginner Tutorial, we will begin learning about Lists, Tuples, and Sets in Python. Lists and Tuples allow us to work with sequential data, and Sets allow us to work with unordered unique values. We will go over most of the methods, learn when to use which data type, and also the performance benefits of each type as well. Let's get started.
The code from this video can be found at:
github.com/CoreyMSchafer/code...
Watch the full Python Beginner Series here:
• Python Programming Beg...
Slicing Video: • Python Tutorial: Slici...
✅ Support My Channel Through Patreon:
/ coreyms
✅ Become a Channel Member:
/ @coreyms
✅ One-Time Contribution Through PayPal:
goo.gl/649HFY
✅ Cryptocurrency Donations:
Bitcoin Wallet - 3MPH8oY2EAgbLVy7RBMinwcBntggi7qeG3
Ethereum Wallet - 0x151649418616068fB46C3598083817101d3bCD33
Litecoin Wallet - MPvEBY5fxGkmPQgocfJbxP6EmTo5UUXMot
✅ Corey's Public Amazon Wishlist
a.co/inIyro1
✅ Equipment I Use and Books I Recommend:
www.amazon.com/shop/coreyschafer
▶️ You Can Find Me On:
My Website - coreyms.com/
My Second Channel - / coreymschafer
Facebook - / coreymschafer
Twitter - / coreymschafer
Instagram - / coreymschafer
#Python

Опубликовано:

 

12 июн 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 1,1 тыс.   
@anismatar
@anismatar 6 лет назад
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 6 лет назад
Thank you!
@tuatarian6591
@tuatarian6591 6 лет назад
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 4 года назад
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 RU-vid
@ricky8466
@ricky8466 3 года назад
That's the fact and i'm love it
@subhankarhotta7094
@subhankarhotta7094 3 года назад
in 2021 as well. :D
@flossdojo5151
@flossdojo5151 3 года назад
@@subhankarhotta7094 ye
@janeyyz
@janeyyz 3 года назад
I wish you can be my teacher
@santoni_
@santoni_ 2 года назад
Even in 2022!
@unknownnaanu
@unknownnaanu 3 года назад
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 Год назад
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.
@shreyaschavhan5522
@shreyaschavhan5522 Год назад
+ 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()
@tuzaguilar4201
@tuzaguilar4201 4 месяца назад
6 yr old video and still as clear as day. You are a good teacher. Thank you!
@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!
@Michaelas10sk8
@Michaelas10sk8 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 29 дней назад
Yes sir!
@totehalomy
@totehalomy 6 лет назад
This is by far the best online python course out there. you really saved me, thanks.
@coreyms
@coreyms 6 лет назад
Thanks! Glad the videos helped.
@mikeprincivil7615
@mikeprincivil7615 4 года назад
@@coreyms how do you comment out multiple lines?
@xmanlavan
@xmanlavan 4 года назад
@@mikeprincivil7615 ctrl + /
@mikeprincivil7615
@mikeprincivil7615 4 года назад
@@xmanlavan thanks
@aquaman788
@aquaman788 4 года назад
Also totally free lectures in RU-vid
@Shiva-zy7jq
@Shiva-zy7jq 5 лет назад
List : 0:00 Tuple : 20:05 LIst : 23:34
@kiranpaithane3278
@kiranpaithane3278 4 года назад
u mean to say sets???
@parcyvale1017
@parcyvale1017 3 года назад
thanks
@mariekorthuis5308
@mariekorthuis5308 3 года назад
God bless you
@AlejoJuares
@AlejoJuares 3 года назад
thank you
@Lord_Volkner
@Lord_Volkner Год назад
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.
@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 5 месяцев назад
Same!
@deepworld3044
@deepworld3044 4 месяца назад
Bro😂 me too i think this person make chatgpt work for him 😂😂lol😂😂
@navi__tha
@navi__tha 3 месяца назад
Same bro😂
@ashleyclarke1343
@ashleyclarke1343 5 лет назад
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.
@Llkc60
@Llkc60 3 года назад
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
@jingliu2346
@jingliu2346 4 года назад
I love all your Python courses!!! You are the best!!! I feel so lucky to know you on RU-vid and you get many of my Python issues clear. THANK YOU!!!
@sd-aseekerdas9275
@sd-aseekerdas9275 4 года назад
Thats a sign of a great teacher Understood everything without putting any effort
@Trippykiyay
@Trippykiyay Год назад
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 🙏
@itsoktobewhite6377
@itsoktobewhite6377 Год назад
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. 🙏
@menatoorus5696
@menatoorus5696 4 года назад
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.
@wbelsom
@wbelsom 2 года назад
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.
@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!.
@obinnavitalis5972
@obinnavitalis5972 Год назад
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.
@artmcclure637
@artmcclure637 6 лет назад
Bunch of python videos out there, but yours is the easiest to follow!
@tahirsultanov8935
@tahirsultanov8935 5 лет назад
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!!!
@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.
@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 :)
@hashmatmohmand1135
@hashmatmohmand1135 3 года назад
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.
@XstahSie
@XstahSie 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 :-)
@tanyaflores2757
@tanyaflores2757 5 лет назад
I’m glad I found your channel. I’ve been looking for python tutorials and yours is the most comprehensive I’ve seen 👍
@Ridistrict
@Ridistrict 5 лет назад
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 5 лет назад
Thanks!
@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.
@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 2 года назад
2 more years later and still true
@NadavAlgrably
@NadavAlgrably 2 года назад
I Really doubt he's 2 years old or 4 for that matter sounds like a grown up adult
@evrosidwa2801
@evrosidwa2801 2 года назад
@@NadavAlgrably That's my kind of humor
@kalpeshchaware5833
@kalpeshchaware5833 3 месяца назад
@@zakthayer93152 more years later and still true
@DI-xs3kh
@DI-xs3kh 2 года назад
Corey, your effort to the community is greatly appreciated. Thank you very much for your time putting together this awesome tutorial!
@yaronm1958
@yaronm1958 6 лет назад
Absolutely wonderful. the way you pass the it - clear,short and simple. Really appreciated !!
@boniaditya
@boniaditya 5 лет назад
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 5 лет назад
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.
@divyanshagarwal993
@divyanshagarwal993 6 лет назад
This is hands down the best python tutorial for beginners available on RU-vid. To the point explanation,clean,pleasant voice. Keep up the good work!
@brittanygentry5911
@brittanygentry5911 2 года назад
I really like how you explain the errors you might get while running the programs, super helpful. loving this series
@samhouston2000
@samhouston2000 5 лет назад
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.
@felosio
@felosio 4 года назад
This video is much more useful and details rather than on those online pay classes videos. Thumbs up for me!
@MrWardo2009
@MrWardo2009 5 лет назад
Thank you for this video Corey! You are one of the best Python teachers on youtube.
@shaqayeqeskandari1142
@shaqayeqeskandari1142 4 года назад
I attended 2 python workshops, but none of them was as helpful as this tutorial. You are a natural teacher !!👌
@deenovita154
@deenovita154 4 года назад
I subscribed this channel and have no regret. Corey explain everything clear and easy to follow. I love this!
@LonelyJester
@LonelyJester 5 лет назад
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 5 лет назад
what version is this?
@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!
@AravindVennu
@AravindVennu 6 лет назад
Love your confidence, Adds up to my grasp of the subject while watching the videos.
@GuineaMc
@GuineaMc 3 года назад
You are an amazing instructor I've never seen any person as good as you explaining Python!
@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 6 лет назад
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 6 лет назад
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.
@ilustrado7291
@ilustrado7291 5 лет назад
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
@kelleywooten1712
@kelleywooten1712 4 года назад
Please Keep Making These Tutorials, Corey you make it so easy to comprehend...
@alantureen4183
@alantureen4183 4 года назад
Many thanks Corey, It is by far the best python tutorial I have ever seen. Informative, comprehensive and just perfect.
@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.
@jonathandaniel7321
@jonathandaniel7321 4 года назад
@@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 года назад
@@jonathandaniel7321 i've been saying this for a decade!
@vdns477
@vdns477 4 года назад
@@jonathandaniel7321 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.
@longdong7506
@longdong7506 4 года назад
@@vdns477 Google uses nearly every fucking language, and sane people prefer C over C++ for hardware programming
@jackaubrey8614
@jackaubrey8614 3 года назад
@@vdns477 RUST, anyone? :)
@rokkistart
@rokkistart 6 лет назад
THE BEST I HAVE EVER SEEN !
@hernanpalacios6548
@hernanpalacios6548 Месяц назад
the quality of this videos is unmatched, you sir, have a gift. And we thank you for your time to share it with us
@saiteja3867
@saiteja3867 5 лет назад
The way you deliver is quite interesting it's easily understandable and learnable. This is a great stuff.
@abdullahyaqoob3741
@abdullahyaqoob3741 4 года назад
good job, the first time I can see the advantage of Sets. keep it going
@demolazer
@demolazer 2 года назад
I wondered what the point of them was for quite a while lol
@worldofgavin2999
@worldofgavin2999 6 лет назад
These videos are soooooo good you are a blessing thanks you so much.
@davidbrock3716
@davidbrock3716 Год назад
You are amazing - Best series I have come across so far!! Keep up the good work
@11oct12
@11oct12 6 лет назад
So professional. Very organized and neat. Thank you, Corey.
@msalee360
@msalee360 6 лет назад
Corey. You're perfect! Thank you!
@owengao7134
@owengao7134 3 года назад
This is very great i couldn't find anything like it on youtube.
@adikelkar4
@adikelkar4 6 лет назад
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!
@mahshidpooladvand8502
@mahshidpooladvand8502 5 месяцев назад
You are such a gifted teacher, Corey. Much respect for you.
@pslovelife6
@pslovelife6 5 лет назад
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 RU-vid. Glad my friend recommended me and I have recommended it to few of my friends. They appreciate it too!!
@palipanther8210
@palipanther8210 4 года назад
Corey dude like thank you so much im catching on pretty quick
@lym3718
@lym3718 4 года назад
One of the best video on the topic. Short and clear. Thank you so much!
@cirolmendes10
@cirolmendes10 2 года назад
Best Python beginner's tutorial ever!! Congrats!!
@p.saiharikrishna4280
@p.saiharikrishna4280 6 лет назад
Awesome videos! Crystal clear! Do you have any plans to make R programming lang videos too..??
@hussainroker8969
@hussainroker8969 7 лет назад
By far the best video i have seen all info nothing else
@scienceguys9317
@scienceguys9317 3 года назад
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!
@user-xc5xf8gp8n
@user-xc5xf8gp8n 4 года назад
Appreciate and admire your work of making coding education accessible to all people on youtube. Thanks from South Korea.
@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 6 лет назад
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 :)
@Zaguzah
@Zaguzah 5 лет назад
Massive upvote for the Oxford comma in the video title! But seriously...great video!
@yessir.7937
@yessir.7937 5 лет назад
Anyone who has at least had a little bit of education should be aware of that, no?
@astrix8812
@astrix8812 5 лет назад
@@yessir.7937 no no
@yessir.7937
@yessir.7937 5 лет назад
@@astrix8812 double negative = positive.
@astrix8812
@astrix8812 5 лет назад
@@yessir.7937 yep correct xD
@sank1388
@sank1388 3 года назад
Trust me , I have been switching python playlists in various channels until I landed here... really simple to understand and clearly explained
@shadow6814
@shadow6814 5 лет назад
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!
@maxnovikov51
@maxnovikov51 6 лет назад
Best o the courses for free or payed
@coreyms
@coreyms 6 лет назад
Thanks! Appreciate that.
@Indraw705
@Indraw705 2 года назад
Very simple to understand Thankyou Corey!!!
@chriswithyou
@chriswithyou 4 года назад
Very underrated python teacher. You are really gifted and a rare gem in this industry
@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 2 года назад
.copy() not ,copy()
@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 6 лет назад
objects are immutable until you assign them a value. once a value has been assigned that's when they become immutable.
@johnreno2364
@johnreno2364 6 лет назад
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.
@ryanguillory6647
@ryanguillory6647 3 года назад
Best explanation of Python concepts I have ever heard! Great job and thanks for the content!
@arpitagec9
@arpitagec9 5 лет назад
I must say excellent stuff packed in a video. Awesome Corey!!!
@thatoneuser8600
@thatoneuser8600 4 года назад
1:00 - Lists 22:03 - Tuples 23:35 - Sets
@thatoneuser8600
@thatoneuser8600 4 года назад
Avi Vohra neeba u wot m8?
@dosbolalyakbarov3205
@dosbolalyakbarov3205 4 года назад
God bless you m8
@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).
@supermalavox
@supermalavox 2 года назад
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!
@comkraft
@comkraft 5 лет назад
Excellent way of using List function in Python. Thank you so much for your effort.
@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 5 лет назад
Poy
@cantaloupegodling352
@cantaloupegodling352 4 года назад
Ah yes my favorite subject: Education
@itzmartin20
@itzmartin20 Год назад
thanks you so much, this is the best Python tutorial video I've seen so far
@kzzazzip6272
@kzzazzip6272 3 года назад
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.
@soumyazyx
@soumyazyx 4 года назад
Thank you Corey for your time and effort. Keep spreading the knowledge.
@CCS1024
@CCS1024 6 месяцев назад
Nice compressive training regarding Lists, Tuples, and Sets
@wilIis
@wilIis Год назад
You explain stuff really well, the lessons are organized. Its helping me with an online course I'm taking at my school. Thank you.
@phdrn
@phdrn 6 лет назад
the best online studying python sofar. Thank you very much Corey, I really appriciate!
@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
@annasergienko409
@annasergienko409 4 года назад
I am so glad I found this channel! Thanks a lot for your clear explanation!:)
@NaderElsayed
@NaderElsayed 6 лет назад
This is awesome you are a perfect and the best instructor for a python course ever , thank you very much for this course
@mahfuzraihan1748
@mahfuzraihan1748 5 лет назад
Thank you so much for this. everything I clear about list exactly what I wanted.
@mostmojo
@mostmojo 3 года назад
very happy I found these tuts, nicely done Corey - much appreciated!
@JSwixx
@JSwixx 2 года назад
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!
@mohemedyassin5208
@mohemedyassin5208 3 года назад
This is the best tutorial that I have watched in RU-vid. you explained so amazing and made me to understand easily.
@johntobin9404
@johntobin9404 4 года назад
Great video. Your explanations are so clear and fluent. Kudos.
@TheTrashcan1999
@TheTrashcan1999 6 лет назад
Amazed by the way you teach. Incredibly good job, keep it up! SUBSCRIBED!
Далее
Мечта Каждого Геймера
00:59
Просмотров 661 тыс.
ВЫКИНУЛА МОЙ АЙФОН?? #shorts
00:33
Просмотров 1,3 млн
Python lists, sets, and tuples explained 🍍
15:06
Просмотров 229 тыс.
Python for Beginners - Learn Python in 1 Hour
1:00:06
Просмотров 17 млн
Python Tutorial for Beginners 8: Functions
21:48
Просмотров 1,1 млн
Мечта Каждого Геймера
00:59
Просмотров 661 тыс.