DEV Community

Discussion on: Reconciling Dataclasses And Properties In Python

Collapse
 
rhymes profile image
rhymes

Thanks Florimond, this is very interesting!

I'm not sure if I'll need data classes in future projects but I'll definitely come back to this post if I do :)

I'm also pratically sold on the idea of type annotations in Python

ps. Raymond Hettinger is one of the coolest Python developers in the business :-D

Collapse
 
florimondmanca profile image
Florimond Manca

Sweet! I didn’t think data classes would be useful to me before I began using them... ;) Also glad to hear you’re adopting type annotations! I enjoy the extra safety and readability they provide, especially when working with other developers.

Collapse
 
rhymes profile image
rhymes

Yeah, they also help tooling/IDEs a lot.