Python OOP - Python tutorial for ABSOLUTE Beginners! Class & Instance Attributes - Episode 33

preview_player
Показать описание
Python OOP - Python tutorial for ABSOLUTE Beginners! Class & Instance Attributes - Episode 33
Welcome to my Python tutorial for ABSOLUTE Beginners Series.
This Series is going to be MASSIVE content for you for FREE with access to different kinds of EXERCISES that will be uploaded to my website RIGHT AFTER each of my uploads!

Please comment on any question you have below and I will be there to answer you!

#Python,#Tutorial,#Project

🔥 Link to my website for all EXERCISES and the CODE:

Connect with me with:

👍 Subscribe for more Python tutorials like this:

TABLE OF CONTENTS:
00:00 – 03:44 - Instance Attributes
03:45 – 06:00 - Why do we need Class Attributes?
06:01 – 14:10 - Two ways to access the Class Attributes
Рекомендации по теме
Комментарии
Автор

Hi everyone and welcome to one more important episode about Python OOP.
Feel free to leave comments on any unclear point,
Also, hit that LIKE button to help break the YouTube Algorithm :)

jimshapedcoding
Автор

I have a unclear point why return self.price * self.after_discount output is
The price of Shirt after discount is 7.0
The price of Pants after discount is 16.0
and return self.price * Item.after_discount output is
The price of Shirt after discount is 8.0
The price of Pants after discount is 16.0
can you explain it in detail?

adilahmed