Python Object Oriented Programming (OOP) - For Beginners

Sdílet
Vložit
  • čas přidán 24. 05. 2024
  • In this beginner object oriented programming tutorial I will be covering everything you need to know about classes, objects and OOP in python. This tutorial is designed for beginner python programmers and will give you a strong foundation in object oriented principles.
    ◾◾◾◾◾
    💻 Enroll in The Fundamentals of Programming w/ Python
    tech-with-tim.teachable.com/p...
    📸 Instagram: / tech_with_tim
    🌎 Website techwithtim.net
    📱 Twitter: / techwithtimm
    ⭐ Discord: / discord
    📝 LinkedIn: / tim-ruscica-82631b179
    📂 GitHub: github.com/techwithtim
    🔊 Podcast: anchor.fm/tech-with-tim
    💵 One-Time Donations: www.paypal.com/donate/?token=...
    💰 Patreon: / techwithtim
    ◾◾◾◾◾◾
    ⚡ Please leave a LIKE and SUBSCRIBE for more content! ⚡
    ⭐ Tags ⭐
    - Tech With Tim
    - Python Tutorials
    - Object Oriented Programming Python
    - Python OOP
    - Python Objects and Classes
    - Classes Python
    - Objects and Classes Python
    ⭐ Hashtags ⭐
    #python #OOP

Komentáře • 2,5K

  • @TechWithTim
    @TechWithTim  Před 4 lety +1665

    Start a high paying tech career making $60k+/year with NO DEBT: coursecareers.com/a/techwithtim?course=software-dev-fundamentals

    • @felixst-gelais6722
      @felixst-gelais6722 Před 4 lety +52

      Tech With Tim “JUTS noticed” you say? Hahahah

    • @TechWithTim
      @TechWithTim  Před 4 lety +135

      Shhhhh

    • @bobturner2764
      @bobturner2764 Před 4 lety +52

      Hello tech with Tim I'm a 14 year old trying to learn python. I'm finding it hard to get out of the beginner phase. I tried code wars but found the problems too hard. Any advice on how to practice and improve and what resources I can use. I have pycharm ide set up and have lots of free time with this quarantine going on.

    • @xkall
      @xkall Před 4 lety +25

      @@bobturner2764 Try to learn from a book. It's easy to learn from a book because they're well organized and structured.

    • @sponzor94
      @sponzor94 Před 4 lety +2

      How are you doing during these times

  • @developertools95
    @developertools95 Před 2 lety +404

    Tears from my eyes when I finally understood what "self" keyword here is all about. Thank You!!

    •  Před 11 měsíci +14

      I look at it like "this" keyword in c++

    • @lozaur9837
      @lozaur9837 Před 11 měsíci +5

      I’m struggling to understand self 😢😢

    • @lozaur9837
      @lozaur9837 Před 11 měsíci +5

      Update: after watching the video. I now understand what you mean… i understand it now! 😮😮😮

    • @bassplayermaster11
      @bassplayermaster11 Před 11 měsíci

      ​@@lozaur9837🎉👏👏👏

    • @purpletom_yt3138
      @purpletom_yt3138 Před 10 měsíci +27

      Explanation on self: self refers to the class. Say you are defining a function and you use the parameter self. That parameter means that you will use that class you’re defining the function in. You will have access to all its attributes by just typing in self.attribute

  • @jamescuadra169
    @jamescuadra169 Před 4 lety +3246

    Are we all going to ignore that fact that the acronym for Python Object Oriented Programming is POOP?

  • @lmgesus
    @lmgesus Před 2 lety +523

    0:00 OOP basic
    28:11 inheritance
    40:53 static and class methods and attributes
    Don't mind me, just putting this here since I might need it.

    • @Psychetwo
      @Psychetwo Před 2 lety +32

      time stamps on these type of educational videos are definitely helpful. Thanks! Hopefully Tim have some time to go through some of these older videos and add chapters.

    • @smaransure2234
      @smaransure2234 Před 2 lety +1

      Can an attribute be an 0bject

    • @ThsHunt
      @ThsHunt Před rokem

      @@smaransure2234 i think not

    • @ruonaazigbo904
      @ruonaazigbo904 Před rokem

      Thank you

    • @Sol4rOnYt
      @Sol4rOnYt Před rokem

      @@Psychetwo yh

  • @k8ysk8
    @k8ysk8 Před 3 lety +1283

    You really are a star. I got a concussion and had to miss several weeks of my intro to computer programming summer course, and your videos literally saved my grade. I'm trying to get into med school, and people like you who put in hours of effort just to help complete strangers are an absolute blessing. Thank you so much Tim. I'll make sure to donate to your patreon once I can afford to!

    • @baka_geddy
      @baka_geddy Před 3 lety +30

      Hope you are getting better now!!!

    • @TheJacklwilliams
      @TheJacklwilliams Před 3 lety +21

      @@baka_geddy WOOT WOOT! I also have to add KatieSkate, you are a STAR! Seriously? Med school? And learning OOP/Python? Wow, just wow, humbled. KEEP IT UP YOU MAD ONE YOU!!!!!! Get well and GO AFTER IT!!!

    • @baka_geddy
      @baka_geddy Před 3 lety +15

      @@TheJacklwilliams many of my bio stream friends can code python... It's not that difficult though...

    • @executorarktanis2323
      @executorarktanis2323 Před 3 lety +2

      Yeah like I also want to donate to my guy Tim or bprp or any educational vids but to young to donate or have money

    • @brijeshsamal7035
      @brijeshsamal7035 Před 2 lety +8

      @@executorarktanis2323 Tim is brilliant! You can donate to him indirectly by sharing his videos due to CZcams Monetization, so you don't need to have your own money to give him some.

  • @troyke
    @troyke Před 3 lety +98

    As someone who's visually-impaired, I REALLY appreciate you using larger fonts in brightly-contrasted colors to do your tutorial. It REALLY helps!

  • @aakashjaiswal2003
    @aakashjaiswal2003 Před rokem +369

    Never finished a 54 minute educational video without any break. So well organised and clearly explained. Not a single minute wasted or rushed. Thank you Tim. Channel subscribed!

  • @blazer8082
    @blazer8082 Před rokem +175

    You've just explained OOP in 15 minutes better than my course teachers did in a semester. Thank you!

    • @Sol4rOnYt
      @Sol4rOnYt Před rokem +8

      american lol

    • @jx6040
      @jx6040 Před rokem +9

      @@Sol4rOnYt foreigner lol

    • @kesatola3554
      @kesatola3554 Před rokem +2

      @@jx6040 what you said made no sense lol

    • @yafetsolomon2107
      @yafetsolomon2107 Před 5 měsíci

      neither did the previous comment@@kesatola3554

  • @LARPing_Services_LLC
    @LARPing_Services_LLC Před rokem +12

    It's such a blessing to have such a spiffy guy putting this out for free.
    class Emotion:
    def __init__(self, g, l) :
    self.g = g
    self.l = l
    def get_g(self) :
    return self.g
    def get_l(self) :
    return self.l
    e = Emotion("gratitude", "love")
    print ("I feel", e.get_g(), "and", e.get_l(), "for your content")

  • @0xBerto
    @0xBerto Před 4 lety +274

    Wait seriously this was just uploaded woo. Haha. So happy I found this channel
    Edit: this was the “easiest” 53 min of coding to digest on a video. Tone, example, audio quality, clarity. First step slow and explained. Then doing it again a little faster. Loved this video. More intermediate Python vids please ! 🙏🏼

  • @piquat1
    @piquat1 Před 4 lety +335

    I've tried to understand classes many times. This is the only one that got me there. Self, methods, inheritance, init ect. I get it now. Thanks!!

    • @aammssaamm
      @aammssaamm Před 3 lety +2

      His interpretation is incorrect. You may want to read some good books.

    • @JayMaverick
      @JayMaverick Před 3 lety +1

      @@aammssaamm can you elaborate? Which part is incorrect?

    • @aammssaamm
      @aammssaamm Před 3 lety

      @@JayMaverick Already.

    • @dicksang2
      @dicksang2 Před 3 lety +9

      @@JayMaverickDon't bother with his speech. He is only a poor CZcamsr with 91 audiences, compared with Tim, 466K subscribers.
      An average guy knows who to choose to believe. :)

    • @nayan9672
      @nayan9672 Před 2 lety

      @@aammssaamm tell a good book for python OOP

  • @DC-yf9vy
    @DC-yf9vy Před 2 lety +238

    I'm over a year late, but this is the best explanation of classes I've ever seen. Great work, thank you!

    • @artistpw
      @artistpw Před 2 lety +3

      I was about to mention this as well. Really excellent examples and well delivered information!

    • @cuboembaralhado8294
      @cuboembaralhado8294 Před 3 měsíci

      Who cares if you're a little bit late! Learning is eternal

  • @nukakolaa
    @nukakolaa Před 9 měsíci +3

    "if you can't explain it simply, you don't understand it well enough" - Einstein, your video really make complicated things easier to understand, i have paid about $300 on a programming course that explained OOP poorly, watching your video really helps me a lot

  • @machibutinenglish1468
    @machibutinenglish1468 Před 3 lety +95

    "I hope this make sense"
    man, it was clearer than water. Thank you so much.

    • @NeelNapkin08
      @NeelNapkin08 Před 8 dny

      What if someone is watching this video from Africa? It wouldn't be clearer than water for them.

    • @maximofernandez196
      @maximofernandez196 Před 7 dny

      @@NeelNapkin08 everything would be

    • @NeelNapkin08
      @NeelNapkin08 Před 4 dny

      @@maximofernandez196 Btw, it's been almost three years since you posted your comment. How has life treated you since then? Have you found that learning OOP was worth the effort?

    • @maximofernandez196
      @maximofernandez196 Před 4 dny

      @@NeelNapkin08 I'm the same person with a different account. Yeah, it is useful because it's used, but that doesn't mean you have to use it for everything, but rather combine the great things about procedural programming, functional programming and oop. A ton of people say that inheritance is not useful and that's true most of the time, because it sounds great at the start, but once you have to make a change to the parent class, things tend to break. Also, maybe python is not the best language to learn oop with, cause it's not an object oriented language. But overall I would say that objects tend to make sense to describe things in your program, and learning the basics is very very useful :)

  • @letslearnabout4934
    @letslearnabout4934 Před 4 lety +316

    When I started learning OOP it took me a while to differentiate between methods types, so if you are struggling with that too, here's a quick summary:
    Method = function related to that instance of a class. Use this type it when you are using values of the own instance (its own name, age, etc). You need to create one instance to use it.
    Classmethod = function related to that class and that class only. Use this type when you are using values of the class, not the instance (For example, using a class that retrieves the total count of instances of that Class created and stored in a class variable). You don't need to create one instance to use it.
    Staticmethod = function not related to that class. Used for organization purposes (For example, a Calculator class with add, subtract, multiplicate, etc methods). You don't need to create one instance to use it.

    • @WasiMaster
      @WasiMaster Před 3 lety

      No reply, why? Thanks for this, it really helped me :)

    • @adrielbradley6677
      @adrielbradley6677 Před 3 lety

      This really helped, thanks!

    • @sharafmzaman7412
      @sharafmzaman7412 Před 3 lety

      Finally what I was looking for

    • @abhinabkhanal4662
      @abhinabkhanal4662 Před 3 lety

      Thanks for the awesome explanation. Keep up the good stuff 🤗

    • @MG-wx8yx
      @MG-wx8yx Před 3 lety

      I thought staticmethod and classmethod are the same thing, the function related to a class not to instances of that class.

  • @ratmoko1
    @ratmoko1 Před 2 lety +10

    Seriously, you gave me a better understanding of OOP in the first 8 minutes than in hours of videos and reading elsewhere.

  • @danielgill797
    @danielgill797 Před 2 lety +5

    I’ve been playing with Python for years but never really got my head round OPP, some of it yes but not enough to actually use it. Your video is amazing and makes a lot of sense. I can’t wait to start practicing. Thank you so much!

  • @khmsalhuas1
    @khmsalhuas1 Před 4 lety +33

    at 39:00 the reason we do super().__init__(*args) is to extend the Pet.__init__() method and add more attributes without completely overwriting the Pet.__init__() that gives us access to the self.name and self.age attributes that are used in the other methods like show. So the way I think of inheritance is there are four ways of doing this: 1) straight stealing from the parent class , 2) completely overwriting the parent class methods, 4) partially overwriting the method (extending the parent method (using super)), 4) independent new method.

  • @saraths7473
    @saraths7473 Před 3 lety +815

    This channel must be named as "PAID CODING SCHOOL DESTROYER".

    • @zxuss7084
      @zxuss7084 Před 3 lety +26

      @D Cam He's teaching us A LOT ( + with great explanation )

    • @aammssaamm
      @aammssaamm Před 3 lety +8

      Not so soon. Lack of experience in real projects can hardly compete with experienced teachers and proper professional culture.

    • @stormtorch
      @stormtorch Před 3 lety +67

      @@aammssaamm Can we just be grateful that we can get thorough programming lessons for FREE? Sure, Tim isn't perfect but his tutorials are very useful and in some cases, actually does better than your so called "experienced teachers"

    • @ruelvelarde5912
      @ruelvelarde5912 Před 3 lety +12

      @@stormtorch
      So TRUE. I learned many things from this video. I love this.

    • @aammssaamm
      @aammssaamm Před 3 lety +3

      @@stormtorch He teaches wrong things which will cost you a lot in a long run.

  • @fernabianer1898
    @fernabianer1898 Před rokem +6

    Your introduction is so well done! I only did a 6 week basic course about Python and OOP wasn't included. You're doing such a good job explaining it.. I think this is the fastest I have ever subscribed to a chanel. Keep it up Tim!

  • @barnabykent6698
    @barnabykent6698 Před 2 lety +11

    Absolutely brilliant lesson for high content to background noise ratio. This video has made for a really educational and enjoyable code-along morning. Thank you!

  • @dermakku
    @dermakku Před 3 lety +572

    I love how the cat "Bill" is 34 years old. Never have seen such an old cat

    • @7623690
      @7623690 Před 3 lety +51

      The oldest cat known actually lived for 38 years.

    • @goatinahat5208
      @goatinahat5208 Před 3 lety +8

      I mean cats can get pretty old, but there was a dog that was like 34 I think lmao

    • @jb_lofi
      @jb_lofi Před 3 lety +6

      ... Is that in cat years?
      Is that a thing?!

    • @user-mg9eh3pl8q
      @user-mg9eh3pl8q Před 3 lety +1

      🤣🤣🤣🤣

    • @mrjohndoe263
      @mrjohndoe263 Před 3 lety +2

      Ever heard of cat years?

  • @YoungJakobus
    @YoungJakobus Před 3 lety +199

    Thanks, man. This really helped me with just getting my basic understanding, I've taken notes, and watched the video about 3-4 times now just to see whether or not there was more that I could get from it. Thank you very much for taking the time out of your life to help people like me grasp the fundamentals of programming. Because this has also helped me with other languages, not just Python. And I had to come back to your video just to leave this comment thanking you. Thanks again bro.

    • @UnknownSend3r
      @UnknownSend3r Před 3 lety +3

      That's really nice of you bro.

    • @YAUHDIM
      @YAUHDIM Před rokem

      You hope?😂😂😂 You're sure we understand that.. you're awesome brown.

  • @Cryp2nalist
    @Cryp2nalist Před 7 měsíci

    I was stuck on this subject in another platform because I couldn't comprehend what was being taught, then I came across your channel. Honestly I couldn't be happier. This is one of the best tutorials on CZcams when it comes to OOP. Thanks for clearing things up.

  • @rajatchopra1411
    @rajatchopra1411 Před rokem +3

    that's probably the best object orientation programming overview on youtube so far

  • @kesavae9552
    @kesavae9552 Před 3 lety +48

    Tim is the kinda guy who uses his name as an example for a dog's name❤️

    • @shadow5296
      @shadow5296 Před 3 lety +10

      And give himself a 95 grade as well.

  • @ooagabonjoaga2680
    @ooagabonjoaga2680 Před 3 lety +29

    The quality of these FREE tutorials are amazing. thank you Tim.

  • @alexkerasidis
    @alexkerasidis Před 2 lety +3

    I cannot describe how glad I finally am to get to understand the basics of Object Oriented Programming in one afternoon! Thank you!

  • @richardmeyer418
    @richardmeyer418 Před 2 lety +3

    Thank you for this lesson. I haven't really used any OOP (knowingly) in Python before, but I have done a few courses in C# and Java, and I can really say your explanation of objects has been brilliant.

  • @tonyradice4166
    @tonyradice4166 Před 3 lety +33

    You answered a number of complex topics in only one hour - this was an outstanding use of time!! THANK YOU!

  • @andrewmasse5475
    @andrewmasse5475 Před 3 lety +7

    I'm in the final year of my CS degree and this is by far the BEST OOP explanation I have seen. GREAT WORK!

  • @aathira
    @aathira Před rokem

    Thank you so much Tim! I have had so much confusion about OOP for years and today after watching your tutorial I can say confidently that I understand OOP much better. Thank you

  • @TwoToedSloth
    @TwoToedSloth Před 2 lety +29

    This is a really good video. I'm a chemical engineer, and I've been using python for simple scripting and numerical methods (e.g. 1D+time FEM) for a few years. This video taught me everything I need to know to simulate a helium brayton cycle. Each stream is an object under the class 'State' and each piece of equipment is an object under the classes 'Heat' and 'Work', each of which inherit its inlet/outlet streams from the parent class 'Equipment'.
    I'm sure as I watch your more advanced series on the topic I will realize how clunky my first attempt is and will be able to improve it.

    • @profarvind
      @profarvind Před rokem +5

      I am a chemical engineer. Would like to write code for dynamic simulation of equipments. Thinking on the same lines. Can we get in touch, share ideas??|

  • @justinstuder7703
    @justinstuder7703 Před 3 lety +39

    This is absolutely the most comprehensive look at OOP that I've ever had. Thank you for being so thorough with your explanations. I had multiple "oh so that's what that means" moments.😁

    • @obiwanfisher537
      @obiwanfisher537 Před 2 lety

      That's the sign of a good explanation.

    • @tristansargent7010
      @tristansargent7010 Před 2 lety +1

      Hey, its a year later, and I am having this same experience watching his video. This is a fantastic introduction to OOP.

  • @samwel8671
    @samwel8671 Před 4 lety +13

    Tim I would like to thank you as I have made my first project using java, and its thanks to your tutorials that have helped me through learning python

  • @michellekester4871
    @michellekester4871 Před 2 lety +2

    I just wanted to say that you have a great way of explaining the topics without talking down to the listener.

  • @origamiguy
    @origamiguy Před 2 lety +3

    you are litterally the best teacher in programming

  • @michaelperryman57
    @michaelperryman57 Před 3 lety +5

    Programming since 1978. Now 72 years old. This is the first time that object-orientated programming has made sense. Many thanks

  • @parthmahajan6535
    @parthmahajan6535 Před 2 lety

    HANDS DOWN! the best explanation of classes I've ever seen. Great work, thank you!

  • @jamesaustin2039
    @jamesaustin2039 Před 2 lety +2

    You really do a great job breaking things down into more digestible information. Thanks for your hard work!

  • @noamloewen
    @noamloewen Před 4 lety +433

    I learned a lot from you, thanks! Can you upload more of the "Advanced Python" videos ? They're great and we'd love more!

    • @TechWithTim
      @TechWithTim  Před 4 lety +76

      Maybe!!

    • @migueldomingos4570
      @migueldomingos4570 Před 4 lety +6

      @@TechWithTim Wha projects are you developing?

    • @drop_messages6226
      @drop_messages6226 Před 4 lety +10

      Have you checked out his new video on making a space invaders game. It may not be exactly what you had in mind, but making games is a great thing to have in your portfolio

    • @ruelvelarde5912
      @ruelvelarde5912 Před 3 lety +2

      Yes I love this video so much!

    • @jananni123456789
      @jananni123456789 Před 3 lety +3

      @@TechWithTim You're a really good teacher :)

  • @mjhessami
    @mjhessami Před 3 lety +16

    Just Wow, and Thank you, Tim! I am learning python for 3 years and all of the time I had issues with the OOP concept in Python as my degree is not IT ( I am a biotechnologist, PhD), but with this amazing video, I learned all I needed and looked for through passed years! Thanks a lot, I follow all of your job and advice all to use your channel! your teaching style is wonderful!

    • @alkhiljohn3813
      @alkhiljohn3813 Před 2 lety +1

      I have been learning py for a year and am quite comfortable with it now, but I still don't know OOP very well :,)

  • @nathanaelmoh5848
    @nathanaelmoh5848 Před měsícem

    Just logged in to say thank you for your excellent video. I've done OOP before but I hadn't coded in years and decided to do an AI course and realized how much I needed a solid understanding of classes. As mentioned many times, this video is of the highest caliber. Thank you for your time and effort.

  • @matttondr9282
    @matttondr9282 Před rokem +1

    This is super helpful! I'm starting to learn python and I was getting stuck exactly on what you mentioned, having multiple lists to store values and having to search through them. This is a very nice solution to my project!

  • @radi_dev7628
    @radi_dev7628 Před 4 lety +4

    I've been studying python for some time now with Zed Shaw's book 'learn python 3 the hard way'. The whole process has been smooth till I got to oop, my confusion started. But now, watching your video, things are clearer.
    Thank you for the effort you put into this, very informative.

  • @elondoriafa9883
    @elondoriafa9883 Před 4 lety +12

    Amazing, really clear and so thorough. It was almost difficult which is why I was excited to keep watching and rewinding and yet so simple 👍🏽

  • @Psychopatz
    @Psychopatz Před 2 lety

    I love the way you verbosely explains the inner workings of code even in its low level, it makes me understand more.

  • @Laurenhowerr
    @Laurenhowerr Před 2 lety

    Thanks for such an in depth but understandable tutorial! I learned OOP a year ago, but I have completely lost my skills after not coding for a while. Super great refresher video!!!

  • @juborajroypavel8342
    @juborajroypavel8342 Před 3 lety +15

    It's probably the best Python OOP course on CZcams. Thank you so much, Dear Tim.

  • @Donnyq22
    @Donnyq22 Před 4 lety +5

    Dude - I love your videos. Thank you so much for doing this. Your ability to explain concepts is the best on CZcams. Thank you!

  • @JamesPearson
    @JamesPearson Před 2 lety +6

    Really fantastic, you have a gift of explaining things very well, especially for someone so young. Thank you for your efforts in producing these videos!

  • @zewdiherring9528
    @zewdiherring9528 Před 2 lety +2

    Dude, literally saved my life . This is the best OOP video Ive watched and its broken down so, so well. Im so glad you made this Tim , literally godsend. Thanks so much. I now understand OOP and enjoy it due to you :D Thanks again for making it so easy to follow with the examples!

  • @joshpark1
    @joshpark1 Před 3 lety +4

    Tim, last few weeks I’ve been going through the basics, and this tutorial has really gotten me excited for what can be done and made. Appreciate the time and effort you made into making this video. You got my Subscribe for sure

  • @evancooper7336
    @evancooper7336 Před 2 lety +8

    Mate this was fantastic. I am quite an experienced programmer in my own area, as an actuary, I have a good amount of experience with R and python, never much use for classes in my line of work and I have always found the concept a bit confusing, both the how and why. This took me about 10 minutes to see the value add in OOP and understand it. I've had other people explain it to me for hours and still struggled to understand the benefit. Well done!

    • @JesseHughson
      @JesseHughson Před 2 lety +2

      Same. OOP always seemed like a way to complicate code. Tim does a great job explaining how it simplifies code and why to use it

  • @adel-a
    @adel-a Před 2 lety +2

    Thanks a lot for this video. I learned what I was trying to learn from reading many obscure books.
    I like the way you focused on beginners and didn't dive too deep when explaining each concept, before going into details a beginner doesn't need for the moment.

  • @kinghenry238
    @kinghenry238 Před 15 dny

    Awesome video! No extra BS, clean concise explanations with clear easy examples. Thank you!

  • @favhwdg
    @favhwdg Před 4 lety +4

    I never understood this subject, this and pointers were the biggest hurdles for me, hopefully after I watch this I will understand it completely. Thank you tim

  • @AlI-xy9jx
    @AlI-xy9jx Před 2 lety +6

    Super easy to understand, all the other youtube videos were hard to understand but your's was perfect. Thank you so much

  • @BinkingThig
    @BinkingThig Před 2 lety +2

    Hey Tim, I love your videos and I just wanted to say thank you. I learned so much from your videos in the last couple of days and I will keep watching more. Thank you!

  • @hitocells
    @hitocells Před 2 lety +1

    Thank you Tim for making this video, it really helps jog my memory of what I've learned in the past about Python. Keep making these videos, these are awesome.

  • @MohamedAhmed-rf5bk
    @MohamedAhmed-rf5bk Před rokem +8

    He is so good at explaining the basic stuff that other instructors neglect

  • @gingerbread_GB
    @gingerbread_GB Před 11 měsíci +13

    I studied computer engineering more than 10 years ago, never learned python or objective oriented programming and haven't done any serious coding in a decade. Your video was absolutely perfect for me to get back into the game. The pacing was just right for me to absorb the information at a casual pace and not get bored.
    PS: Also like how clean Python is compared to C.

  • @Laotsu87
    @Laotsu87 Před 2 lety +1

    Recently started self learning python for fun. You've been my go to for everything video related. Well explained everytime.

  • @Grungydan
    @Grungydan Před 2 lety

    I have struggled to "get" OOP in the past, and this video was fantastically helpful. Thanks!

  • @lylerogers8694
    @lylerogers8694 Před 2 lety +9

    He's very good at explaining everything he's saying.

  • @buckyswider1
    @buckyswider1 Před 2 lety

    Thank you Tim! I'm an old school programmer- System 370 Assembler, COBOL, myriads of scripting languages..loads of top-down stuff. .I took a week-long JAVA course a while ago put on by none other than Sun Microsystem and they proceeded to confuse me so much that I STILL didn't "get" OOP. But in 53 minutes, you've made me understand! Thanks! Thanks! Thanks!

  • @gabitoqbito
    @gabitoqbito Před 2 lety

    Always had a hard time with classes, etc. This is an amazing tutorial, thank you so much!

  • @RetainTheDark
    @RetainTheDark Před 4 lety +10

    Your teaching clicked so well with me. I never thought I'd enjoy learning OOPS so much. Are there going to be more videos on OOPS?

  • @TopBagon
    @TopBagon Před 4 lety +29

    Ayee perfect timing ^^ I'm having hard time with OOP but I'm pretty sure I'll be able to understand quite a lot from you. Thanks a lot for posting this

  • @TheDickw
    @TheDickw Před rokem

    This is the best explanation of 00P in Python that I’ve ever seen. Fantastic piece of work. Thank you so much.

  • @sokhibabdurasulov3323
    @sokhibabdurasulov3323 Před 2 lety

    You have literally found the way to put the logic behind all this class thing into my brain. Thanks to internet i have access to such teachers otherwise i would not even dream to have. Please keep up the work. Thanks

  • @snsa_kscc
    @snsa_kscc Před 4 lety +52

    Says naming convention for classes is camelCase, when he should say PascalCase. Jokes aside, great content Tim, thanks a ton, just sharing this so we all could be smarter. Stay safe, much love

  • @plesinsky
    @plesinsky Před 4 lety +9

    Finally an actually great video with in-depth and simple explanation, that's what I call quality content. The video made it much easier for me to understand the basics of OOP, also I'm not afraid of it anymore. Thank you again

  • @easycoding766
    @easycoding766 Před 2 lety

    I started learning python at first from your channel and I was able to learn a lot. I feel the need to learn more about OOP in python so I watched this video, The video was really helpful and I like how it does not contain any advertisement and focus solely on teaching. I wish I could provide lectures like you in the future. Thanks so much for your videos!

  • @gwbraders
    @gwbraders Před 2 lety

    This is an exceptional video for a topic I previously found really difficult to wrap my head around. I've subscribed!

  • @superspyjim
    @superspyjim Před 3 lety +33

    'here is an old dog, here is a young one'
    bro if Tim reached 34 years old he's gona be breaking some doggo world records...

  • @MarsLanding91
    @MarsLanding91 Před 3 lety +4

    Excellent tutorial, Tim - thank you!
    Do you have any recommendations on what we can work on to improve our understanding of OOP?

  • @davidmoore2699
    @davidmoore2699 Před 9 měsíci

    Thanks for putting this together. It really helped me get classes. I watched a different intro series and while it was pretty good. I still had trouble when I tried to write my own classes.

  • @humdrumsnail1036
    @humdrumsnail1036 Před 5 měsíci

    Brilliant! U explained static and class methods in a way no other utuber could ever. After watching tons of utube videos on class and static methods I finally understood them

  • @leopuerto8039
    @leopuerto8039 Před 3 lety +41

    you should be a college professor. This is so clear and smooth

    • @aammssaamm
      @aammssaamm Před 3 lety

      He has a lack of data architecture knowledge. College professors normally go through college first :)

    • @arthurbttf
      @arthurbttf Před 3 lety +3

      A shame there isn't more professors like this guy. There is a lab professor in my college that mocks whoever doesn't fully understand c++ or that has many questions or has troubles completing the challenges..

    • @xfire3778
      @xfire3778 Před 3 lety

      Don’t know of any professors who are in their twenties, but go off I guess

    • @sharmishthabapuli8673
      @sharmishthabapuli8673 Před 3 lety +1

      @@aammssaamm data architecture knowledge???
      That's a term used in Big data and Data science field. This has no use with OOP.

    • @user-sz3gt6bp6n
      @user-sz3gt6bp6n Před 3 lety +7

      @@aammssaamm I laughed pretty hard when I saw this comment, you must have missed the "OOP for BEGINERS" part. Then somehow was able to deduce that he has no knowledge of "DATA ARCHITECTURE" based on an hour long video going over very basic uses of OOP. Okay mate, seems like all that university and math's you were going on about didn't teach you common sense haha.

  • @slikshot6
    @slikshot6 Před 4 lety +3

    Can I just say that in 7 min you cleared up what a whole highschool semester of programming never taught me. I mean I never thought I could learn programming.

    • @manideepp2229
      @manideepp2229 Před 4 lety

      Looks like you and me belong to same school, whole class understood programming except me, only in 10 minutes i understood a very high level concept called class.

  • @TheAlphaWolfMan
    @TheAlphaWolfMan Před měsícem +1

    THANK YOU! THANK YOU! THANK YOU! Very well explained and this was just what I needed to truly understand classes within python.

  • @pablodelgado744
    @pablodelgado744 Před rokem

    The best tutorial I've seen yet. Thanks men. You made it look really easy!! Your examples really did help

  • @zakariaabdisalam1728
    @zakariaabdisalam1728 Před 4 lety +11

    For those with Machine Learning backend a good example can be how you do:
    model = Sequential()
    model.add(....)

  • @developerinsider
    @developerinsider Před 4 lety +12

    Thanks you for ur python and ML course, I learned lot of things, so pls do more videos in ML

  • @haidar_belajar6101
    @haidar_belajar6101 Před 2 lety

    What I like about Tim's explanation is that he doesn't start his explanation with terms that are difficult to understand, thanks a lot Tim, god bless you

  • @deepshah737
    @deepshah737 Před rokem

    This is the best video I have seen on OOPS. You literally made me happy today!! Thanks for all the hard work.

  • @Prasad-ny7ff
    @Prasad-ny7ff Před 4 lety +16

    That's what I wanted 🔥🔥🔥

  • @madukomablessed4712
    @madukomablessed4712 Před 4 lety +6

    Hey Tim, great content bro. I'd love to be a better programmer lol

  • @TechMarketer
    @TechMarketer Před 2 lety

    I think your tutorials are so useful because you show us real life examples. Based on this tut I will be able to code something like booking system! Thank you for your job and stay close to real life examples. You are one of the best.

  • @Micha-pf2pl
    @Micha-pf2pl Před rokem +1

    Pretty happy that I could learn from this specific tutorial - when I listen to your rhetoric things just click in :) All the best buddy!

  • @chinmaymungilwar6927
    @chinmaymungilwar6927 Před 4 lety +5

    Plz plz plz complete the multithreading tutorial. Thank you in advance.

  • @ricardotijerina886
    @ricardotijerina886 Před 4 lety +6

    0:44 into the video and i must say "Thank you" for the font size.. Well done mate.

  • @abu3alia
    @abu3alia Před 2 lety +1

    One best tutorials I've watched! I learned a lot from you as a beginner who is trying to understand OOP in Python. Thanks buddy :)

  • @tch204
    @tch204 Před 2 lety

    I'm planning on translating one of my scientific programs from Matlab to Python to take advantage of OOP, and I found this extremely clear, concise, and helpful. Looking forward to going through some of your other content, as well as anything new you put out on Python. Thanks!

    • @DrDeuteron
      @DrDeuteron Před 9 měsíci

      I have never seen good code is a .m file Just a wett procedural mess

  • @arto3485
    @arto3485 Před 3 lety +4

    I literally never saw before one cat with 34 years old. It's a miracle!

  • @martinle855
    @martinle855 Před rokem +8

    Great video Tim! Thank you so much!

  • @mariorest5722
    @mariorest5722 Před 2 lety

    i'm taking a course and we're on this subject but your video made it so much more clearer for me! Thanks!

  • @innovationscode9909
    @innovationscode9909 Před 2 lety

    BRILLIANT & MAGNIFICENT. Thanks for making the world a better place by raising other developers and sharing the fire and leting the engineering skills spread across the globe. Keep it up Tim

  • @ichhasseamerika
    @ichhasseamerika Před 3 lety +3

    Hey, WONDERFUL course, helped a mediocre python programmer to the next level. Just one *minor* proposal would be to maybe speak a bit slower. I found myself having stop the vid and review alot (and Im a native speaker, so its not about understanding English). Thanks again!