We're a place where coders share, stay up-to-date and grow their careers.
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
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.
Yeah, they also help tooling/IDEs a lot.
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
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.
Yeah, they also help tooling/IDEs a lot.