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.
@coreyms7 жыл бұрын
Thank you!
@tuatarian65917 жыл бұрын
I would have to agree. His way of speech corresponds well to the action on-screen
@marshwetland38086 жыл бұрын
So rich, and no fumbling around. (Booby aside).
@tuatarian65916 жыл бұрын
yeah, and he speaks decently fast and consice
@jainanan9116 жыл бұрын
Word!
@ayushkishor32075 жыл бұрын
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
@ricky84664 жыл бұрын
That's the fact and i'm love it
@subhankarhotta70944 жыл бұрын
in 2021 as well. :D
@flossdojo51513 жыл бұрын
@@subhankarhotta7094 ye
@janeyyz3 жыл бұрын
I wish you can be my teacher
@santoni_3 жыл бұрын
Even in 2022!
@5053714 жыл бұрын
I regularly come back to these videos to remind myself of the basics of python. You're doing us all a huge service!
@SkateAs103 жыл бұрын
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.someone56798 ай бұрын
Yes sir!
@totehalomy7 жыл бұрын
This is by far the best online python course out there. you really saved me, thanks.
@coreyms7 жыл бұрын
Thanks! Glad the videos helped.
@mikeprincivil76155 жыл бұрын
@@coreyms how do you comment out multiple lines?
@xmanlavan5 жыл бұрын
@@mikeprincivil7615 ctrl + /
@mikeprincivil76155 жыл бұрын
@@xmanlavan thanks
@aquaman7884 жыл бұрын
Also totally free lectures in KZbin
@tuzaguilar4201 Жыл бұрын
6 yr old video and still as clear as day. You are a good teacher. Thank you!
@Lord_Volkner2 жыл бұрын
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.
@Trippykiyay2 жыл бұрын
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 🙏
@unknownnaanu4 жыл бұрын
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.27632 жыл бұрын
dictionary: variables with extra steps
@SatishKumar-SKP Жыл бұрын
'tuple' object has no attribute 'append' why this error?? can you help?
@im_shrey Жыл бұрын
@@SatishKumar-SKP you cannot make changes to tuple because its immutable. Try using that method with list it works fine.
@Llkc604 жыл бұрын
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
@mephisto23485 жыл бұрын
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.
@zakthayer93153 жыл бұрын
2 more years later and still true
@NadavAlgrably3 жыл бұрын
I Really doubt he's 2 years old or 4 for that matter sounds like a grown up adult
@evrosidwa28013 жыл бұрын
@@NadavAlgrably That's my kind of humor
@kalpeshchaware583310 ай бұрын
@@zakthayer93152 more years later and still true
@Clockie4 ай бұрын
7 years old*
@ashwin16986 жыл бұрын
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-zy7jq5 жыл бұрын
List : 0:00 Tuple : 20:05 LIst : 23:34
@kiranp454 жыл бұрын
u mean to say sets???
@parcyvale10174 жыл бұрын
thanks
@mariekorthuis53084 жыл бұрын
God bless you
@AlejoJuares4 жыл бұрын
thank you
@wbelsom3 жыл бұрын
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.
@menatoorus56965 жыл бұрын
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.
@Ridistrict6 жыл бұрын
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.
@coreyms6 жыл бұрын
Thanks!
@obinnavitalis59722 жыл бұрын
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-aseekerdas92754 жыл бұрын
Thats a sign of a great teacher Understood everything without putting any effort
@tahirsultanov89356 жыл бұрын
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!!!
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.
@ashleyclarke13436 жыл бұрын
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.
@itsoktobewhite63772 жыл бұрын
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. 🙏
@artmcclure6377 жыл бұрын
Bunch of python videos out there, but yours is the easiest to follow!
@shaqayeqeskandari11424 жыл бұрын
I attended 2 python workshops, but none of them was as helpful as this tutorial. You are a natural teacher !!👌
@boniaditya6 жыл бұрын
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!
@ronnetgrazer3626 жыл бұрын
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.
@jonathanhutchinson56494 жыл бұрын
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.
@vincelouse44094 жыл бұрын
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.
@brittanygentry59112 жыл бұрын
I really like how you explain the errors you might get while running the programs, super helpful. loving this series
@divyanshagarwal9936 жыл бұрын
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.
@felosio4 жыл бұрын
This video is much more useful and details rather than on those online pay classes videos. Thumbs up for me!
@ProtonChicken7 жыл бұрын
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.
@jonathandanielchannel5 жыл бұрын
@@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
@roobiki44944 жыл бұрын
@@jonathandanielchannel i've been saying this for a decade!
@vdns4774 жыл бұрын
@@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.
@longkong75064 жыл бұрын
@@vdns477 Google uses nearly every fucking language, and sane people prefer C over C++ for hardware programming
@jackaubrey86144 жыл бұрын
@@vdns477 RUST, anyone? :)
@RiftWarth4 жыл бұрын
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 :-)
@jingliu23465 жыл бұрын
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!!!
@LonelyJester6 жыл бұрын
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!!
@jelmersijbranda89746 жыл бұрын
what version is this?
@GuineaMc3 жыл бұрын
You are an amazing instructor I've never seen any person as good as you explaining Python!
@ilustrado72916 жыл бұрын
Straight to the fucking point. I love your tutorials! So happy I clicked on our crash course in a sea of options.
@jathinshashwathchitikena72883 жыл бұрын
curse word alert
@samhouston20006 жыл бұрын
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.
@umarhussain10897 жыл бұрын
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
@coreyms7 жыл бұрын
Awesome! Glad to hear you're making progress so quickly. Keep up the good work.
@evil0019877 жыл бұрын
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...
@retiredshitposter10627 жыл бұрын
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.
@frosty17662 жыл бұрын
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 Жыл бұрын
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 :)
@hernanpalacios65488 ай бұрын
the quality of this videos is unmatched, you sir, have a gift. And we thank you for your time to share it with us
@MrWardo20096 жыл бұрын
Thank you for this video Corey! You are one of the best Python teachers on youtube.
@mahshidpooladvand8502 Жыл бұрын
You are such a gifted teacher, Corey. Much respect for you.
@SimplyMe20101006 жыл бұрын
Thank you so much. This is the best Python course so far I've ever seen! Much appreciate it!
@coreyms6 жыл бұрын
Thanks! Glad it helped!
@kelleywooten17124 жыл бұрын
Please Keep Making These Tutorials, Corey you make it so easy to comprehend...
@pslovelife66 жыл бұрын
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!!
@chriswithyou4 жыл бұрын
Very underrated python teacher. You are really gifted and a rare gem in this industry
@owengao71344 жыл бұрын
This is very great i couldn't find anything like it on youtube.
@ashimanazar11934 жыл бұрын
Hey, I love you, Corey. This is the best python tutorial ever. Your videos deserve a lot more viewers.
@thatoneuser86005 жыл бұрын
1:00 - Lists 22:03 - Tuples 23:35 - Sets
@thatoneuser86005 жыл бұрын
Avi Vohra neeba u wot m8?
@dosbolalyakbarov32055 жыл бұрын
God bless you m8
@sank13884 жыл бұрын
Trust me , I have been switching python playlists in various channels until I landed here... really simple to understand and clearly explained
@rokkistart7 жыл бұрын
THE BEST I HAVE EVER SEEN !
@1exsto6 жыл бұрын
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.
@coreyms6 жыл бұрын
Thanks! Glad they helped!
@Zaguzah6 жыл бұрын
Massive upvote for the Oxford comma in the video title! But seriously...great video!
@yessir.79376 жыл бұрын
Anyone who has at least had a little bit of education should be aware of that, no?
@astrix88126 жыл бұрын
@@yessir.7937 no no
@yessir.79376 жыл бұрын
@@astrix8812 double negative = positive.
@astrix88126 жыл бұрын
@@yessir.7937 yep correct xD
@scienceguys93174 жыл бұрын
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-sp4dm7 жыл бұрын
Hey Corey, by far the best python tutorials. Can you refer me some problems for practice.
@coreyms7 жыл бұрын
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
@mridulmacdu7 жыл бұрын
Hyy brother Amit Sharma could you help me out there to find out the internship or job for fresher in Python.
@undefinedinstrument6 жыл бұрын
codewars is fun, thanks for the suggestion :)
@AlexMar-r4 жыл бұрын
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 !
@worldofgavin29996 жыл бұрын
These videos are soooooo good you are a blessing thanks you so much.
@deenovita1545 жыл бұрын
I subscribed this channel and have no regret. Corey explain everything clear and easy to follow. I love this!
@abdullahyaqoob37415 жыл бұрын
good job, the first time I can see the advantage of Sets. keep it going
@demolazer3 жыл бұрын
I wondered what the point of them was for quite a while lol
@dadasajad87413 жыл бұрын
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 Жыл бұрын
Asked Chatgpt to link me to the best course to learn Python, here I am.
@sarithabeema9859 Жыл бұрын
lol me too
@mysslei7298 Жыл бұрын
same!
@debajyotibhatta3099 Жыл бұрын
Same!
@deepworld3044 Жыл бұрын
Bro😂 me too i think this person make chatgpt work for him 😂😂lol😂😂
@navi__tha10 ай бұрын
Same bro😂
@supermalavox3 жыл бұрын
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!
@jamesblock83844 жыл бұрын
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.
@rchlmdn833 жыл бұрын
.copy() not ,copy()
@sndselecta4 жыл бұрын
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.
@bizzle3507 жыл бұрын
Corey. You're perfect! Thank you!
@adikelkar47 жыл бұрын
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!
@palipanther82105 жыл бұрын
Corey dude like thank you so much im catching on pretty quick
@davidbrock3716 Жыл бұрын
You are amazing - Best series I have come across so far!! Keep up the good work
@hussainroker89697 жыл бұрын
By far the best video i have seen all info nothing else
@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.saiharikrishna42807 жыл бұрын
Awesome videos! Crystal clear! Do you have any plans to make R programming lang videos too..??
@cirolmendes102 жыл бұрын
Best Python beginner's tutorial ever!! Congrats!!
@shadow68146 жыл бұрын
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!
@lym37184 жыл бұрын
One of the best video on the topic. Short and clear. Thank you so much!
@maxnovikov517 жыл бұрын
Best o the courses for free or payed
@coreyms7 жыл бұрын
Thanks! Appreciate that.
@Hikaru70015 ай бұрын
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
@peewee6786 жыл бұрын
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).
@JSwixx3 жыл бұрын
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!
@asrajan557 жыл бұрын
what's the use of an empty tuple if it is immutable? you can't add anything to it! thanks
@suhaibabdul-sahib78677 жыл бұрын
objects are immutable until you assign them a value. once a value has been assigned that's when they become immutable.
@johnreno23647 жыл бұрын
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.
@kzzazzip62724 жыл бұрын
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.
@vishnutm25497 жыл бұрын
can you provide a video for " how to create a GUI application " ?
@Dunanjay6 жыл бұрын
He has a course on tkinter that's a python gui package
@rakeshmudhuganti75026 жыл бұрын
Poy
@alantureen41835 жыл бұрын
Many thanks Corey, It is by far the best python tutorial I have ever seen. Informative, comprehensive and just perfect.
@cantaloupegodling3525 жыл бұрын
Ah yes my favorite subject: Education
@yaronm19586 жыл бұрын
Absolutely wonderful. the way you pass the it - clear,short and simple. Really appreciated !!
@eternalreverence75782 жыл бұрын
The difference between append and extend was beautiful. Not at all being taught in colleges. THANK YOU :)
@Jake-rp3ck10 ай бұрын
I’m currently watching your videos to study for my intro to python. Programming is so fun and fascinating :)
@jessontvarghese3273 жыл бұрын
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.
@mohemedyassin52083 жыл бұрын
This is the best tutorial that I have watched in KZbin. you explained so amazing and made me to understand easily.
@victorglaviano4 жыл бұрын
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!!
@nangstk92246 жыл бұрын
i should have found this channel earlier ....... I'm going to finish all Python tutorials.... thank you so much!!!!!!!!!!!!
@MattWatsonHarmonicaАй бұрын
You’ve changed my life! You make it so easy! Thank you!
@sankarsan4 жыл бұрын
I have started learning Python & your tutorials are too good. Lots of love from India.Keep up the good work.
@aaronlauretani89213 жыл бұрын
Your explanations are clear, concise, and well-articulated. I appreciate it.
@engr.mubasharhanif9 ай бұрын
hey, are you programmer or python expert now?
@sujaysingh21134 жыл бұрын
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...
@omarbedair2 жыл бұрын
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 !
@saiteja38676 жыл бұрын
The way you deliver is quite interesting it's easily understandable and learnable. This is a great stuff.