Тёмный

The complete guide to Python 

Clear Code
Подписаться 209 тыс.
Просмотров 456 тыс.
50% 1

The complete introduction to Python. This video will cover every part of it and also include lots of exercises so you can practice.
If you want to support me: / clearcode
(You also get lots of perks)
Link to the full course:
www.udemy.com/course/learn-py...
Social stuff:
Twitter - / clear_coder
Discord - / discord
Project files:
github.com/clear-code-project...
or
drive.google.com/drive/folder...
Timestamps:
Introduction
00:00:00 - Intro
00:01:13 - Python in Context
00:06:20 - Installing Python
00:14:20 - Installing a code editor
Part 1 - Python Basics
00:27:57 - How code is executed
00:33:21 - Math operations
00:41:52 - Variables
00:56:37 - Functions
01:03:22 - Methods
01:18:11 - Returning values
01:24:23 - Comments
01:29:38 - More on the order of execution
Part 2 - Datatypes
01:37:53 - Datatypes intro
01:42:15 - Numbers (integers + floating point numbers)
01:48:09 - Strings
02:08:45 - Lists and tuples
02:26:45 - Slicing
02:39:26 - Unpacking
02:44:03 - Strings, tuples and lists
02:52:54 - Dictionaries
03:04:35 - Sets
03:18:26 - Booleans
03:31:39 - Other datatypes
Part 3 - Flow
03:33:32 - Flow intro
03:37:26 - Simple if statements
03:50:34 - Complex if statements
04:06:10 - Match case
04:14:49 - While loops
04:27:29 - For loops
04:42:42 - Flow + linebreaks
Part 4 - Functions
04:50:22 - Function intro
05:04:18 - Parameters
05:16:37 - More on parameters
05:27:30 - Scope
05:44:47 - Lambda functions
05:50:38 - Documenting functions
Part 5 - Data
05:57:03 - Data intro
05:57:51 - Better for loops
06:12:46 - List comprehension
06:30:56 - Other comprehensions
06:37:49 - Sorting data
06:49:11 - Map + Filter
06:58:04 - File handling
07:09:35 - Deleting
Part 6 - Classes
07:13:59 - Classes intro
07:30:21 - Classes in practice
07:43:48 - Dunder methods
08:00:01 - Class and methods
08:13:25 - Scope and classes
08:28:00 - Simple inheritance
08:50:34 - Complex inheritance
09:10:30 - Class extra parts
Part 7 - Modules
09:21:26 - Module intro
09:34:51 - External modules
09:48:41 - Creating modules
09:56:09 - Dunder main
Part 8 - Extra parts
09:59:31 - Intro + input + pass
10:04:22 - Exceptions / Error handling
10:18:56 - Decorators
11:01:27 - Eval + Exec

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

 

31 май 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 334   
@ClearCode
@ClearCode Год назад
You can get the course 'Learn Python by making games' here: www.udemy.com/course/learn-python-by-making-games/
@chanmeida1726
@chanmeida1726 Год назад
Is this course still available?
@jordanharvey3735
@jordanharvey3735 Год назад
​@@chanmeida1726 yes
@Microphunktv-jb3kj
@Microphunktv-jb3kj 9 месяцев назад
lol diff languages name things differentely just for the sake of it.. egotrip on coders seems to be huge.. why isn't there universal terminology for things haha... List = Array Dict = Objects (key,value pairs) f strings = Template literals / template strings I'm 2hours in and i haven't learned anything new.. or different. I took advice several years ago from some azure main architect on some site.. that iif u learn Javascript, transitioning into Python is easier, than if u learn Python as first language, then transitioning into Javascript... def not regretting the decision. I wanna replace using Bash with Python for scripts (or use zx lib in js for it...) will see.. Got interested in python actually because Mojo language is in the making, seems interesting , and i wanna try out some basic AI , ML / Data Science stuff , wich Python makes more sense than JS
@smaransure2234
@smaransure2234 8 месяцев назад
This aint a complete corse tho
@SaiSai-vv5ti
@SaiSai-vv5ti 7 месяцев назад
Purchased it today. Thanks for this detailed course
@drewgo
@drewgo Год назад
Bro? You literally created a whole entire paid 11 hour online course for free in one video just “because” You are actually a legend.
@davidbean6053
@davidbean6053 Год назад
I will be highly recommending this to everyone I meet ever
@Jmhawks
@Jmhawks Год назад
Absolutely everyone, even Petunia.
@UniquelyMadeIAm
@UniquelyMadeIAm Год назад
Yeah, just ran into him on accident. He teaches programming like a gawd
@moody_moon_coder
@moody_moon_coder Год назад
Hey kiddo @drewgo, RU-vid pays him for views!
@harishnetam502
@harishnetam502 Год назад
@@moody_moon_coder it's free for us beside the amount of effort he puts is not even 5% of what yt give him
@ezequielsm
@ezequielsm Год назад
i've been learning python for a few months and i've never seen a free course as comprehensive as this one. thank you so much for this
@ashutoshjoshiuni-3984
@ashutoshjoshiuni-3984 Год назад
Programming with harry (YT channel)will help you more
@briLliaNt_m0vE
@briLliaNt_m0vE 9 месяцев назад
@@ReaperCoding True
@dank-tu8mv
@dank-tu8mv 6 месяцев назад
Update
@aryanram02
@aryanram02 5 месяцев назад
@@ReaperCoding what? there is nothing typical or indian about that comment, he just suggested that the OC check out the channel programming with harry because once you finish python you can use that channel for more exercises, tasks and assignments to make your skill stronger. that's it, so I don't get the racial profiling you are doing here for no reason. and even if it was a plug, which it definitely isn't, lets stop acting like it doesn't happen anywhere else in the world jfc
@misterguy
@misterguy 2 месяца назад
@@aryanram02you sound mad Guy deleted his plug so seems like it was a plug Even if it wasn’t, don’t act like people complaining about plugs doesn’t happen everywhere, it’s the internet Jfc
@NumbToons
@NumbToons 8 месяцев назад
53:23 Can use *= or //= as well. 56:37 Always use proper_long_names 1:08:18 we can use back to back methods. 1:17:58 replace( ) takes 3rd argument as well. 1:27:37 Comment shortcut 1:36:09 Use \ to split line one code 1:54:06 Use escape character to include key symbols 1:57:21 Super useful for Text Images List indexing starts from -1 in backwards direction. 2:34:52 List indexing takes three value [start:end:step] 3:03:45 Various ways to add item(s) to dictionary 3:54:26 All conditions seperated by 'and' are considered together. 4:28:30 Can use 'continue and break' in for loop as well 04:42:42 Can use if/for/while without new line (useful for small loops) 04:46:32 Ternary Operator is just NOICE! 04:58:50 Parameters of def function only exist inside the function 05:07:48 Use keywords for arguments to avoid confusion 05:16:37 def takes more inputs which go in as a tuple 05:33:55 Global Variables can be accessed in functions, but they cant be modified 05:38:57 'Global varibles' need to be then updated outside the function seperately 05:43:50 Code below 'return' doesnt do anything apparently 05:50:38 We can/should add information about the 'def functions' in our code, its helps for later .................................................................................................................................................................................. 5:59:46 Use 'zip' to club corresponding items of 2(or more) lists as tuples in a new list 6:01:48 When an item of list is a tuple, all values inside tuple can be assigned to different variables in one go In dictionary, use dict.items( ) to get a list of tuples of dictionary pairs, then use k,v technique 06:12:46 List comprehension/creation is useful for creating long lists without typing them fully. 07:02:00 Open files using 'with' so that you dont have to close the file manually.
@NazriB
@NazriB 5 месяцев назад
Lies again? Paramount Network CAZOO GAZi
@StarFury2
@StarFury2 Год назад
Wow 11 hours of highly useful material for a beginner with top-notch production. Clear Code just decapitated the competition!
@Grunge_Lemon
@Grunge_Lemon Год назад
I just want to say as a person who bought your pygame course without fully even understanding the basics of python... I'm glad you created the perfect introduction to python so I could learn from it before starting the course so I wouldn't just copy everything... you have really helped my dream to professionally code.
@KwBeee
@KwBeee 10 месяцев назад
How's it going?
@hunin27
@hunin27 7 месяцев назад
exactly, how is it going?
@hunin27
@hunin27 7 месяцев назад
@@KwBeee Yes, I'm asking the same thing
@Misa_Susaki
@Misa_Susaki Месяц назад
He gave up.
@charlieinslidell
@charlieinslidell Год назад
This is the best tutorial for Python that I have come across. The reason being is that he also gives exercises after explaining concepts so that you can actually apply what you are learning. Too often in these code videos, the instructor just dictates rules and terms, writes out pre-determined code and then moves on. You are left without any knowledge in how to apply the new terms and rules. This video let's you sink in the examples, test out your problem-solving skills, and apply each concept as you go along. A few of the exercises I was stumped on but in a good way, and the answers let me learn way more than just being lectured at for the full duration of the video. Thank you for this!
@patsy43992
@patsy43992 Год назад
Agreed! 💯😎
@dinorossi6611
@dinorossi6611 6 месяцев назад
I will take your word for it
@breach_meidith
@breach_meidith Год назад
even though this is a bit late in my learning path and I've been doing a lot more advanced things in Pygame thanks to your tutorials, I will still give it a watch (and very much likely a like) just because not only do you present things excellently, your code is also very clear and clean, as your name suggest. I'll just give you a big thanks here on this video for all the high quality content you have been providing, and look forward to much more.
@jimbo8850
@jimbo8850 Год назад
You're really good at teaching coding. Your explanations are always clear, I'm never confused as to what's being said, and your exercises are great too. Please keep making videos, you're an excellent teacher!
@iWillAvert
@iWillAvert 7 месяцев назад
This is still probably the most comprehensive course on Python out there. I came in already knowing a decent bit from other sources so I was able to skip through a lot of the beginning, however I ended up just letting it pretty much play through from about a quarter of the way in. Even that early on in the course you taught me things that I did not otherwise know about certain functions, data-types, etc. I mainly clicked on this to try and get a better understanding of things like decorators and module creation that I wasn't as familiar with but you ended up teaching me so much more. You are the best!
@rzhk158
@rzhk158 9 месяцев назад
sections to revise/go over again: Functions: 56:37 Methods: 1:04:52 Datatypes intro: 1:38:20 Slicing: 2:27:29 Unpacking: 2:40:58 Dictionaries: 2:56:00 Complex if statements: 3:56:30 Flow + Linebreaks: 4:44:14 Function Intro till Scope: 4:51:54
@arghyaprotimhalder5592
@arghyaprotimhalder5592 4 месяца назад
Isn't that that what schools teach in middle school
@sooryasai1141
@sooryasai1141 2 месяца назад
Like this so I can come back
@halonone
@halonone 9 месяцев назад
I've watched a lot of these course videos for Python and this is by far the best at simplifying concepts for understanding.
@foreverunsure
@foreverunsure Год назад
This is gold. Your channel helps me a lot in everything Python related. Thanks a lot for your work!
@dd-zb3fw
@dd-zb3fw Год назад
We appreciate your great quality & concise tutorials sir
@patsy43992
@patsy43992 Год назад
This is absolutely the best Python programming course for beginners I came across! Love the examples and exercises given at the end of each section. Thanks so much for sharing, you're highly appreciated! 🙏❤🤩
@srikouislem3623
@srikouislem3623 Год назад
this is the most underrated channel , you really deserve more than that
@jonasnorthman2547
@jonasnorthman2547 Год назад
Very Very Good! Thanks a lot! Very structuated, clear, no extra BS in between. Just exactly what you need to know and understand. I've watched a lots of tutorials and bought some courses on platforms but this is absolutly one of the best. Havent watched thru the whole yet but this learning method is suiting me perfect. Saw this after wathcing the creator's a vid about PySimpleGUI, thought that was really good so happy to find this Py Intro video as well.
@tilakrajchoudhary7934
@tilakrajchoudhary7934 4 месяца назад
Great tutorial, all the examples and explainations connected flawlessly to the topic in question. I wish I had seen this video a couple years earlier. Keep up the good work!
@mrcobra7594
@mrcobra7594 Год назад
Bought the course to show my support. I'm also really inspired with the quality of your work. Good Job'
@Hurrurhooligan
@Hurrurhooligan Год назад
Thia took me a few days to get through, but with my extensive notes and your exercises/explanations, I have a much better grasp on Python!! Thank you so much I'm geeked c:
@hunin27
@hunin27 7 месяцев назад
i already know python and got this video in my homepage. i actually watched it to refresh my python. let me tell you this is absolutely amazing, clear. concise, simple, and 11 hours long to put all of the important information inside of only one video. this should be paid and cost around 100 dollars. truly amazing and thank you so much
@user-bn2nt4dn9j
@user-bn2nt4dn9j 5 месяцев назад
@Alex............... Hi mate, I am a Python Django API developer with a little bit of knowledge and experience. feeling to improve or revise my Python programming and OOPs etc. Can you please guide me if this video is worth watching? or should I go for a book or any other strategy? your suggestion will help me a lot.
@hunin27
@hunin27 5 месяцев назад
@@user-bn2nt4dn9j Yes. This course is very good. It teaches the basics of every programming language like loops and classes. And also dives into more complex stuff specific to Python. It really is worth watching..
@mrsusan9294
@mrsusan9294 Месяц назад
This has been so helpful. I have always had a functional understanding of programming and never had the ability to explain what I was doing. With this everything has finally clicked and enhanced my understanding beyond what I could have imagined. Your explanation of Objects was really helpful as I have never been able to explain exactly what OOP is without going off on a tangent. Thank you!
@alisher.m
@alisher.m 4 месяца назад
As a beginner i tried multiple courses, this one is the most complete and well explained, all the concepts are simplified without being too simplistic, thank you very much! I finally feel confident with python.
@AdityaKumarCHNL
@AdityaKumarCHNL 6 месяцев назад
I can't thank you enough. This is pure gold. So well curated, well paced, thorough, and easy to follow guide. :) while True: print('Thank you ')
@JP-tk1cj
@JP-tk1cj 5 месяцев назад
Just finished and got your learn Python course. Wow your explanation makes learning a lot easier.
@stenterjefalnes9628
@stenterjefalnes9628 3 месяца назад
Just finished every second of this video. Am picking python back up again after many years away, thanks a lot!! Maybe the last couple of hours was over my head, but you are easy to listen to so I just grabbed what you offered :) Have a great day!! :)
@saikrishnap644
@saikrishnap644 Год назад
Thanks!
@aranyabandyopadhyay4491
@aranyabandyopadhyay4491 4 месяца назад
Thank You so much for this tutorial. It has helped me a lot to understand the basics. I feel much more confident now to understand code.
@kal4885
@kal4885 4 месяца назад
This is the best python tutorial I've seen in you tube .Thank you very much
@ReaperCoding
@ReaperCoding Год назад
Ahh.. what an Ultimate Video for Beginners and Mid levels.. You will have strong sense of computer programming if you follow this.. I never seen such a free video tutorial or perhaps paid one . So clear and to the point..
@mopsik4ever
@mopsik4ever 5 месяцев назад
This is the best thing that has ever happaned online. You sir are a legend
@hawkmanz1620
@hawkmanz1620 Год назад
Just want to say thank you so much. It's been my dream to learn coding for awhile now. By watching your video, I have learned so much and even advanced my career due to it. Thank you so much!
@MariusHKz
@MariusHKz Год назад
Bought! Your channel is so amazing! Thank you so much!
@TensaiCollectibles
@TensaiCollectibles Год назад
Hands down best course yet! Thank you!
@LawrenceAaronLuther
@LawrenceAaronLuther 2 месяца назад
Thank you so so so much. I'm in the middle of Bro Code, and while I will finish it and appreciate his effort, for someone who has never programmed before some basic basic things were unclear in terms of terminology and your video is explaining EVERYTHING. Highly recommended for someone with no experience!
@rishabhgaud4779
@rishabhgaud4779 Год назад
You have cleared all the besics of python with calm attitude this is so helpfull thankyou ♥️
@user-he8jx6ci8x
@user-he8jx6ci8x Год назад
I learned from you classes decorators and pygame your explanation was so clear and understandable If this course had came up before I would have watched But I'll try to find the things i couldn't yet understand and give them a shot
@XX-qm1pg
@XX-qm1pg Год назад
Big Love for that one! I already know how to code in python but I guess I will watch that video, because the topics you cover are intresting and I love how you teach.
@mrrgreen9453
@mrrgreen9453 4 месяца назад
Am now a subscriber, will recommend this channel to others. Keep up the good work
@ottofrank3445
@ottofrank3445 17 дней назад
So good lecture!! Finally someone made a great job. So many other python tutorials are just bunch of clowns showing their face and basically talking like a machine gun. I am so happy that i have found your channel. It was like looking for water in desert.
@jkazulyblanco
@jkazulyblanco Год назад
With this video I learned a lot, thank you very much for the effort and dedication that you put into each video
@DarkAcademyUniversity
@DarkAcademyUniversity 2 месяца назад
GOAT! Love the course! No bullshit music! No wasting time! Just straight to a point! Legend!
@markmilan57
@markmilan57 10 месяцев назад
I have finished off your this complete tutorial video and it took me some 10 days to watch it giving around an hour per day. I got to say that you are the best python instructor in the world for sure and I enjoyed every minute of it. Thanks a lot.
@akash2879
@akash2879 16 дней назад
What are you doing after that tutorial 🤔
@koolitsch
@koolitsch 4 месяца назад
Danke! Thank you! I really got it after few months of videos! thank youuuuu!!!! I feel really i understand it good enough to go further
@hukushmolambi8355
@hukushmolambi8355 10 месяцев назад
Just began with Python and I'm loving the experience. Its syntax is so easy to understand, which makes it an ideal language for coding starters. Plus, Python's great versatility across different industries is a key feature.
@xzex2609
@xzex2609 Год назад
I am now a python programmer for two years and i had watched lots of videos , I really ensure you that this course is the best python course that I had seen. there is also a Bro Code , he is also very good, unbelievably good. but I like this tutorial better , so it is the information of surfing youtube for two years, and this channel is the best
@psychic_digit
@psychic_digit 11 месяцев назад
Holy hell man, this is insane! Thank you so much for making this video, you are providing an amazingly good resource for many people, including me :)
@shiva.sharan
@shiva.sharan 20 дней назад
Cant believe I went through the whole thing unscathed. This was just amazing. Thanks for teaching.
@Mr.Jah99
@Mr.Jah99 3 месяца назад
I really love this lesson. From someone who had no knowledge of the Python program, I now have a better understanding of the basics of how it works.
@FHezekh
@FHezekh Год назад
I know you know, but videos like this one make the day to more that one out there (Myself and the other comments included). So, yeah, you are the best. Thank you so much for all you had done!! Hope you doing well in life and best things come to you in the future. Have a nice day and ty again!
@davidbean6053
@davidbean6053 Год назад
You helped me so much! I'm an hour in and I was already able to make a quadratic equation solver! I'm hooked # Instructions # Quadratic equation: 0 = a*x^2 + b*x + c # Step 1: Enter values of a, b, and c a = -38 b = 2 c = 3 # Step 2: Press command+b to solve for x x1 = (-b + pow ((b**2-4*a*c),0.5))/(2*a) x2 = (-b - pow ((b**2-4*a*c),0.5))/(2*a) print ("x =", x1, "or", x2)
@ClearCode
@ClearCode Год назад
This is awesome! Well done :)
@davidmurphy563
@davidmurphy563 5 месяцев назад
Some very very nice choices in the design of this video. Rather than have the absolute beginner struggle with python installation you direct them to an online ide. Perfect. You also start with hello world this is the law.
@lost_mowglii
@lost_mowglii Год назад
I have watched various python videos .. and I'm now good at it ... But I wanna watch your python tut .. coz I think this video is lined up perfectly ✨
@aktisok
@aktisok 7 месяцев назад
I really appreciate your way of explaining things
@franciscojaviercarrosario3949
@franciscojaviercarrosario3949 11 месяцев назад
This is such a detailed course... Premium content. I have learnt so much and discovered how versatile and flexible this python language is: I don't know much but I discovered that this code is better: material =['Hammer','Screwdriver','Wrench','Drill','Dremel','Jigsaw'] #Amount available amount = [12,23,42,56,20,39] #Loop taking all the items at once for index,(mat, qt) in enumerate(zip(material, amount)): print(f'{index}. {mat}: {qt} units')
@subarunatsuki1902
@subarunatsuki1902 Год назад
Wow. You are definetly one of my favorite Python youtuber :D
@TheWizardGamez
@TheWizardGamez 5 месяцев назад
You, bro code, the entire Indian community. All absolute chads. The world doesn’t deserve you. Jesus would weep at this level of gratitude and kindness to the world from humans.
@MrAdwok
@MrAdwok 14 дней назад
Thanks for the video bro, u deserve an award for it 👏
@muhammadbabadjanov
@muhammadbabadjanov 3 месяца назад
I can't thank you more for your brilliant gift to beginners of python learners!
@bryallen11
@bryallen11 5 месяцев назад
Wow!!!! You are fantastic. Thank you so much for posting this
@skkid7799
@skkid7799 Год назад
should be a crime such a wonderful work with that amount of likes
@artlover441
@artlover441 Год назад
I liked the video before I even watched it, I know it's your tutorial and it's going to be great.
@Outlines
@Outlines 2 месяца назад
0:00 Heard this was the best Python course on youtube so I'll update my timestamp over the coming days.
@HiraPandey-hl4qv
@HiraPandey-hl4qv Месяц назад
Did you finish?
@sadik_farhan_
@sadik_farhan_ 4 месяца назад
Phew.. Finally completed the video. Thank you for the video
@merkasable
@merkasable 5 месяцев назад
Just for this video alone you have earned my sub good sir! Cheers
@user-zl8bl3ui1s
@user-zl8bl3ui1s 3 месяца назад
I´m not done with the course but your explanation seems super amazing
@worc974
@worc974 Месяц назад
I followed all, and was very clear even if my english is bad ! Big Thanks :)
@elbaymammadyarov8120
@elbaymammadyarov8120 Год назад
Interacting Python with Excel tutorial would be great! Excellent video btw, understood some concepts that didn't get before.
@deepmeditative511
@deepmeditative511 9 месяцев назад
I know thanks for u is not enough, but want to Thank you more than u imagine brother, ur the best instructor for me, Thanks a lot again ❤❤❤❤
@Healingwithpsychedelicmushroom
@Healingwithpsychedelicmushroom 7 месяцев назад
In my opinion you have one of the best python course for beginners on RU-vid I learned a lot from you thank you so much it seems as if you're a specialist for game development I wanted to ask do you have any course for AI engineering with python
@alirezapanahi1887
@alirezapanahi1887 5 месяцев назад
I love you and your videos and I appreciate your work and thank you very much for such a complete and rich tutorial . god bless you.
@prietjepruck
@prietjepruck Год назад
Great tutorial. Thanks for your help.
@BaoNguyen08
@BaoNguyen08 3 месяца назад
Please don't take this video down, you sir changed my life.
@ionutriciu2635
@ionutriciu2635 10 дней назад
The best course on youtube,
@reitei1756
@reitei1756 Год назад
Finally finish this course 😁😁😁 Really recommend this course, really complete and teaches so well. I learn python with this course, along with CS50P and it complement each other. Thank you for making this python course available 😆👍
@mechi4978
@mechi4978 5 месяцев назад
Hi can you tell me which source should I refer to after this video? 😅
@davidconiglio7577
@davidconiglio7577 10 месяцев назад
I have look many for beginners learning for programming phyton ,and you are the perfect to learn phyton .I did ask were to look for function and you showed were thanks you .
@user-vq9ou1sj6q
@user-vq9ou1sj6q 29 дней назад
Hey, thank you so much for uploading a great python content for a beginner like me. Greetings from Seoul, South Korea.
@damus6665
@damus6665 Год назад
Very good tutorial!!
@abinashmandal6202
@abinashmandal6202 2 месяца назад
Best python tutorial ever.❤
@JamesTheSuperDev
@JamesTheSuperDev 6 месяцев назад
Better than every other video out there
@elnovato-8165
@elnovato-8165 Год назад
I was so astonished and grateful that i enlisted in your udemy course. Like... I don't have much time, but you explain it so crystal clear and for all publics that i couldn't avoid to follow 10 hours ( still need to practice and didn't watch decorators yet) Currently following the asteroid game without classes. Really... One of the best explaining methods. Very much appreciated.
@gudguy1a
@gudguy1a 6 месяцев назад
GREAT content. again, GREAT content. But, for new folks watching - when he notes brackets, he actually means parentheses for the curved items - ( ). These are brackets [ ] and for this item ---> \ he actually means back slashes - this is a forward slash ---> /
@boasis
@boasis 9 месяцев назад
Thank you very much! Great course!
@gawan3390
@gawan3390 Год назад
You are amazing bro!
@bombur9007
@bombur9007 11 месяцев назад
thanks for an amazing tutorial. If i have to brush up my knowledge or somehow solidify it i come back to this comprhenesive footage. By far i found only one minor mistkes at 6:32:20 when you are elaborating on comprehensions which is about creating a dictionary like () not {} so to evenryone who is watching do not be confused. Once again thank you for such a beautiful tutorial, we really appreciate it!
@YassFreeks
@YassFreeks Год назад
I'm ready, I will not sleep today 🚀🚀🙃
@pranavnyavanandi9710
@pranavnyavanandi9710 Год назад
Lol good luck. Take your time though.
@CrazyEyezdotpng
@CrazyEyezdotpng 4 месяца назад
I purchased the highest rated python course on Udemy. It made me want to pull my non-existent hair out. Then I found you, and I feel lucky I did. You are hands down the best teacher of python I've come across, and this is after weeks of trying to learn it through different people. Thank you.
@lamminchonchongloi8667
@lamminchonchongloi8667 4 месяца назад
just purchased the course🔥
@truck.-kun.
@truck.-kun. 7 месяцев назад
This is amazing. People can use it to revise concept for forgotten parts with help of timestamp :D
@straendienst8826
@straendienst8826 Год назад
Awsome Video!
@K5RTO
@K5RTO Год назад
I took your Udemy course! You're a great teacher. Thank you.
@ClearCode
@ClearCode Год назад
Thank you so much!
@mykanime-1757
@mykanime-1757 Год назад
best python course ever made and also pygame
@anupambayen5554
@anupambayen5554 Год назад
This is the best course of Python. I have bought the paid course also from Udemy.
@kencg6566
@kencg6566 Год назад
Excellent - extremely beneficial! 👍✌
@Seio0987
@Seio0987 Год назад
This was an excellent course - Its the third beginners course that I followed and here I had the feeling that I learned the most. Its really amazing and I cant wait to watch your How to make Zelda Video and maybe take your course afterwards :) Thanks a lot
@davidbean6053
@davidbean6053 Год назад
This video deserves another comment now that I have finished it. Now I feel a little silly being so excited that I made a quadratic equation solver. As I was watching the video and following along I would keep getting sidetracked by some other big idea. I somehow sat down at some point half way through and using my new knowledge of dictionaries made a functional graphing calculator that prints to the terminal, with an actual zoom feature and everything. Anyway, I'm hooked on this coding stuff. I'm about to get my bachelors in biology and wasn't sure what I wanted to do next. I like this programming stuff so I think my path forward is combing the two. This video convinced me to pursue a PhD in bioinformatics! How about that? You are making a difference in the world, my friend. Keep up the good work Edit to add, I'm buying the full course. I don't know if I'll have time to finish it what with biochemistry and biostats this next year but you deserve the support! I hope you buy a well deserved coffee with the money
@user-bn2nt4dn9j
@user-bn2nt4dn9j 5 месяцев назад
Hi mate, I am a Python Django API developer with a little bit of knowledge and experience. feeling to improve or revise my Python programming and OOPs etc. Can you please guide me if this video is worth watching? or should I go for a book or any other strategy? your suggestion will help me a lot.
@dreamwork69
@dreamwork69 Год назад
This is the best video of 2022 easy! 👍👍👍
@thisnicklldo
@thisnicklldo Год назад
Thank you for the course, I am learning stuff and enjoying it. One small point: that chess board you create at around 6:30:50 and the preceding minutes discussing the exercise, is a bit odd and the wrong way round to any chess player - the rows (which are 'ranks' in chess in English) have the numbers and run across from right to left in front of the player, and the columns (which are 'files' in chess) have the letters and run vertically away from the player towards the opponent. So a normal picture would look like this: a8 b8 .... h8 a7 b7 .... h7 ... a1 b1 .... h1 Your chess board is rotated 90 degrees. It doesn't really matter, maybe you intended to be looking at the board from the side, maybe you don't play chess, or maybe you got mixed up a bit. It does mean that to get a 'normal' view of the board, the comprehension needs to be reversed i.e. ... for letter in .... then ... for number in ... rather than the way round you did it. It took me a while to try and work out what I was doing wrong - but I learned plenty of stuff nonetheless.
@mahendranath2504
@mahendranath2504 6 месяцев назад
nice thank you so much for awesome content, loved it
@loasd9880
@loasd9880 Год назад
Just incredible
Далее
25 nooby Python habits you need to ditch
9:12
Просмотров 1,7 млн
Python As Fast as Possible - Learn Python in ~75 Minutes
1:19:41
2D water magic
10:21
Просмотров 277 тыс.
CS Professor Sounds Alarm on AI and Programmers
12:21
Просмотров 283 тыс.
Python 101: Learn the 5 Must-Know Concepts
20:00
Просмотров 1 млн
3 PYTHON AUTOMATION PROJECTS FOR BEGINNERS
17:00
Просмотров 1,5 млн
6 Tips to write BETTER For Loops in Python
9:19
Просмотров 245 тыс.
Joscha at Microsoft
48:46
Просмотров 1,4 тыс.