Python - @property

preview_player
Показать описание
Python - @property
Lecture By: Mr. Arnab Chakraborty, Tutorials Point India Private Limited
Рекомендации по теме
Комментарии
Автор

In convert_to_farenheit() in the last example, you don't have an underscore before temperature. Is that deliberate? So you use the getter even within the class?

compucademy
Автор

@property biu using you are actually using the but for setter why you are using @temperature.setter yoou can use only @propery only because property(fget=none, fset=none, fdel=none, doc=none)

prabhubhaktakar
Автор

Did I learn whole thing about python, from your python videos or are there any topics left that should I learn

hooliganhovixhemu
Автор

this was very informative, thank you for posting this!

deneenb
Автор

Your accent is super-thick but I appreciate your effort at English! That's not a put-down. I'm not trying to Zing you. Tutorials Point is awesome.
It's just difficult for English-speaking people to understand this.

jnscollier
Автор

I want to modify/update the prop file parameter as Problem Name = old Problem
to Problem Name= new Prob
How to do this?

pappusagar