10 Important Python Concepts In 20 Minutes

  Рет қаралды 295,102

Indently

Indently

Күн бұрын

Пікірлер: 134
@Carlos-dev-53
@Carlos-dev-53 Ай бұрын
Hi, everybody ! In october I will turn 71 and I will go on learning Python with Idently classes ! Digging in with your amazing classes ! (Brazil - 09/29/2024)
@rytis3005
@rytis3005 Ай бұрын
Nicee
@marcelleza
@marcelleza Ай бұрын
Boa, conterrâneo! Nunca é tarde.
@lampshxde
@lampshxde Ай бұрын
@@rytis3005 z
@lat.fn6
@lat.fn6 Ай бұрын
You are cooked 🎉🎉🎉🎉🎉
@annadath69
@annadath69 Ай бұрын
Live long sir
@rdwells
@rdwells 25 күн бұрын
"A class is just a blueprint". I've been using that same line with my students for years, and last semester it dawned on me to ask if any of my students had ever seen a blueprint, or even knew what one is. Not a single hand went up. But it's such a good analogy that now I just take a minute or two to explain what a blueprint is, and carry on.
@HusamJamal
@HusamJamal 22 сағат бұрын
I love how you simplify the concept and explain the code quick enough for others to get it. Great video. Thanks!
@josejaimecome
@josejaimecome 10 күн бұрын
Good foundation to whom need to know Python. Also, do not stop here, learn tips and tricks, NumPy for arrays, Pandas for dealing with data, important libraries like scikit-learn for Machine Learning and frameworks like Flask and Django for web development. Also, do not forget to choose the path you need follow.
@aronrissato1044
@aronrissato1044 16 күн бұрын
"whether it's because we are drunk, tired or just not that attentive..." 3:45 great video, thanks
@poru208
@poru208 3 ай бұрын
This is one of the most understandable intros for Python I have seen. Really great, thanks.
@fish7828
@fish7828 3 ай бұрын
Python is such a nice feeling language to interact with, channels like this are so nice for learning all the little features :)
@MariannePinette
@MariannePinette 3 ай бұрын
Your post was created 2 years ago, but it's still helping newcomers.
@waquarhassan3159
@waquarhassan3159 2 ай бұрын
I usually do not comment on the KZbin videos but this one really helps me to understand the syntax properly. As I am aware of other programming languages and Just wanted to know the Python working and the syntax. This video is helpful. Thank you 😊
@TheGoodShepherdsSheep
@TheGoodShepherdsSheep 18 минут бұрын
This was a great video, the way you explain classes was probably the best I’ve watched so far 👌
@caxapok2-u3z
@caxapok2-u3z 15 күн бұрын
I work as a taxi driver, my age is 46. 1 year ago I started to learn Python also learn English and I wonder myself I make great success because sometimes I write more efficiency code than programmers who is in this filed more than 10 years. I started to learn because I had problems my memory and my doctor told me because I am mathematician by my education to try this.
@DucatiSydney
@DucatiSydney Ай бұрын
For anyone that has been stuck in the unending loop of learning python, this video is a cornerstone for all. Methods well explained and all the concepts are a bliss to me now.
@zimizi
@zimizi Ай бұрын
i still dont get it haha
@doodahgurlie
@doodahgurlie 3 ай бұрын
Love the humor (first with the mis-typing of what should be an easy word) then the comment about being drunk. Difficult subjects go down easier with humor for those of us whom aren't born to think like a developer.
@SoftMusicFamily
@SoftMusicFamily 7 күн бұрын
He gave an excellent explanation of classes!
@antoniolay984
@antoniolay984 Ай бұрын
This is the best bite-size video to consume for the concept blueprint of Python. Superb explanation, to the point+concise+precise!!! Godbless you my man!!!
@joehernandez3231
@joehernandez3231 Ай бұрын
This video is great to quickly fill in some gaps for someone, like me, that is new to Python but has experience in other languages (C# and others in my case). There's obviously plenty more to learn, but this short video provided a big boost.
@facefamousee
@facefamousee 2 ай бұрын
The idea of classes is enlightened. Thank you. 👌
@jitendravishwakarma7949
@jitendravishwakarma7949 3 ай бұрын
Watch and completed many KZbin videos, but this one teaches a lot! Thanks for this video :)
@subject-no.3
@subject-no.3 2 ай бұрын
great, now i have a clear roadmap and also i know what is waiting for me ahead.
@X9Larvva
@X9Larvva Ай бұрын
Thank you for such a easy and accurate explanations. Main reason why I subscribed to you, accurate, normal paced & easy to understand explenations! Love you
@Buyongjajangman
@Buyongjajangman 2 ай бұрын
instantly understood better about the structure and the definition of a class, its instances/objects, and the difference between function and method just from the explanation in this video. i even got to know about dunder methods which I can already imagine will be tremendously useful in the future. thank you so much for the video!
@tedonica
@tedonica 2 ай бұрын
Eye opening! This is a great intro to these concepts
@laylaxoxo5719
@laylaxoxo5719 3 ай бұрын
I like how you use every opportunity to pitch python type annotations 🙃 Anyways, great video tho!! as always
@Indently
@Indently 3 ай бұрын
Aha I will always slide it in there
@guilhermefilipe233
@guilhermefilipe233 3 ай бұрын
I love it too hahaha
@benwinstanleymusic
@benwinstanleymusic Ай бұрын
Thank you so much, helped me plug holes in my knowledge about classes. Have a good day!
@wirrexx
@wirrexx 2 ай бұрын
Very clear and easy to follow. Examples are great. Thank you.
@ЮрийБ-о6е
@ЮрийБ-о6е 3 ай бұрын
NIce video as always :) A few additional info for newbees: 1) Constants inside functions are recommended to be defined using the lower case 2) init does not create instance it works with object returned by new (so it's supposed to be an instance) I feel you simplify this intentionally to fit in 20 min :)) 3) dunder variables would be also interesting
@DrDeuteron
@DrDeuteron 3 ай бұрын
I read your comment before he got there, so I was listening. I think he said init sets up an instance, which is true. He did not say create, which is done in the dunder new (of the meta class right?) Obviously it can't create the init because he type hinted it to return None
@mamuli01
@mamuli01 Ай бұрын
This Tutorial Is really good for those who have learnt python before and came back for a summary it will be hard for those who dont have any prior knowledge of python, On the other hand it was a God sent video for me as i have an interview in the next 3 hours so i was looking to clear up some basics. Thank you @Indently
@shimmeringreflection
@shimmeringreflection 3 ай бұрын
Good tip for specifying type right from the getgo
@alexcate2450
@alexcate2450 18 күн бұрын
Thank you this has helped me so much
@RLPlays
@RLPlays 8 сағат бұрын
Man kkkk the part you said "as programers we are bounded to make mistakes, either because we're drunk, yada, yada" make me burst laughing lmao its so relatable
@hermannweinzierl5731
@hermannweinzierl5731 2 ай бұрын
not so bad. Thank you for all the introduction. Did help a lot to understand the logic behind
@rohanbhardwaj3537
@rohanbhardwaj3537 2 ай бұрын
Finally understood dunder method
@SaintJames14
@SaintJames14 18 күн бұрын
Outstanding video
@Warley.Araujo
@Warley.Araujo 23 күн бұрын
Great Video Explanation!!
@cocoatea57
@cocoatea57 3 ай бұрын
You're the best Freddie 💯✅
@mixme8655
@mixme8655 2 ай бұрын
Thank you sir❤ new subscriber and beginner in Python
@loverboykimi
@loverboykimi 3 ай бұрын
Gold content as always.
@richardbennett4365
@richardbennett4365 25 күн бұрын
My python allows the creation of the following: unique_no = {1, 3, 8, 2, 9, 8} Jupyter notebook running a python kernel does not complain about that assignment. The presenter already used double underscores on both sides of init in the class definition. He didn't need to make another example.
@Musciallyrical
@Musciallyrical Ай бұрын
great explanation
@academicresourcesaccountfo9176
@academicresourcesaccountfo9176 18 күн бұрын
This is so intersting!
@mhdfahdaldebes578
@mhdfahdaldebes578 2 ай бұрын
Clear and unique 👌
@cmespy2005
@cmespy2005 Ай бұрын
Well done! Thank you so much
@EtienneT
@EtienneT 2 ай бұрын
This was such a great video, it's so important
@chrisogonas
@chrisogonas 3 ай бұрын
Very well illustrated! Thanks
@kotlin5608
@kotlin5608 20 күн бұрын
in the last example, 'other' can also be: "other: 'Car'"
@1Clamberto1
@1Clamberto1 Ай бұрын
tell me you learnt JS before python, without telling me you learnt JS before python. but all jokes aside great video
@EmilioAt77
@EmilioAt77 2 ай бұрын
"whether because we are drunk.." hahaha nice one, lad. Great content! 🙏🏻🍻
@aaaaaaaa2008-h8z
@aaaaaaaa2008-h8z Ай бұрын
Thanks!
@randycny
@randycny 2 ай бұрын
Video was good. You didn't mention f strings when you first used it. Just FYI. It was a nice review. ;)
@casualchou
@casualchou 3 ай бұрын
Great video
@simphiwehlela5399
@simphiwehlela5399 3 ай бұрын
Wonderful insight
@anon_y_mousse
@anon_y_mousse 3 ай бұрын
I would argue that in example 10, that address isn't even useful for the programmer. However, with regards to constants, could you not overload the assignment operator for a class and prevent assignments from altering the constant? I know that's likely pointless since the user could override the function, but it would at least be one more step you could take which might prevent accidental reassignments. Also, why don't type annotations generate errors? I was playing with 3.11 and I'd swear that they generated errors in function signatures, but 3.14 doesn't, so either they changed that behavior or I was remembering incorrectly, but either way I think they should generate errors within the language interpreter in all cases where you use the wrong type.
@liji8672
@liji8672 28 күн бұрын
Hi, I wanna ask you a question: what IDE do you use? thanks a lot
@michaelrstudley
@michaelrstudley 3 ай бұрын
Another great video, thank you
@BreuerTimo
@BreuerTimo 3 ай бұрын
Really great,thanks
@syedjahanzaibazhar6610
@syedjahanzaibazhar6610 4 күн бұрын
Hi , I want to learn python. But there are so many videos and material available on KZbin. It is impossible to follow all. Please guide me from where I should take start . Thanks
@Techfree123
@Techfree123 11 күн бұрын
Wau very nice❤❤❤
@buzzbuzz20xx
@buzzbuzz20xx 3 ай бұрын
Amazing video !!!
@vladimirpain3942
@vladimirpain3942 Ай бұрын
"Wheter we are drunk, tired or not that attentive".... sounds about right.
@rapture_05_14
@rapture_05_14 2 ай бұрын
nice explaination
@lexbeukel9949
@lexbeukel9949 Ай бұрын
6:48 sorry to mention it, but that is pretty easy, ctrl + h to replace the text
@jimfuqua3170
@jimfuqua3170 2 ай бұрын
I've watched a few of these videos. No one has yet explained to me how creating a variable "name" and entering that instead of "Bob" is more efficient.
@AayaatAlakhras-Codegirls
@AayaatAlakhras-Codegirls 2 ай бұрын
You can name your variables anything, it doesn't change the code at all, except readability, badly naming variables makes it much harder to read code and figure out what does what. By naming your variable bob, its just going to make things more confusing, you should think of a variable as a label, so the label would be "name" which holds a name of Bob.
@AayaatAlakhras-Codegirls
@AayaatAlakhras-Codegirls 2 ай бұрын
If your asking why he is creating a variable instead of just using Bob in the print function, then this is why. Right now, it doesn't seem to make sense, but that's because the program is only 2 lines of code, in reality, no project that you make will be just 2 lines, it will be 100s, even 1000s, now imagine if you wanted to change bobs name, and you added it to 100s of lines of code, if you didn't use a variable, you would need to read and change so many lines of code, there's bound to be a mistake, and it's not efficient at all, but if you used a variable, all you had to to was go inside the variable "name", change the name, and that's it. It's important to learn these good practices from the beginning, even if you're just learning and your program is just a few lines of code, hope that helps!
@mreddy7356
@mreddy7356 Ай бұрын
Can you explain’OOPs’
@AreBaietii
@AreBaietii 2 ай бұрын
Cool stuff!
@francoisxavier4689
@francoisxavier4689 Ай бұрын
Pour ma part j'utilise Pdf24, Qdir, notepad++
@kristiangoranov
@kristiangoranov 3 ай бұрын
Glad to know I’m not the only one programming while drunk lol 🤷‍♂️
@scruffyjohn5234
@scruffyjohn5234 2 ай бұрын
I know right. It was reassuring lol
@Nathan-f4d
@Nathan-f4d Ай бұрын
Hi to all, I am a 77 year old part time worker. I have started my coding journey and want all support from others to encourage me. Like my post and comment to me so I can wake up and get the python ball rolling. Thanks to all, bye for now lasses and lads.
@Liam25025
@Liam25025 Ай бұрын
Just do it if you’re doing it and never mind asking for likes on a comment
@VictorJimenez-dn8qo
@VictorJimenez-dn8qo 2 ай бұрын
What does he mean in 8:11 by "print the f string of hello name"?
@MewingStreak31
@MewingStreak31 Ай бұрын
suggestion: next time, incorporate recursion.
@Nihilator
@Nihilator Ай бұрын
Went straight to drunk as the reason for coding errors, hahahaha
@suriyaraghavan8731
@suriyaraghavan8731 3 ай бұрын
Do we need use None in the function its not mandatory right? class car: def __init__(self,colour: str, horsepower: int) -> None: self.colour = colour self.horsepower = horsepower
@igorthelight
@igorthelight 3 ай бұрын
We don't have to but it's a good habit ;-) The reason fir that is if you use an IDE (a code editor with advanced autocomplete) it could prevent you from making silly mistakes!
@YollyWinkle
@YollyWinkle Ай бұрын
What compiler are you using becasue when i download python it takes me to the one with >>> and i cant run my codes
@mertcobanov
@mertcobanov 2 ай бұрын
which code editor is this?
@rashad8314
@rashad8314 Ай бұрын
Pycharm
@zimizi
@zimizi Ай бұрын
it broke my brain when he multiplied volvo with a bmw....
@edwinquaihoi8503
@edwinquaihoi8503 2 ай бұрын
Eventually every untyped language realises that you need types to develop anything of significance .. and then we are back to Java :)
@YvonneKelleher-wf6ws
@YvonneKelleher-wf6ws Ай бұрын
I might as well be learning Japanese, could not understand any of this and it is supposed to be for beginners
@alexsamho
@alexsamho Ай бұрын
Haha yes, it’s very hard to understand as a beginner, it is well a new language to learn so it will take a LOOONG time to become proficient
@rasheruu
@rasheruu Ай бұрын
It's called a programmig *LANGUAGE* for a reason
@Anis-w5y
@Anis-w5y 2 ай бұрын
enterprise-ai AI fixes this. important Python concepts summarized.
@boredgamesph4872
@boredgamesph4872 Ай бұрын
3:50 You forgot to mention: sleepy ( -_-) zzZZZ
@DrDeuteron
@DrDeuteron 3 ай бұрын
type hinting is aiyt, but type hinting dunder init is whack.
@FelixSamulevich
@FelixSamulevich 3 ай бұрын
in association withe the real world it is very easy to follow like -red light in drank condition is green
@lancemoon6941
@lancemoon6941 20 күн бұрын
3:50 why am I drunk while programming???? 😂😂
@jamesarthurkimbell
@jamesarthurkimbell 3 ай бұрын
I was gonna be so mad if you annotated the init parameters AND the assignments within.
@Bluefox1978
@Bluefox1978 2 ай бұрын
Hold nu kæft en røvfuld info, der er pakket ind i din video. Har længe ledt efter en video der forklarede alle funktioner og principper i Python. Stadig uoverskueligt, men jeg syntes det hjalp på forståelsen, så tak for det.
@Cukito4
@Cukito4 Ай бұрын
If writing in the OPTIONAL type for every variable, is optional, you sure are confusing a lot of people, considering you are writing this up all the time. This is not C++.
@BusterWiegand
@BusterWiegand 2 ай бұрын
Allen Steven Hall Angela Williams Charles
@surya_suresh_5
@surya_suresh_5 Ай бұрын
I didt get why your using "f" in return statement
@kelpodelpog5395
@kelpodelpog5395 Ай бұрын
Formatting, f is special command. Like printf in Java
@YogiDirgantara-1000
@YogiDirgantara-1000 2 ай бұрын
❤😮
@BettyHernandez-j2o
@BettyHernandez-j2o Ай бұрын
Robinson Sandra Perez Amy Gonzalez Dorothy
@pauleedavidson9251
@pauleedavidson9251 Ай бұрын
Jackson Frank Clark Mary Williams Helen
@pauleedavidson9251
@pauleedavidson9251 2 ай бұрын
Rodriguez Jason Jones Maria Jones Mary
@cutebabiesfunnypets6971
@cutebabiesfunnypets6971 20 күн бұрын
Coding Hives
@saugatshrestha5453
@saugatshrestha5453 2 ай бұрын
Which editor is this actually 😅
@marky1861
@marky1861 2 ай бұрын
pycharm
@jackymarcel4108
@jackymarcel4108 Ай бұрын
Martin Eric Harris Mary Davis Paul
@rishiraj2548
@rishiraj2548 3 ай бұрын
🙂👍🏻
@VincentAnnabelle-l4l
@VincentAnnabelle-l4l Ай бұрын
Walker Karen Davis David Davis Donna
@DatNickNganGonVaDeNho
@DatNickNganGonVaDeNho 3 ай бұрын
you told too much about type checker, there are no type checker in python, just because you're using mypy. Check all extensions before making video.
@Indently
@Indently 3 ай бұрын
?
@sreelakshmib711
@sreelakshmib711 2 ай бұрын
What is meant by typanatation
@JustinMacri007
@JustinMacri007 3 ай бұрын
Cab we be freinds
@yourfavstepdad95
@yourfavstepdad95 2 ай бұрын
Hop in the 'cab'-I'll drive us to the land of spelling first!
@eeshtarr
@eeshtarr 3 ай бұрын
drunk?! :p
@bigprairiedog8865
@bigprairiedog8865 20 күн бұрын
A little fast for teaching
5 Useful Generator Functions In Python
18:18
Indently
Рет қаралды 31 М.
Learn Python OOP in under 20 Minutes
18:32
Indently
Рет қаралды 105 М.
Real Man relocate to Remote Controlled Car 👨🏻➡️🚙🕹️ #builderc
00:24
風船をキャッチしろ!🎈 Balloon catch Challenges
00:57
はじめしゃちょー(hajime)
Рет қаралды 87 МЛН
5 Good Python Habits
17:35
Indently
Рет қаралды 617 М.
Please Master These 10 Python Functions…
22:17
Tech With Tim
Рет қаралды 213 М.
My 10 “Clean” Code Principles (Start These Now)
15:12
Conner Ardman
Рет қаралды 279 М.
Introducing Python in Excel
19:01
Leila Gharani
Рет қаралды 1,6 МЛН
Making a Game in Python with No Experience
5:57
Goodgis
Рет қаралды 1,7 МЛН
How I Would Learn Python FAST in 2024 (if I could start over)
12:19
Thu Vu data analytics
Рет қаралды 546 М.
All 39 Python Keywords Explained
34:08
Indently
Рет қаралды 208 М.
5 Wacky Python Features
15:37
Indently
Рет қаралды 4,1 М.
5 Useful F-String Tricks In Python
10:02
Indently
Рет қаралды 328 М.
Real Man relocate to Remote Controlled Car 👨🏻➡️🚙🕹️ #builderc
00:24