In this video we go over Python Classes! Classes (or objects) are the backbone of object-oriented programming. They allow you to make objects with properties and functions attached to them. You could think of them like even more powerful dictionaries in a way. In order to truly master any object-oriented language (which are most of them nowadays) you need to understand classes. So lets get it!
Python Classes: https://www.w3schools.com/python/pyth...
Thanks for watching! ❤️
Timestamps:
00:00 Intro
00:32 Simple Class
02:00 Person Class
10:38 Outro
#coding #python #classes #personclass