Understand Classes & Objects in 8 Minutes

preview_player
Показать описание
Today I will be going over what most professors fail to explain which is the Classes vs Objects and what that actuallly means. These are crutcial to understand before you can work in object oriented programing languages and code. Commet down below if this helped you!

⭐️ Timestamps ⭐️

00:00 | Intro
00:29 | Classes Vs Objects
05:23 | Example

◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️

◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️

⭐️ Tags ⭐️
- Tech With Tim
- Programming Expert
- Developer Curriculum

⭐️ Hashtags ⭐️
#techwithtim #python #classesvsobjects #programminglanguages
Рекомендации по теме
Комментарии
Автор

Such a talented educator. Very inspiring to see you break down ideas like this into easy-to-follow, concise and digestible parts.

TheWilro
Автор

You are a great teacher Tim. Love your videos both on youtube and algoexpert. 😀

kubogo
Автор

wow this video explained classes/objects very very well keep up the great work Tim!🙌🙌

KamyanYT
Автор

Anyone else feel like object oriented programming is often a waste of time? Especially for smaller programs.

ares
Автор

Thank you for having said "University professors consistently failed.."

gianniprocida
Автор

You're the one who presents the material so clearly and understandably, wish you the best, Tim
Your videos constantly help me to develop myself in the field of backend development

alexfinner
Автор

You're doing a great service to many people. I hope you're enjoying and benefiting from your efforts. Most of all, be proud of the service you're providing to so many people.

vladimirsherman
Автор

Please do more of concepts like pointers in c++ and const keywords

atulkrjha
Автор

Simply summed up years worth of knowledge in 8 and half minutes 🤯.

geoffrygeorgemathew
Автор

Alan Kay calls your way of OOP - o͝op. 😂

aammssaamm
Автор

Hi Tim, great explanation and video. One small remark / opinion I found the background music a bit distracting... maybe lower the volume a bit?

jpopenimage
Автор

As someone who struggled with Computer Science in College not thinking I would use my degree after I will say I truly wish I had your videos earlier but I did get a job in my field and I love coming across videos such as yours that make things so much easier to understand than it was being taught in college etc. Love your teaching vids keep them up ^_^ they are very concise and easy to follow along to.

RenrenKlein
Автор

Excellent. Must replay. Tim is the guy!

datofficial
Автор

Second comment here, I really love tim content, From Tanzania Africa

danielmawalla
Автор

Thank you for the video, I enjoyed it. The background music is weird though....

fourgasm
Автор

4:49 couldn’t you just say „return self.__dict__“ or „return vars(self)“?

lilDaveist
Автор

Thinking of Studing by myself for maybe 3 or 5 weeks before I join flatiron Boot Camp for Coding, this sound good to you ?

wicked
Автор

Think of objects in code as just virtual objects that represent things in the real world (lamp, desk, car, etc.). Classes are the factories or blueprint that creates
these virtual objects. Much like objects in the real world, they all have an appearance and some sort of action. For example, a car has blue paint, 4 wheels, and it can drive, stop, and beep the horn. A class property describes the appearance of this virtual object and a class method defines the actions that this virtual object has.

tonyregalado
Автор

Hey Tim, I've been learning python by your videos and recommended your channel to my friends who are searching for a channel which is informative

bobursuyunov
Автор

Thank you Tim this explanation was very help. Yes please do make more videos like this.

dlizard