In this final video, for the Python Classes series, we are going over Properties & Data Classes! Properties allow you to make methods into a property where you can set them like a normal property like person.name = "Jake". But instead it calls a function so you can do whatever you want when you set it or get it (or even delete it!). We also go over how to make a data class in Python. Data classes are fantastic ways to make simple classes that well... hold data.
Python Classes Series: • Python Object Oriented Programming (OOP)
Python Tutorials: • Tutorials
Past Live Streams: • Past Live Streams
Join my Discord at / discord
Thanks for watching! ❤️
Timestamps:
0:00 Intro
0:12 Properties
10:00 Data Classes
13:20 Outro