Intermediate Python - Dataclasses

Published: 06 June 2022
on channel: rithmic
979
44

Dataclasses can shed a lot of time when it comes to defining Python Classes. In this video we'll be looking at just that.

👨‍💻 Looking for a web developer job, visit: https://www.webdevjobs.io/

👽 Discord -   / discord  

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 #Lambda #Programming