Dataclasses can shed a lot of time when it comes to defining Python Classes. In this video we'll be looking at just that.
🧑 Book a Learning Session - https://calendly.com/rithmic-studio/learning-session
Discord - https://discord.gg/TwUV34F6wC
Timestamps ⏳
00:00 - Introduction
00:40 - Standard Python Class
05:21 - Dataclasses Part 1
09:15 - Convert dataclass to tuple or dictionary
10:47 - Dataclasses Part 2
13:03 - Sorting Dataclass
16:18 - __post_init__ attributes
17:46 - Read Only Dataclasses
The finished code can be found here:
- https://replit.com/@f4n/Intermediate-Python#data_classes.py
#Python #Lambda #Programming